Home
last modified time | relevance | path

Searched refs:CLOCK_PROCESS_CPUTIME_ID (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/tools/testing/selftests/timers/
Dnanosleep.c46 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
67 case CLOCK_PROCESS_CPUTIME_ID: in clockstring()
149 if (clockid == CLOCK_PROCESS_CPUTIME_ID || in main()
Dnsleep-lat.c47 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
68 case CLOCK_PROCESS_CPUTIME_ID: in clockstring()
163 if (clockid == CLOCK_PROCESS_CPUTIME_ID || in main()
Dset-timer-lat.c45 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
74 case CLOCK_PROCESS_CPUTIME_ID: in clockstring()
202 if ((clock_id == CLOCK_PROCESS_CPUTIME_ID) || in main()
Dalarmtimer-suspend.c46 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
75 case CLOCK_PROCESS_CPUTIME_ID: in clockstring()
Dposix_timers.c151 } else if (which == CLOCK_PROCESS_CPUTIME_ID) { in check_timer_create()
218 if (check_timer_create(CLOCK_PROCESS_CPUTIME_ID) < 0) in main()
Dinconsistency-check.c49 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
68 case CLOCK_PROCESS_CPUTIME_ID: in clockstring()
/linux-4.1.27/include/uapi/linux/
Dtime.h49 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c1466 posix_timers_register_clock(CLOCK_PROCESS_CPUTIME_ID, &process); in init_posix_cpu_timers()