Home
last modified time | relevance | path

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

/linux/lib/tests/
H A 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/drivers/accessibility/speakup/
H A Dspk_types.h110 enum var_type_t var_type; member
/linux/kernel/bpf/
H A Dbtf.c3602 static int btf_get_field_type(const struct btf *btf, const struct btf_type *var_type, in btf_get_field_type()
3745 const struct btf_type *var_type, in btf_find_field_one()
3880 const struct btf_type *var_type = btf_type_by_id(btf, var->type); in btf_find_datasec_var() local
4931 const struct btf_type *var_type = btf_type_by_id(env->btf, in btf_datasec_resolve() local
/linux/tools/testing/selftests/bpf/
H A Dveristat.c2138 const struct btf_type *var_type = btf__type_by_id(btf, sinfo->type); in set_global_vars() local
/linux/tools/lib/bpf/
H A Dlibbpf.c10646 struct btf_type *datasec_type, *var_type; in map_btf_datasec_resize() local
14385 const struct btf_type *map_type, *var_type; in bpf_object__open_subskeleton() local