Searched defs:to_kill (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/mm/ |
| D | memory-failure.c | 224 struct to_kill { struct 236 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument 337 struct list_head *to_kill) in add_to_kill() 384 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail, in kill_procs() 472 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() 508 static void collect_procs_file(struct page *page, struct list_head *to_kill, in collect_procs_file()
|
| /kernel/linux/linux-4.19/mm/ |
| D | memory-failure.c | 200 struct to_kill { struct 212 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument 313 struct list_head *to_kill, in add_to_kill() 364 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail, in kill_procs() 441 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() 477 static void collect_procs_file(struct page *page, struct list_head *to_kill, in collect_procs_file()
|