Searched refs:ITIMER_REAL (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
D | posix_timers.c | 92 else if (which == ITIMER_REAL) in check_itimer() 103 else if (which == ITIMER_REAL) in check_itimer() 122 else if (which == ITIMER_REAL) in check_itimer() 203 if (check_itimer(ITIMER_REAL) < 0) in main()
|
/Linux-v4.19/kernel/time/ |
D | itimer.c | 88 case ITIMER_REAL: in do_getitimer() 144 trace_itimer_expire(ITIMER_REAL, leader_pid, 0); in it_real_fn() 206 case ITIMER_REAL: in do_setitimer() 228 trace_itimer_state(ITIMER_REAL, value, 0); in do_setitimer() 269 do_setitimer(ITIMER_REAL, &it_new, &it_old); in alarm_setitimer()
|
/Linux-v4.19/include/uapi/linux/ |
D | time.h | 31 #define ITIMER_REAL 0 macro
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | null_syscall.c | 54 setitimer(ITIMER_REAL, &val, NULL); in cpu_soak_usecs()
|
/Linux-v4.19/Documentation/ |
D | cpu-load.txt | 85 setitimer (ITIMER_REAL, &it, NULL);
|