Lines Matching defs:to_kill
224 struct to_kill {
236 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags)
337 struct list_head *to_kill)
339 struct to_kill *tk;
341 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC);
373 list_add_tail(&tk->nd, to_kill);
384 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail,
387 struct to_kill *tk, *next;
389 list_for_each_entry_safe (tk, next, to_kill, nd) {
472 static void collect_procs_anon(struct page *page, struct list_head *to_kill,
498 add_to_kill(t, page, vma, to_kill);
508 static void collect_procs_file(struct page *page, struct list_head *to_kill,
534 add_to_kill(t, page, vma, to_kill);
1228 struct to_kill *tk;