Home
last modified time | relevance | path

Searched refs:to_kill (Results 1 – 4 of 4) 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(sizeof(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 …]
H A Dinternal.h1246 struct vm_area_struct *vma, struct list_head *to_kill,
H A Dksm.c3227 struct list_head *to_kill, int force_early) in collect_procs_ksm() argument
3255 add_to_kill_ksm(t, page, vma, to_kill, in collect_procs_ksm()
/linux/include/linux/
H A Dksm.h100 struct list_head *to_kill, int force_early);
135 const struct page *page, struct list_head *to_kill, in collect_procs_ksm() argument