Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dtsync.c170 struct tsync_works { struct
191 static struct tsync_work *tsync_works_provide(struct tsync_works *s, in tsync_works_provide() argument
218 static int tsync_works_grow_by(struct tsync_works *s, size_t n, gfp_t flags) in tsync_works_grow_by()
258 static bool tsync_works_contains_task(const struct tsync_works *s, in tsync_works_contains_task()
274 static void tsync_works_release(struct tsync_works *s) in tsync_works_release()
296 static size_t count_additional_threads(const struct tsync_works *works) in count_additional_threads()
333 static bool schedule_task_work(struct tsync_works *works, in schedule_task_work()
409 static void cancel_tsync_works(struct tsync_works *works, in cancel_tsync_works()
437 struct tsync_works works = {}; in landlock_restrict_sibling_threads()