Home
last modified time | relevance | path

Searched refs:kstrdup_quotable_cmdline (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dstring_helpers.h76 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
/Linux-v4.19/security/yama/
Dyama_lsm.c61 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()
62 agent_cmd = kstrdup_quotable_cmdline(info->agent, GFP_KERNEL); in __report_access()
/Linux-v4.19/lib/
Dstring_helpers.c574 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() function
600 EXPORT_SYMBOL_GPL(kstrdup_quotable_cmdline);
/Linux-v4.19/security/loadpin/
Dloadpin.c33 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_gpu.c444 cmd = kstrdup_quotable_cmdline(task, GFP_ATOMIC); in recover_worker()