Symbol: to_kill
include/linux/ksm.h
100
struct list_head *to_kill, int force_early);
include/linux/ksm.h
135
const struct page *page, struct list_head *to_kill,
mm/internal.h
1423
struct vm_area_struct *vma, struct list_head *to_kill,
mm/ksm.c
3229
struct list_head *to_kill, int force_early)
mm/ksm.c
3257
add_to_kill_ksm(t, page, vma, to_kill,
mm/memory-failure.c
1672
static void unmap_and_kill(struct list_head *to_kill, unsigned long pfn,
mm/memory-failure.c
1675
struct to_kill *tk;
mm/memory-failure.c
1678
list_for_each_entry(tk, to_kill, nd)
mm/memory-failure.c
1694
kill_procs(to_kill, !!(flags & MF_MUST_KILL), pfn, flags);
mm/memory-failure.c
1710
LIST_HEAD(to_kill);
mm/memory-failure.c
1756
collect_procs(folio, &folio->page, &to_kill, true);
mm/memory-failure.c
1758
unmap_and_kill(&to_kill, pfn, folio->mapping, folio->index, flags);
mm/memory-failure.c
1775
LIST_HEAD(to_kill);
mm/memory-failure.c
1798
collect_procs_fsdax(page, mapping, index, &to_kill, pre_remove);
mm/memory-failure.c
1799
unmap_and_kill(&to_kill, page_to_pfn(page), mapping,
mm/memory-failure.c
2200
struct list_head *to_kill,
mm/memory-failure.c
2203
struct to_kill *tk;
mm/memory-failure.c
2221
list_add_tail(&tk->nd, to_kill);
mm/memory-failure.c
2228
unsigned long pfn, struct list_head *to_kill)
mm/memory-failure.c
2247
add_to_kill_pgoff(t, vma, to_kill, pgoff);
mm/memory-failure.c
274
static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags)
mm/memory-failure.c
373
struct vm_area_struct *vma, struct list_head *to_kill,
mm/memory-failure.c
376
struct to_kill *tk;
mm/memory-failure.c
378
tk = kmalloc_obj(struct to_kill, GFP_ATOMIC);
mm/memory-failure.c
410
list_add_tail(&tk->nd, to_kill);
mm/memory-failure.c
414
struct vm_area_struct *vma, struct list_head *to_kill,
mm/memory-failure.c
419
__add_to_kill(tsk, p, vma, to_kill, addr);
mm/memory-failure.c
423
static bool task_in_to_kill_list(struct list_head *to_kill,
mm/memory-failure.c
426
struct to_kill *tk, *next;
mm/memory-failure.c
428
list_for_each_entry_safe(tk, next, to_kill, nd) {
mm/memory-failure.c
437
struct vm_area_struct *vma, struct list_head *to_kill,
mm/memory-failure.c
440
if (!task_in_to_kill_list(to_kill, tsk))
mm/memory-failure.c
441
__add_to_kill(tsk, p, vma, to_kill, addr);
mm/memory-failure.c
450
static void kill_procs(struct list_head *to_kill, bool forcekill,
mm/memory-failure.c
453
struct to_kill *tk, *next;
mm/memory-failure.c
455
list_for_each_entry_safe(tk, next, to_kill, nd) {
mm/memory-failure.c
534
const struct page *page, struct list_head *to_kill,
mm/memory-failure.c
561
add_to_kill_anon_file(t, page, vma, to_kill, addr);
mm/memory-failure.c
572
const struct page *page, struct list_head *to_kill,
mm/memory-failure.c
601
add_to_kill_anon_file(t, page, vma, to_kill, addr);
mm/memory-failure.c
611
struct list_head *to_kill, pgoff_t pgoff)
mm/memory-failure.c
614
__add_to_kill(tsk, p, vma, to_kill, addr);
mm/memory-failure.c
622
struct list_head *to_kill, bool pre_remove)
mm/memory-failure.c
643
add_to_kill_fsdax(t, page, vma, to_kill, pgoff);
mm/memory-failure.c
668
struct to_kill tk;
mm/memory-failure.c
673
static void set_to_kill(struct to_kill *tk, unsigned long addr, short shift)
mm/memory-failure.c
680
unsigned long poisoned_pfn, struct to_kill *tk)