Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Duser_exit_info.h20 u32 __len = (__skel)->struct_ops.__ops_name->exit_dump_len ?: UEI_DUMP_DFL_LEN; \
/linux/tools/sched_ext/
H A Dscx_qmap.c105 skel->struct_ops.qmap_ops->exit_dump_len = strtoul(optarg, NULL, 0); in main()
/linux/kernel/sched/
H A Dext_internal.h788 u32 exit_dump_len; member
H A Dext.c4190 static struct scx_exit_info *alloc_exit_info(size_t exit_dump_len) in alloc_exit_info() argument
4200 ei->dump = kvzalloc(exit_dump_len, GFP_KERNEL); in alloc_exit_info()
4731 scx_dump_state(ei, sch->ops.exit_dump_len); in scx_error_irq_workfn()
4799 sch->exit_info = alloc_exit_info(ops->exit_dump_len); in scx_alloc_and_add_sched()
5272 case offsetof(struct sched_ext_ops, exit_dump_len): in bpf_scx_init_member()
5273 ops->exit_dump_len = in bpf_scx_init_member()