Lines Matching refs:moff
5650 u32 moff = __btf_member_bit_offset(t, member) / 8; in bpf_scx_init_member() local
5653 switch (moff) { in bpf_scx_init_member()
5655 if (*(u32 *)(udata + moff) > INT_MAX) in bpf_scx_init_member()
5657 ops->dispatch_max_batch = *(u32 *)(udata + moff); in bpf_scx_init_member()
5660 if (*(u64 *)(udata + moff) & ~SCX_OPS_ALL_FLAGS) in bpf_scx_init_member()
5662 ops->flags = *(u64 *)(udata + moff); in bpf_scx_init_member()
5673 if (msecs_to_jiffies(*(u32 *)(udata + moff)) > in bpf_scx_init_member()
5676 ops->timeout_ms = *(u32 *)(udata + moff); in bpf_scx_init_member()
5680 *(u32 *)(udata + moff) ?: SCX_EXIT_DUMP_DFL_LEN; in bpf_scx_init_member()
5683 ops->hotplug_seq = *(u64 *)(udata + moff); in bpf_scx_init_member()
5694 u32 moff = __btf_member_bit_offset(t, member) / 8; in bpf_scx_check_member() local
5696 switch (moff) { in bpf_scx_check_member()