Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmemory-failure.c272 struct to_kill { struct
291 struct list_head *to_kill, in add_to_kill() argument
292 struct to_kill **tkc) in add_to_kill()
294 struct to_kill *tk; in add_to_kill()
300 tk = kmalloc(sizeof(struct to_kill), GFP_ATOMIC); in add_to_kill()
323 list_add_tail(&tk->nd, to_kill); in add_to_kill()
334 static void kill_procs(struct list_head *to_kill, int forcekill, int trapno, in kill_procs() argument
338 struct to_kill *tk, *next; in kill_procs()
340 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs()
414 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() argument
[all …]