Home
last modified time | relevance | path

Searched refs:get_cmdline (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/lib/
Dstring_helpers.c630 res = get_cmdline(task, buffer, PAGE_SIZE - 1); in kstrdup_quotable_cmdline()
/Linux-v5.15/mm/
Dutil.c943 int get_cmdline(struct task_struct *task, char *buffer, int buflen) in get_cmdline() function
/Linux-v5.15/include/linux/
Dmm.h1872 int get_cmdline(struct task_struct *task, char *buffer, int buflen);
/Linux-v5.15/kernel/
Dauditsc.c1462 res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()