Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/timers/
Dnanosleep.c47 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
68 case CLOCK_PROCESS_CPUTIME_ID: in clockstring()
150 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.4.14/include/uapi/linux/
Dtime.h49 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
/linux-4.4.14/arch/um/os-Linux/
Dtime.c154 clock_gettime(CLOCK_PROCESS_CPUTIME_ID,&ts); in os_vnsecs()
/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c1514 posix_timers_register_clock(CLOCK_PROCESS_CPUTIME_ID, &process); in init_posix_cpu_timers()