Searched refs:ITIMER_REAL (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/timers/ |
| D | posix_timers.c | 91 else if (which == ITIMER_REAL) in check_itimer() 102 else if (which == ITIMER_REAL) in check_itimer() 121 else if (which == ITIMER_REAL) in check_itimer() 202 if (check_itimer(ITIMER_REAL) < 0) in main()
|
| /Linux-v5.4/kernel/time/ |
| D | itimer.c | 81 case ITIMER_REAL: in do_getitimer() 137 trace_itimer_expire(ITIMER_REAL, leader_pid, 0); in it_real_fn() 199 case ITIMER_REAL: in do_setitimer() 222 trace_itimer_state(ITIMER_REAL, value, 0); in do_setitimer() 263 do_setitimer(ITIMER_REAL, &it_new, &it_old); in alarm_setitimer()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | time.h | 30 #define ITIMER_REAL 0 macro
|
| /Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
| D | signal_pending.c | 31 err = setitimer(ITIMER_REAL, &timeo, NULL); in test_signal_pending_by_type()
|
| /Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/ |
| D | null_syscall.c | 50 setitimer(ITIMER_REAL, &val, NULL); in cpu_soak_usecs()
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | cpu-load.rst | 85 setitimer (ITIMER_REAL, &it, NULL);
|