Searched refs:ITIMER_REAL (Results 1 – 9 of 9) sorted by relevance
/linux/include/uapi/linux/ |
H A D | time.h | 42 #define ITIMER_REAL 0 macro
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | signal_pending.c | 36 err = setitimer(ITIMER_REAL, &timeo, NULL); in test_signal_pending_by_type()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_exception_with_invalid_guest_state.c |
|
/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 111 else if (which == ITIMER_REAL) in check_itimer() 124 else if (which == ITIMER_REAL) in check_itimer() 612 check_itimer(ITIMER_REAL, "ITIMER_REAL"); in main()
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | cpu-load.rst | 76 setitimer (ITIMER_REAL, &it, NULL);
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | null_syscall.c | 51 setitimer(ITIMER_REAL, &val, NULL); in cpu_soak_usecs()
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | cpu-load.rst | 82 setitimer (ITIMER_REAL, &it, NULL);
|
/linux/Documentation/admin-guide/ |
H A D | cpu-load.rst | 88 setitimer(ITIMER_REAL, &it, NULL);
|
/linux/tools/testing/selftests/bpf/ |
H A D | bench.c | 441 err = setitimer(ITIMER_REAL, &timer_settings, NULL); in setup_timer()
|