Searched refs:kstrdup_quotable_cmdline (Results 1 – 5 of 5) sorted by relevance
94 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
597 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() function623 EXPORT_SYMBOL_GPL(kstrdup_quotable_cmdline);
57 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()58 agent_cmd = kstrdup_quotable_cmdline(info->agent, GFP_KERNEL); in __report_access()
27 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
469 cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in recover_worker()