Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtime.h42 #define ITIMER_REAL 0 macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsignal_pending.c36 err = setitimer(ITIMER_REAL, &timeo, NULL); in test_signal_pending_by_type()
/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_exception_with_invalid_guest_state.c
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c111 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 Dcpu-load.rst76 setitimer (ITIMER_REAL, &it, NULL);
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c51 setitimer(ITIMER_REAL, &val, NULL); in cpu_soak_usecs()
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcpu-load.rst82 setitimer (ITIMER_REAL, &it, NULL);
/linux/Documentation/admin-guide/
H A Dcpu-load.rst88 setitimer(ITIMER_REAL, &it, NULL);
/linux/tools/testing/selftests/bpf/
H A Dbench.c441 err = setitimer(ITIMER_REAL, &timer_settings, NULL); in setup_timer()