Lines Matching refs:to_kill
239 struct to_kill { struct
251 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument
351 struct list_head *to_kill) in add_to_kill() argument
353 struct to_kill *tk; in add_to_kill()
355 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in add_to_kill()
387 list_add_tail(&tk->nd, to_kill); in add_to_kill()
398 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail, in kill_procs() argument
401 struct to_kill *tk, *next; in kill_procs()
403 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs()
486 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() argument
512 add_to_kill(t, page, vma, to_kill); in collect_procs_anon()
522 static void collect_procs_file(struct page *page, struct list_head *to_kill, in collect_procs_file() argument
548 add_to_kill(t, page, vma, to_kill); in collect_procs_file()
571 struct to_kill tk;
576 static void set_to_kill(struct to_kill *tk, unsigned long addr, short shift) in set_to_kill()
583 unsigned long poisoned_pfn, struct to_kill *tk) in check_hwpoisoned_entry()
1537 struct to_kill *tk; in memory_failure_dev_pagemap()