Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/lib/bpf/
Dbtf.c145 void *next_type = nohdr_data + hdr->type_off; in btf_parse_type_sec() local
148 while (next_type < end_type) { in btf_parse_type_sec()
149 struct btf_type *t = next_type; in btf_parse_type_sec()
153 next_type += sizeof(*t); in btf_parse_type_sec()
156 next_type += sizeof(int); in btf_parse_type_sec()
159 next_type += sizeof(struct btf_array); in btf_parse_type_sec()
163 next_type += vlen * sizeof(struct btf_member); in btf_parse_type_sec()
166 next_type += vlen * sizeof(struct btf_enum); in btf_parse_type_sec()
/Linux-v4.19/kernel/bpf/
Dbtf.c736 const struct btf_type *next_type) in env_type_is_resolve_sink() argument
741 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()
744 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
745 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
748 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
749 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
750 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
1155 const struct btf_type *next_type; in btf_modifier_resolve() local
1160 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
1161 if (!next_type) { in btf_modifier_resolve()
[all …]
/Linux-v4.19/drivers/usb/gadget/function/
Df_fs.c2153 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2166 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2169 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
/Linux-v4.19/fs/btrfs/
Dtree-log.c2409 goto next_type; in replay_dir_deletes()
2429 next_type: in replay_dir_deletes()