task_prctl       1652 include/linux/lsm_hooks.h 	int (*task_prctl)(int option, unsigned long arg2, unsigned long arg3,
task_prctl       1946 include/linux/lsm_hooks.h 	struct hlist_head task_prctl;
task_prctl       1357 security/commoncap.c 	LSM_HOOK_INIT(task_prctl, cap_task_prctl),
task_prctl       1714 security/security.c 	hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) {
task_prctl       1715 security/security.c 		thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5);
task_prctl        427 security/yama/yama_lsm.c 	LSM_HOOK_INIT(task_prctl, yama_task_prctl),