Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dmemory.c21 static pid_t tomoyo_last_pid; in tomoyo_warn_oom() local
23 if (tomoyo_last_pid != pid) { in tomoyo_warn_oom()
26 tomoyo_last_pid = pid; in tomoyo_warn_oom()