Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dtsync.c172 struct tsync_works { struct
191 static struct tsync_work *tsync_works_provide(struct tsync_works *s, in tsync_works_provide() argument
216 static void tsync_works_trim(struct tsync_works *s) in tsync_works_trim()
250 static int tsync_works_grow_by(struct tsync_works *s, size_t n, gfp_t flags) in tsync_works_grow_by()
290 static bool tsync_works_contains_task(const struct tsync_works *s, in tsync_works_contains_task()
307 static void tsync_works_release(struct tsync_works *s) in tsync_works_release()
330 static size_t count_additional_threads(const struct tsync_works *works) in count_additional_threads()
367 static bool schedule_task_work(struct tsync_works *works, in schedule_task_work()
442 static void cancel_tsync_works(const struct tsync_works *works, in cancel_tsync_works()
473 struct tsync_works works = {}; in landlock_restrict_sibling_threads()