Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dmemory.c19 static pid_t tomoyo_last_pid; in tomoyo_warn_oom() local
21 if (tomoyo_last_pid != pid) { in tomoyo_warn_oom()
24 tomoyo_last_pid = pid; in tomoyo_warn_oom()