Searched refs:to_kill (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/mm/ |
D | memory-failure.c | 338 struct to_kill { struct 350 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument 449 struct vm_area_struct *vma, struct list_head *to_kill, in __add_to_kill() argument 452 struct to_kill *tk; in __add_to_kill() 454 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in __add_to_kill() 486 list_add_tail(&tk->nd, to_kill); in __add_to_kill() 490 struct vm_area_struct *vma, struct list_head *to_kill, in add_to_kill_anon_file() argument 495 __add_to_kill(tsk, p, vma, to_kill, addr); in add_to_kill_anon_file() 499 static bool task_in_to_kill_list(struct list_head *to_kill, in task_in_to_kill_list() argument 502 struct to_kill *tk, *next; in task_in_to_kill_list() [all …]
|
D | internal.h | 1121 struct vm_area_struct *vma, struct list_head *to_kill,
|
D | ksm.c | 3071 struct list_head *to_kill, int force_early) in collect_procs_ksm() argument 3099 add_to_kill_ksm(t, page, vma, to_kill, in collect_procs_ksm()
|
/linux-6.12.1/include/linux/ |
D | ksm.h | 95 struct list_head *to_kill, int force_early); 127 struct list_head *to_kill, int force_early) in collect_procs_ksm() argument
|
/linux-6.12.1/tools/testing/selftests/wireguard/ |
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
|