Searched refs:exit_dump_len (Results 1 – 3 of 3) sorted by relevance
61 u32 __len = (__skel)->struct_ops.__ops_name->exit_dump_len ?: UEI_DUMP_DFL_LEN; \
99 skel->struct_ops.qmap_ops->exit_dump_len = strtoul(optarg, NULL, 0); in main()
663 u32 exit_dump_len; member4403 static struct scx_exit_info *alloc_exit_info(size_t exit_dump_len) in alloc_exit_info() argument4413 ei->dump = kzalloc(exit_dump_len, GFP_KERNEL); in alloc_exit_info()4911 scx_dump_state(ei, scx_ops.exit_dump_len); in scx_ops_error_irq_workfn()5059 scx_exit_info = alloc_exit_info(ops->exit_dump_len); in scx_ops_enable()5465 case offsetof(struct sched_ext_ops, exit_dump_len): in bpf_scx_init_member()5466 ops->exit_dump_len = in bpf_scx_init_member()