Searched defs:to_kill (Results 1 – 3 of 3) sorted by relevance
/linux/mm/ |
H A D | memory-failure.c | 266 struct to_kill { struct 278 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument 377 struct vm_area_struct *vma, struct list_head *to_kill, in __add_to_kill() 418 struct vm_area_struct *vma, struct list_head *to_kill, in add_to_kill_anon_file() 427 static bool task_in_to_kill_list(struct list_head *to_kill, in task_in_to_kill_list() 441 struct vm_area_struct *vma, struct list_head *to_kill, in add_to_kill_ksm() 454 static void kill_procs(struct list_head *to_kill, int forcekill, in kill_procs() 538 const struct page *page, struct list_head *to_kill, in collect_procs_anon() 576 const struct page *page, struct list_head *to_kill, in collect_procs_file() 615 struct list_head *to_kill, pgoff_t pgoff) in add_to_kill_fsdax() [all …]
|
H A D | ksm.c | 3090 struct list_head *to_kill, int force_early) in collect_procs_ksm()
|
/linux/include/linux/ |
H A D | ksm.h | 135 const struct page *page, struct list_head *to_kill, in collect_procs_ksm()
|