Searched refs:total_nelems (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dbtf.c1905 * *total_nelems: (x * y). Hence, individual elem size is
1906 * (*type_size / *total_nelems)
1914 * *total_nelems: 1
1920 u32 *elem_id, u32 *total_nelems, u32 *type_id)
1975 if (total_nelems)
1976 *total_nelems = nelems;
6397 u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; local
6511 &elem_type, &elem_id, &total_nelems,
6570 msize /= total_nelems;
1918 __btf_resolve_size(const struct btf *btf, const struct btf_type *type, u32 *type_size, const struct btf_type **elem_type, u32 *elem_id, u32 *total_nelems, u32 *type_id) argument

Completed in 279 milliseconds