Searched defs:to_kill (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/ |
H A D | memory-failure.c | 328 struct to_kill { struct 340 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument 444 struct vm_area_struct *vma, struct list_head *to_kill, in __add_to_kill() 488 struct list_head *to_kill) in add_to_kill_anon_file() 494 static bool task_in_to_kill_list(struct list_head *to_kill, in task_in_to_kill_list() 507 struct vm_area_struct *vma, struct list_head *to_kill, in add_to_kill_ksm() 611 struct list_head *to_kill, int force_early) in collect_procs_anon() 648 struct list_head *to_kill, int force_early) in collect_procs_file() 683 struct list_head *to_kill, pgoff_t pgoff) in add_to_kill_fsdax() 693 struct list_head *to_kill) in collect_procs_fsdax() [all …]
|
H A D | ksm.c | 2909 void collect_procs_ksm(struct page *page, struct list_head *to_kill, in collect_procs_ksm()
|
/openbmc/linux/include/linux/ |
H A D | ksm.h | 131 struct list_head *to_kill, int force_early) in collect_procs_ksm()
|