Searched refs:tokill (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/mm/ |
| D | memory-failure.c | 479 static void collect_procs(struct page *page, struct list_head *tokill, in collect_procs() argument 491 collect_procs_anon(page, tokill, &tk, force_early); in collect_procs() 493 collect_procs_file(page, tokill, &tk, force_early); in collect_procs() 949 LIST_HEAD(tokill); in hwpoison_user_mappings() 1010 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings() 1028 kill_procs(&tokill, forcekill, trapno, in hwpoison_user_mappings()
|