Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dseccomp.c1112 static bool should_sleep_killable(struct seccomp_filter *match, in should_sleep_killable() function
1151 bool wait_killable = should_sleep_killable(match, &n); in seccomp_do_user_notification()
1165 if (!wait_killable && should_sleep_killable(match, &n)) in seccomp_do_user_notification()
1576 if (should_sleep_killable(filter, knotif)) in seccomp_notify_recv()