Searched refs:tkc (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | memory-failure.c | 311 		       struct to_kill **tkc)  in add_to_kill()  argument315 	if (*tkc) {  in add_to_kill()
 316 		tk = *tkc;  in add_to_kill()
 317 		*tkc = NULL;  in add_to_kill()
 439 			      struct to_kill **tkc, int force_early)  in collect_procs_anon()  argument
 464 				add_to_kill(t, page, vma, to_kill, tkc);  in collect_procs_anon()
 475 			      struct to_kill **tkc, int force_early)  in collect_procs_file()  argument
 499 				add_to_kill(t, page, vma, to_kill, tkc);  in collect_procs_file()
 
 |