Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c1969 const struct btf_type *next_type) in env_type_is_resolve_sink() argument
1974 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()
1979 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1980 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
1985 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1986 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
1987 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
2764 const struct btf_type *next_type; in btf_modifier_resolve() local
2768 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2769 if (!next_type || btf_type_is_resolve_source_onl in btf_modifier_resolve()
2805 const struct btf_type *next_type; btf_var_resolve() local
2851 const struct btf_type *next_type; btf_ptr_resolve() local
5122 const struct btf_type *next_type; btf_decl_tag_resolve() local
[all...]
/linux/drivers/usb/gadget/function/
H A Df_fs.c2732 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2748 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2751 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c8774 u16 type, next_type = 0; in bnxt_hwrm_func_backing_store_qcaps_v2()
8790 for (type = 0; type < BNXT_CTX_V2_MAX; type = next_type) { in bnxt_hwrm_func_backing_store_qcaps_v2()
8803 next_type = le16_to_cpu(resp->next_valid_type); in bnxt_hwrm_func_backing_store_qcaps_v2()
8768 u16 type, next_type = 0; bnxt_hwrm_func_backing_store_qcaps_v2() local