Home
last modified time | relevance | path

Searched refs:btf_enum64_value (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/tools/sched_ext/include/scx/
Dcompat.h59 *v = btf_enum64_value(&e[i]); in __COMPAT_read_enum()
/linux-6.14.4/tools/lib/bpf/
Dbtf.h535 static inline __u64 btf_enum64_value(const struct btf_enum64 *e) in btf_enum64_value() function
Drelo_core.c864 *val = btf_enum64_value(btf_enum64(t) + spec->spec[0].idx); in bpf_core_calc_enumval_relo()
1202 append_buf(fmt_str, s, (unsigned long long)btf_enum64_value(e)); in bpf_core_format_spec()
Dbtf_dump.c1102 val = btf_enum64_value(v); in btf_dump_emit_enum64_val()
2222 if (value != btf_enum64_value(e)) in btf_dump_enum_data()
Dlibbpf.c2503 *res = btf_enum64_value(e); in get_map_field_long()
/linux-6.14.4/include/linux/
Dbtf.h314 static inline u64 btf_enum64_value(const struct btf_enum64 *e) in btf_enum64_value() function
/linux-6.14.4/kernel/bpf/
Dbtf.c4444 btf_enum64_value(enums + i)); in btf_enum64_check_meta()
4466 if (v != btf_enum64_value(enums + i)) in btf_enum64_show()