Home
last modified time | relevance | path

Searched refs:MAX_PROCTITLE_AUDIT_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dauditsc.c92 #define MAX_PROCTITLE_AUDIT_LEN 128 macro
1501 buf = kmalloc(MAX_PROCTITLE_AUDIT_LEN, GFP_KERNEL); in audit_log_proctitle()
1505 res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()
/kernel/linux/linux-6.6/kernel/
H A Dauditsc.c81 #define MAX_PROCTITLE_AUDIT_LEN 128 macro
1616 buf = kmalloc(MAX_PROCTITLE_AUDIT_LEN, GFP_KERNEL); in audit_log_proctitle()
1620 res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()

Completed in 8 milliseconds