Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c1329 static int last_killed_pid = -1; variable
1381 last_killed_pid = pid; in kill_one_process()
1519 if (last_killed_pid < 0) { in is_kill_pending()
1523 snprintf(buf, sizeof(buf), "/proc/%d/", last_killed_pid); in is_kill_pending()
1529 last_killed_pid = -1; in is_kill_pending()