Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dbtf.c965 const struct btf_type *next_type) in env_type_is_resolve_sink() argument
970 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()
975 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
976 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
981 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
982 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
983 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
1609 const struct btf_type *next_type; in btf_modifier_resolve() local
1613 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
1614 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()
[all …]
/Linux-v5.4/tools/lib/bpf/
Dbtf.c184 void *next_type = nohdr_data + hdr->type_off; in btf_parse_type_sec() local
187 while (next_type < end_type) { in btf_parse_type_sec()
188 struct btf_type *t = next_type; in btf_parse_type_sec()
195 next_type += type_size; in btf_parse_type_sec()
/Linux-v5.4/drivers/usb/gadget/function/
Df_fs.c2249 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2262 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2265 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
/Linux-v5.4/fs/btrfs/
Dtree-log.c2488 goto next_type; in replay_dir_deletes()
2508 next_type: in replay_dir_deletes()