Searched refs:work (Results 1 – 6 of 6) sorted by relevance
41 static void yama_relation_cleanup(struct work_struct *work);45 struct callback_head work; member51 static void __report_access(struct callback_head *work) in __report_access() argument54 container_of(work, struct access_report_info, work); in __report_access()96 init_task_work(&info->work, __report_access); in report_access()102 if (task_work_add(current, &info->work, TWA_RESUME) == 0) in report_access()115 static void yama_relation_cleanup(struct work_struct *work) in yama_relation_cleanup() argument
33 static void ima_keys_handler(struct work_struct *work);41 static void ima_keys_handler(struct work_struct *work) in ima_keys_handler() argument
61 struct work_struct work; member
21 static void key_garbage_collector(struct work_struct *work);186 static void key_garbage_collector(struct work_struct *work) in key_garbage_collector() argument
154 static void do_loaddata_free(struct work_struct *work) in do_loaddata_free() argument156 struct aa_loaddata *d = container_of(work, struct aa_loaddata, work); in do_loaddata_free()177 INIT_WORK(&d->work, do_loaddata_free); in aa_loaddata_kref()178 schedule_work(&d->work); in aa_loaddata_kref()
332 u32 work = nrules >> 3; in avtab_alloc() local333 while (work) { in avtab_alloc()334 work >>= 1; in avtab_alloc()