summaryrefslogtreecommitdiff
path: root/timer.h
blob: 68809a68d44227f44aa530d41c09dfc3470380d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TIMER_H
#define TIMER_H

#include <sys/time.h>

extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
				      unsigned long usec);

extern int get_user_hz(void);

#endif /* TIMER_H */
tion value='10'>10space:mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-06-26 17:52:03 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-06-26 17:52:03 -0700
commit4c2e07c6a29e0129e975727b9f57eede813eea85 (patch)
tree2fad141a9352c0bd5430651fcc52087063fd5541 /Documentation/iostats.txt
parent2ac9b9735b4d1924d7484e497c930ea013a29ac1 (diff)
Linux 4.7-rc5
Diffstat (limited to 'Documentation/iostats.txt')