Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c20 static pid_t tomoyo_last_pid; in tomoyo_warn_oom() local
23 if (tomoyo_last_pid != pid) { in tomoyo_warn_oom()
25 tomoyo_last_pid = pid; in tomoyo_warn_oom()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c20 static pid_t tomoyo_last_pid; in tomoyo_warn_oom() local
23 if (tomoyo_last_pid != pid) { in tomoyo_warn_oom()
25 tomoyo_last_pid = pid; in tomoyo_warn_oom()

Completed in 2 milliseconds