Searched refs:to_kill (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/mm/ |
D | memory-failure.c | 246 struct to_kill { struct 258 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument 362 struct list_head *to_kill) in add_to_kill() argument 364 struct to_kill *tk; in add_to_kill() 366 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in add_to_kill() 400 list_add_tail(&tk->nd, to_kill); in add_to_kill() 411 static void kill_procs(struct list_head *to_kill, int forcekill, bool fail, in kill_procs() argument 414 struct to_kill *tk, *next; in kill_procs() 416 list_for_each_entry_safe(tk, next, to_kill, nd) { in kill_procs() 500 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() argument [all …]
|
/linux-6.1.9/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
|