Searched refs:to_kill (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | memory-failure.c | 200 struct to_kill { struct 213 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument 314 struct list_head *to_kill, in add_to_kill() argument 315 struct to_kill **tkc) in add_to_kill() 317 struct to_kill *tk; in add_to_kill() 323 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in add_to_kill() 349 list_add_tail(&tk->nd, to_kill); in add_to_kill() 360 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail, in kill_procs() argument 363 struct to_kill *tk, *next; in kill_procs() 365 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs() [all …]
|