Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dtsync.c438 size_t newly_discovered_threads; in landlock_restrict_sibling_threads() local
488 newly_discovered_threads = count_additional_threads(&works); in landlock_restrict_sibling_threads()
490 if (newly_discovered_threads == 0) in landlock_restrict_sibling_threads()
493 err = tsync_works_grow_by(&works, newly_discovered_threads, in landlock_restrict_sibling_threads()