Lines Matching full:sibling
33 /* True if sibling tasks need to set the no_new_privs flag. */
48 /* Sibling threads wait for completion. */
138 * Make sure that all sibling tasks fulfill the no_new_privs prerequisite. in restrict_one_thread()
294 * count_additional_threads - counts the sibling threads that are not in works
324 * schedule_task_work - adds task_work for all eligible sibling threads
331 * true, if at least one eligible sibling thread was found
359 * We found a sibling thread that is not doing its task_work yet, and in schedule_task_work()
430 * restrict_sibling_threads - enables a Landlock policy for all sibling threads
452 * sibling threads. In the task work, each thread: in landlock_restrict_sibling_threads()
461 * calling task after ensuring that all sibling threads have done in landlock_restrict_sibling_threads()
473 * Unlike seccomp, which modifies sibling tasks directly, we do not need to in landlock_restrict_sibling_threads()
479 * - We do not acquire a lock to keep the list of sibling threads stable in landlock_restrict_sibling_threads()
480 * between our for_each_thread loops. If the list of available sibling in landlock_restrict_sibling_threads()
513 * In RCU read-lock, schedule task work on newly discovered sibling in landlock_restrict_sibling_threads()
546 * We now have all sibling threads blocking and in "prepared" state in the in landlock_restrict_sibling_threads()