Lines Matching refs:to_kill
197 struct to_kill { struct
209 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument
310 struct list_head *to_kill, in add_to_kill() argument
311 struct to_kill **tkc) in add_to_kill()
313 struct to_kill *tk; in add_to_kill()
319 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in add_to_kill()
350 list_add_tail(&tk->nd, to_kill); in add_to_kill()
361 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail, in kill_procs() argument
364 struct to_kill *tk, *next; in kill_procs()
366 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs()
438 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() argument
439 struct to_kill **tkc, int force_early) in collect_procs_anon()
464 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_anon()
474 static void collect_procs_file(struct page *page, struct list_head *to_kill, in collect_procs_file() argument
475 struct to_kill **tkc, int force_early) in collect_procs_file()
499 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_file()
515 struct to_kill *tk; in collect_procs()
520 tk = kmalloc(sizeof(struct to_kill), GFP_NOIO); in collect_procs()
1162 struct to_kill *tk; in memory_failure_dev_pagemap()