Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dbtf.c1538 const struct btf_type *next_type) in env_type_is_resolve_sink() argument
1543 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()
1548 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1549 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
1554 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1555 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
1556 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
2299 const struct btf_type *next_type; in btf_modifier_resolve() local
2303 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2304 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbtf.c362 void *next_type = btf->types_data; in btf_parse_type_sec() local
363 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec()
374 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
378 btf_bswap_type_base(next_type); in btf_parse_type_sec()
380 type_size = btf_type_size(next_type); in btf_parse_type_sec()
383 if (next_type + type_size > end_type) { in btf_parse_type_sec()
388 if (btf->swapped_endian && btf_bswap_type_rest(next_type)) in btf_parse_type_sec()
391 err = btf_add_type_idx_entry(btf, next_type - btf->types_data); in btf_parse_type_sec()
395 next_type += type_size; in btf_parse_type_sec()
399 if (next_type != end_type) { in btf_parse_type_sec()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_fs.c2269 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2282 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2285 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
Df_generic.c2121 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2134 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2137 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
/kernel/linux/linux-5.10/fs/btrfs/
Dtree-log.c2516 goto next_type; in replay_dir_deletes()
2536 next_type: in replay_dir_deletes()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch17227 -static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type,
17240 - *next_type = FFS_OS_DESC_EXT_COMPAT;
17243 - *next_type = FFS_OS_DESC_EXT_PROP;