Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemory-failure.c274 struct to_kill { struct
286 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() argument
385 struct vm_area_struct *vma, struct list_head *to_kill, in __add_to_kill() argument
388 struct to_kill *tk; in __add_to_kill()
390 tk = kmalloc_obj(struct to_kill, GFP_ATOMIC); in __add_to_kill()
422 list_add_tail(&tk->nd, to_kill); in __add_to_kill()
426 struct vm_area_struct *vma, struct list_head *to_kill, in add_to_kill_anon_file() argument
431 __add_to_kill(tsk, p, vma, to_kill, addr); in add_to_kill_anon_file()
435 static bool task_in_to_kill_list(struct list_head *to_kill, in task_in_to_kill_list() argument
438 struct to_kill *tk, *next; in task_in_to_kill_list()
[all …]