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/tools/bpf/bpftool/
H A Dgen.c1583 const struct btf_type *map_type, *var_type; in do_subskeleton() local
/linux/kernel/bpf/
H A Dbtf.c3468 btf_get_field_type(const struct btf * btf,const struct btf_type * var_type,u32 field_mask,u32 * seen_mask,int * align,int * sz) btf_get_field_type() argument
3622 btf_find_field_one(const struct btf * btf,const struct btf_type * var,const struct btf_type * var_type,int var_idx,u32 off,u32 expected_size,u32 field_mask,u32 * seen_mask,struct btf_field_info * info,int info_cnt,u32 level) btf_find_field_one() argument
3756 const struct btf_type *var_type = btf_type_by_id(btf, var->type); btf_find_datasec_var() local
4802 const struct btf_type *var_type = btf_type_by_id(env->btf, btf_datasec_resolve() local
[all...]
/linux/tools/lib/bpf/
H A Dlibbpf.c10318 struct btf_type *datasec_type, *var_type; in map_btf_datasec_resize() local
13963 const struct btf_type *map_type, *var_type; in bpf_object__open_subskeleton() local