Home
last modified time | relevance | path

Searched defs:var_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/lib/
Dstackinit_kunit.c47 #define DO_NOTHING_TYPE_SCALAR(var_type) var_type argument
48 #define DO_NOTHING_TYPE_STRING(var_type) void argument
49 #define DO_NOTHING_TYPE_STRUCT(var_type) void argument
50 #define DO_NOTHING_TYPE_UNION(var_type) void argument
105 #define INIT_SCALAR_none(var_type) /**/ argument
106 #define INIT_SCALAR_zero(var_type) = 0 argument
108 #define INIT_STRING_none(var_type) [FILL_SIZE_STRING] /**/ argument
109 #define INIT_STRING_zero(var_type) [FILL_SIZE_STRING] = { } argument
111 #define INIT_STRUCT_none(var_type) /**/ argument
112 #define INIT_STRUCT_zero(var_type) = { } argument
[all …]
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7996/
Dinit.c929 u8 var_type; in mt7996_variant_type_init() local
/linux-6.14.4/drivers/accessibility/speakup/
Dspk_types.h110 enum var_type_t var_type; member
/linux-6.14.4/tools/bpf/bpftool/
Dgen.c1583 const struct btf_type *map_type, *var_type; in do_subskeleton() local
/linux-6.14.4/kernel/bpf/
Dbtf.c3464 static int btf_get_field_type(const struct btf *btf, const struct btf_type *var_type, in btf_get_field_type()
3609 const struct btf_type *var_type, in btf_find_field_one()
3742 const struct btf_type *var_type = btf_type_by_id(btf, var->type); in btf_find_datasec_var() local
4776 const struct btf_type *var_type = btf_type_by_id(env->btf, in btf_datasec_resolve() local
/linux-6.14.4/tools/lib/bpf/
Dlibbpf.c10232 struct btf_type *datasec_type, *var_type; in map_btf_datasec_resize() local
13891 const struct btf_type *map_type, *var_type; in bpf_object__open_subskeleton() local