Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dksm.h85 struct list_head *to_kill, int force_early);
118 struct list_head *to_kill, int force_early)
120 collect_procs_ksm(struct page * page,struct list_head * to_kill,int force_early) collect_procs_ksm() argument
H A Dmm.h4043 struct task_struct *task_early_kill(struct task_struct *tsk, int force_early);
/linux/mm/
H A Dmemory-failure.c591 struct task_struct *task_early_kill(struct task_struct *tsk, int force_early)
599 if (force_early && tsk->mm == current->mm) in task_early_kill()
609 struct list_head *to_kill, int force_early)
624 struct task_struct *t = task_early_kill(tsk, force_early); in collect_procs_anon()
646 struct list_head *to_kill, int force_early)
657 struct task_struct *t = task_early_kill(tsk, force_early); in collect_procs_file()
728 struct list_head *tokill, int force_early) in collect_procs()
733 collect_procs_ksm(folio, page, tokill, force_early); in collect_procs()
735 collect_procs_anon(folio, page, tokill, force_early); in collect_procs()
737 collect_procs_file(folio, page, tokill, force_early);
593 task_early_kill(struct task_struct * tsk,int force_early) task_early_kill() argument
611 collect_procs_anon(struct folio * folio,struct page * page,struct list_head * to_kill,int force_early) collect_procs_anon() argument
648 collect_procs_file(struct folio * folio,struct page * page,struct list_head * to_kill,int force_early) collect_procs_file() argument
726 collect_procs(struct folio * folio,struct page * page,struct list_head * tokill,int force_early) collect_procs() argument
[all...]
H A Dksm.c3183 struct list_head *to_kill, int force_early) in collect_procs_ksm()
3202 task_early_kill(tsk, force_early); in collect_procs_ksm()
3176 collect_procs_ksm(struct page * page,struct list_head * to_kill,int force_early) collect_procs_ksm() argument