Home
last modified time | relevance | path

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

/linux-4.4.14/security/yama/
Dyama_lsm.c353 LSM_HOOK_INIT(task_free, yama_task_free),
/linux-4.4.14/include/linux/
Dlsm_hooks.h1445 void (*task_free)(struct task_struct *task); member
1706 struct list_head task_free; member
/linux-4.4.14/security/
Dsecurity.c854 call_void_hook(task_free, task); in security_task_free()
1677 .task_free = LIST_HEAD_INIT(security_hook_heads.task_free),