Searched refs:tkc (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | memory-failure.c | 315 struct to_kill **tkc) in add_to_kill() argument 319 if (*tkc) { in add_to_kill() 320 tk = *tkc; in add_to_kill() 321 *tkc = NULL; in add_to_kill() 437 struct to_kill **tkc, int force_early) in collect_procs_anon() argument 462 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_anon() 473 struct to_kill **tkc, int force_early) in collect_procs_file() argument 497 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_file()
|