Home
last modified time | relevance | path

Searched defs:kind (Results 1 – 3 of 3) sorted by relevance

/kernel/bpf/
Dtrampoline.c238 int kind; in bpf_trampoline_get_progs() local
553 enum bpf_tramp_prog_type kind; in __bpf_trampoline_link_prog() local
617 enum bpf_tramp_prog_type kind; in __bpf_trampoline_unlink_prog() local
714 int kind; in cgroup_shim_find() local
Dbtf.c547 s32 btf_find_by_name_kind(const struct btf *btf, const char *name, u8 kind) in btf_find_by_name_kind()
567 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p) in bpf_find_btf_id()
939 #define BTF_KIND_BIT(kind) (1ULL << kind) argument
7424 u16 kind; member
8192 BPF_CALL_4(bpf_btf_find_by_name_kind, char *, name, int, name_sz, u32, kind, int, flags) in BPF_CALL_4() argument
/kernel/sched/
Dext.c72 enum scx_exit_kind kind; member
192 enum scx_exit_kind kind; member
4586 static const char *scx_exit_reason(enum scx_exit_kind kind) in scx_exit_reason()
4615 int i, kind; in scx_ops_disable_workfn() local
4783 static void scx_ops_disable(enum scx_exit_kind kind) in scx_ops_disable()
5085 static __printf(3, 4) void scx_ops_exit_kind(enum scx_exit_kind kind, in scx_ops_exit_kind()