Searched refs:exit_dump_len (Results 1 – 4 of 4) sorted by relevance
20 u32 __len = (__skel)->struct_ops.__ops_name->exit_dump_len ?: UEI_DUMP_DFL_LEN; \
105 skel->struct_ops.qmap_ops->exit_dump_len = strtoul(optarg, NULL, 0); in main()
788 u32 exit_dump_len; member
4146 static struct scx_exit_info *alloc_exit_info(size_t exit_dump_len) in alloc_exit_info() 4156 ei->dump = kvzalloc(exit_dump_len, GFP_KERNEL); in scx_exit_reason() 4687 scx_dump_state(ei, sch->ops.exit_dump_len); in scx_vexit() 4755 sch->exit_info = alloc_exit_info(ops->exit_dump_len); in scx_alloc_and_add_sched() 5226 case offsetof(struct sched_ext_ops, exit_dump_len): in bpf_scx_check_member() 5227 ops->exit_dump_len = in bpf_scx_check_member() 4129 alloc_exit_info(size_t exit_dump_len) alloc_exit_info() argument