Searched refs:work (Results 1 – 5 of 5) sorted by relevance
45 static void yama_relation_cleanup(struct work_struct *work);49 struct callback_head work; member55 static void __report_access(struct callback_head *work) in __report_access() argument58 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
64 struct work_struct work; member
26 static void key_garbage_collector(struct work_struct *work);173 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()176 INIT_WORK(&d->work, do_loaddata_free); in aa_loaddata_kref()177 schedule_work(&d->work); in aa_loaddata_kref()
315 u32 work = nrules; in avtab_alloc() local321 while (work) { in avtab_alloc()322 work = work >> 1; in avtab_alloc()