Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dauditsc.c89 #define MAX_PROCTITLE_AUDIT_LEN 128 macro
1300 buf = kmalloc(MAX_PROCTITLE_AUDIT_LEN, GFP_KERNEL); in audit_log_proctitle()
1304 res = get_cmdline(tsk, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()