Home
last modified time | relevance | path

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

/linux-4.1.27/security/yama/
Dyama_lsm.c138 void yama_task_free(struct task_struct *task) in yama_task_free() function
374 .task_free = yama_task_free,
/linux-4.1.27/include/linux/
Dsecurity.h3225 extern void yama_task_free(struct task_struct *task);
3240 static inline void yama_task_free(struct task_struct *task) in yama_task_free() function
/linux-4.1.27/security/
Dsecurity.c835 yama_task_free(task); in security_task_free()