Home
last modified time | relevance | path

Searched refs:rttime (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/pulseaudio/
H A Ddaemon.conf79 ; rlimit-rttime = 200000
/OK3568_Linux_fs/debian/overlay/etc/pulse/
H A Ddaemon.conf79 ; rlimit-rttime = 200000
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c853 unsigned long rttime = tsk->rt.timeout * (USEC_PER_SEC / HZ); in check_thread_timers() local
858 check_rlimit(rttime, hard, SIGKILL, true, true)) in check_thread_timers()
862 if (check_rlimit(rttime, soft, SIGXCPU, true, false)) { in check_thread_timers()