Lines Matching defs:tokill
544 static void collect_procs(struct page *page, struct list_head *tokill,
551 collect_procs_anon(page, tokill, force_early);
553 collect_procs_file(page, tokill, force_early);
994 LIST_HEAD(tokill);
1055 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED);
1097 * otherwise the tokill list is merely
1103 kill_procs(&tokill, forcekill, !unmap_success, pfn, flags);
1229 LIST_HEAD(tokill);
1283 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED);
1285 list_for_each_entry(tk, &tokill, nd)
1298 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags);