Searched refs:to_kill (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/mm/ |
| H A D | memory-failure.c | 338 struct to_kill { struct 452 struct to_kill *tk; in __add_to_kill() 486 list_add_tail(&tk->nd, to_kill); in __add_to_kill() 502 struct to_kill *tk, *next; in task_in_to_kill_list() 516 if (!task_in_to_kill_list(to_kill, tsk)) in add_to_kill_ksm() 529 struct to_kill *tk, *next; in kill_procs() 744 struct to_kill tk; 1726 struct to_kill *tk; in unmap_and_kill() 1729 list_for_each_entry(tk, to_kill, nd) in unmap_and_kill() 1761 LIST_HEAD(to_kill); in mf_generic_kill_procs() [all …]
|
| H A D | internal.h | 1208 struct vm_area_struct *vma, struct list_head *to_kill,
|
| H A D | ksm.c | 3078 struct list_head *to_kill, int force_early) in collect_procs_ksm() argument 3106 add_to_kill_ksm(t, page, vma, to_kill, in collect_procs_ksm()
|
| /linux-6.15/include/linux/ |
| H A D | ksm.h | 94 struct list_head *to_kill, int force_early); 127 const struct page *page, struct list_head *to_kill, in collect_procs_ksm() argument
|
| /linux-6.15/tools/testing/selftests/wireguard/ |
| H A D | netns.sh | 58 local to_kill="$(ip netns pids $netns0) $(ip netns pids $netns1) $(ip netns pids $netns2)" 59 [[ -n $to_kill ]] && kill $to_kill
|