Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dbtf.c1614 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
1621 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
2388 const struct btf_type *next_type; in btf_modifier_resolve() local
2393 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()
2429 const struct btf_type *next_type; in btf_var_resolve() local
2435 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_var_resolve()
2475 const struct btf_type *next_type; in btf_ptr_resolve() local
2481 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_ptr_resolve()
3877 if (!next_type || !btf_type_is_decl_tag_target(next_type)) { in btf_decl_tag_resolve()
3888 if (btf_type_is_var(next_type) || btf_type_is_typedef(next_type)) { in btf_decl_tag_resolve()
[all …]
/linux/tools/lib/bpf/
A Dbtf.c404 void *next_type = btf->types_data; in btf_parse_type_sec() local
405 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec()
408 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
410 btf_bswap_type_base(next_type); in btf_parse_type_sec()
412 type_size = btf_type_size(next_type); in btf_parse_type_sec()
415 if (next_type + type_size > end_type) { in btf_parse_type_sec()
420 if (btf->swapped_endian && btf_bswap_type_rest(next_type)) in btf_parse_type_sec()
423 err = btf_add_type_idx_entry(btf, next_type - btf->types_data); in btf_parse_type_sec()
427 next_type += type_size; in btf_parse_type_sec()
431 if (next_type != end_type) { in btf_parse_type_sec()
/linux/drivers/usb/gadget/function/
A Df_fs.c2242 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2255 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2258 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
/linux/fs/btrfs/
A Dtree-log.c2559 goto next_type; in replay_dir_deletes()
2579 next_type: in replay_dir_deletes()

Completed in 37 milliseconds