Searched refs:kstrdup_quotable_cmdline (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/security/yama/ |
H A D | yama_lsm.c | 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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | string_helpers.c | 597 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() function 623 EXPORT_SYMBOL_GPL(kstrdup_quotable_cmdline); variable
|
/kernel/linux/linux-6.6/security/yama/ |
H A D | yama_lsm.c | 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | string_helpers.h | 94 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | string_helpers.h | 109 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
|
/kernel/linux/linux-5.10/security/loadpin/ |
H A D | loadpin.c | 27 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
|
/kernel/linux/linux-6.6/lib/ |
H A D | string_helpers.c | 666 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() function 692 EXPORT_SYMBOL_GPL(kstrdup_quotable_cmdline); variable
|
/kernel/linux/linux-6.6/security/loadpin/ |
H A D | loadpin.c | 31 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 349 *cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in get_comm_cmdline()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 469 cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in recover_worker()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.c | 1445 cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in etnaviv_gpu_recover_hang()
|
Completed in 11 milliseconds