Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbtf.c1697 int btf__add_int(struct btf *btf, const char *name, size_t byte_sz, int encoding) in btf__add_int()
1745 int btf__add_float(struct btf *btf, const char *name, size_t byte_sz) in btf__add_float()
1911 int btf__add_struct(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_struct()
1929 int btf__add_union(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_union()
2017 int btf__add_enum(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_enum()
2366 int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_datasec()
2405 int btf__add_datasec_var_info(struct btf *btf, int var_type_id, __u32 offset, __u32 byte_sz) in btf__add_datasec_var_info()
Drelo_core.c566 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local
/Linux-v5.15/drivers/mmc/core/
Dsdio_io.c236 unsigned int blk_sz, byte_sz; in sdio_align_size() local