Lines Matching refs:to_kill
263 struct to_kill { struct
282 struct list_head *to_kill, in add_to_kill() argument
283 struct to_kill **tkc) in add_to_kill()
285 struct to_kill *tk; in add_to_kill()
291 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in add_to_kill()
314 list_add_tail(&tk->nd, to_kill); in add_to_kill()
325 static void kill_procs(struct list_head *to_kill, int forcekill, int trapno, in kill_procs() argument
329 struct to_kill *tk, *next; in kill_procs()
331 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs()
405 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() argument
406 struct to_kill **tkc, int force_early) in collect_procs_anon()
431 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_anon()
441 static void collect_procs_file(struct page *page, struct list_head *to_kill, in collect_procs_file() argument
442 struct to_kill **tkc, int force_early) in collect_procs_file()
466 add_to_kill(t, page, vma, to_kill, tkc); in collect_procs_file()
482 struct to_kill *tk; in collect_procs()
487 tk = kmalloc(sizeof(struct to_kill), GFP_NOIO); in collect_procs()