Home
last modified time | relevance | path

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

/security/yama/
Dyama_lsm.c45 static void yama_relation_cleanup(struct work_struct *work);
49 struct callback_head work; member
55 static void __report_access(struct callback_head *work) in __report_access() argument
58 container_of(work, struct access_report_info, work); in __report_access()
100 init_task_work(&info->work, __report_access); in report_access()
106 if (task_work_add(current, &info->work, true) == 0) in report_access()
119 static void yama_relation_cleanup(struct work_struct *work) in yama_relation_cleanup() argument
/security/apparmor/include/
Dpolicy_unpack.h64 struct work_struct work; member
/security/keys/
Dgc.c26 static void key_garbage_collector(struct work_struct *work);
173 static void key_garbage_collector(struct work_struct *work) in key_garbage_collector() argument
/security/apparmor/
Dpolicy_unpack.c154 static void do_loaddata_free(struct work_struct *work) in do_loaddata_free() argument
156 struct aa_loaddata *d = container_of(work, struct aa_loaddata, work); in do_loaddata_free()
176 INIT_WORK(&d->work, do_loaddata_free); in aa_loaddata_kref()
177 schedule_work(&d->work); in aa_loaddata_kref()
/security/selinux/ss/
Davtab.c315 u32 work = nrules; in avtab_alloc() local
321 while (work) { in avtab_alloc()
322 work = work >> 1; in avtab_alloc()