Searched refs:to_kill (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| A D | memory-failure.c | 239 struct to_kill { struct 351 struct list_head *to_kill) in add_to_kill() argument 353 struct to_kill *tk; in add_to_kill() 355 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in add_to_kill() 387 list_add_tail(&tk->nd, to_kill); in add_to_kill() 401 struct to_kill *tk, *next; in kill_procs() 403 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs() 512 add_to_kill(t, page, vma, to_kill); in collect_procs_anon() 548 add_to_kill(t, page, vma, to_kill); in collect_procs_file() 571 struct to_kill tk; [all …]
|
| /linux/tools/testing/selftests/wireguard/ |
| A D | netns.sh | 56 local to_kill="$(ip netns pids $netns0) $(ip netns pids $netns1) $(ip netns pids $netns2)" 57 [[ -n $to_kill ]] && kill $to_kill
|
Completed in 8 milliseconds