Searched defs:clockid (Results  1 – 16 of 16) sorted by relevance
| /linux-4.1.27/tools/testing/selftests/timers/ | 
| D | nanosleep.c | 60 char *clockstring(int clockid)  in clockstring()111 int nanosleep_test(int clockid, long long ns)  in nanosleep_test()
 144 	int clockid, ret;  in main()  local
 
 | 
| D | nsleep-lat.c | 61 char *clockstring(int clockid)  in clockstring()109 int nanosleep_lat_test(int clockid, long long ns)  in nanosleep_lat_test()
 158 	int clockid, ret;  in main()  local
 
 | 
| D | inconsistency-check.c | 61 char *clockstring(int clockid)  in clockstring()166 	int clockid, opt;  in main()  local
 
 | 
| D | alarmtimer-suspend.c | 68 char *clockstring(int clockid)  in clockstring()
 | 
| D | set-timer-lat.c | 67 char *clockstring(int clockid)  in clockstring()
 | 
| /linux-4.1.27/fs/ | 
| D | timerfd.c | 38 	int clockid;  member166 	int clockid = ctx->clockid;  in timerfd_setup()  local
 376 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags)  in SYSCALL_DEFINE2()  argument
 
 | 
| /linux-4.1.27/drivers/char/ | 
| D | mmtimer.c | 481 static int sgi_clock_get(clockid_t clockid, struct timespec *tp)  in sgi_clock_get()492 static int sgi_clock_set(const clockid_t clockid, const struct timespec *tp)  in sgi_clock_set()
 
 | 
| /linux-4.1.27/tools/perf/ | 
| D | perf.h | 66 	clockid_t    clockid;  member
 | 
| D | builtin-record.c | 716 	int clockid;  member
 | 
| D | builtin-trace.c | 583 static const char *clockid[] = {  variable
 | 
| /linux-4.1.27/include/linux/ | 
| D | thread_info.h | 33 			clockid_t clockid;  member
 | 
| D | hrtimer.h | 148 	clockid_t		clockid;  member
 | 
| /linux-4.1.27/kernel/time/ | 
| D | hrtimer.c | 426 debug_init(struct hrtimer *timer, clockid_t clockid,  in debug_init()1560 		       const enum hrtimer_mode mode, const clockid_t clockid)  in hrtimer_nanosleep()
 
 | 
| D | alarmtimer.c | 449 static enum alarmtimer_type clock2alarm(clockid_t clockid)  in clock2alarm()
 | 
| /linux-4.1.27/tools/perf/util/ | 
| D | evsel.c | 35 	bool clockid;  member39 static clockid_t clockid;  variable
 
 | 
| /linux-4.1.27/include/uapi/linux/ | 
| D | perf_event.h | 360 	__s32	clockid;  member
 |