Searched defs:byte_sz (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/lib/bpf/ |
D | btf.c | 1744 int btf__add_int(struct btf *btf, const char *name, size_t byte_sz, int encoding) in btf__add_int() 1792 int btf__add_float(struct btf *btf, const char *name, size_t byte_sz) in btf__add_float() 1958 int btf__add_struct(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_struct() 1976 int btf__add_union(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_union() 2051 static int btf_add_enum_common(struct btf *btf, const char *name, __u32 byte_sz, in btf_add_enum_common() 2096 int btf__add_enum(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_enum() 2175 int btf__add_enum64(struct btf *btf, const char *name, __u32 byte_sz, in btf__add_enum64() 2515 int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_datasec() 2554 int btf__add_datasec_var_info(struct btf *btf, int var_type_id, __u32 offset, __u32 byte_sz) in btf__add_datasec_var_info()
|
D | relo_core.c | 686 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local
|
/Linux-v6.1/drivers/mmc/core/ |
D | sdio_io.c | 236 unsigned int blk_sz, byte_sz; in sdio_align_size() local
|