Home
last modified time | relevance | path

Searched defs:to_kill (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/mm/
Dmemory-failure.c316 struct to_kill { struct
328 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument
432 struct vm_area_struct *vma, struct list_head *to_kill, in __add_to_kill()
476 struct list_head *to_kill) in add_to_kill_anon_file()
482 static bool task_in_to_kill_list(struct list_head *to_kill, in task_in_to_kill_list()
495 struct vm_area_struct *vma, struct list_head *to_kill, in add_to_kill_ksm()
510 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail, in kill_procs()
598 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon()
636 static void collect_procs_file(struct page *page, struct list_head *to_kill, in collect_procs_file()
672 struct list_head *to_kill, pgoff_t pgoff) in add_to_kill_fsdax()
[all …]
Dksm.c2912 void collect_procs_ksm(struct page *page, struct list_head *to_kill, in collect_procs_ksm()
/Linux-v6.6/include/linux/
Dksm.h120 struct list_head *to_kill, int force_early) in collect_procs_ksm()