Searched refs:agent (Results 1 – 1 of 1) sorted by relevance
49 struct task_struct *agent; member59 agent_cmd = kstrdup_quotable_cmdline(info->agent, GFP_KERNEL); in __report_access()64 info->agent->pid); in __report_access()69 put_task_struct(info->agent); in __report_access()76 struct task_struct *agent) in report_access() argument88 access, target->comm, target->pid, agent->comm, agent->pid); in report_access()97 get_task_struct(agent); in report_access()100 info->agent = agent; in report_access()106 put_task_struct(agent); in report_access()
Completed in 3 milliseconds