Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.h6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
/linux/fs/
H A Dbinfmt_elf.c1819 struct task_struct *dump_task = current; in fill_note_info() local
1833 view = task_user_regset_view(dump_task); in fill_note_info()
1866 flags = elf_coredump_get_mm_eflags(dump_task->mm, flags); in fill_note_info()
1880 info->thread->task = dump_task; in fill_note_info()
1881 for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) { in fill_note_info()
1901 fill_psinfo(psinfo, dump_task->group_leader, dump_task->mm); in fill_note_info()
/linux/mm/
H A Doom_kill.c382 static int dump_task(struct task_struct *p, void *arg) in dump_task() function
431 mem_cgroup_scan_tasks(oc->memcg, dump_task, oc); in dump_tasks()
441 dump_task(p, oc); in dump_tasks()
/linux/kernel/sched/
H A Dext_internal.h616 void (*dump_task)(struct scx_dump_ctx *ctx, struct task_struct *p); member
H A Dext.c4597 if (SCX_HAS_OP(sch, dump_task)) { in scx_dump_task()
4599 SCX_CALL_OP(sch, SCX_KF_REST, dump_task, NULL, dctx, p); in scx_dump_task()
5455 .dump_task = sched_ext_ops__dump_task,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c231 do_dummy_read_opts(skel->progs.dump_task, opts); in test_task_common_nocheck()
642 link = skel->links.dump_task; in test_anon_iter()
679 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter()
702 err = bpf_link__update_program(link, skel2->progs.dump_task); in test_file_iter()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c906 .dump_task = (void *)qmap_dump_task,