Searched refs:tkc (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | memory-failure.c | 292 struct to_kill **tkc) in add_to_kill() argument 296 if (*tkc) { in add_to_kill() 297 tk = *tkc; in add_to_kill() 298 *tkc = NULL; in add_to_kill() 415 struct to_kill **tkc, int force_early) in collect_procs_anon() argument 440 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_anon() 451 struct to_kill **tkc, int force_early) in collect_procs_file() argument 475 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_file()
|