Searched defs:var_type (Results 1 – 5 of 5) sorted by relevance
/linux/lib/tests/ |
H A D | stackinit_kunit.c | 47 #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 D | spk_types.h | 110 enum var_type_t var_type; member
|
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 1583 const struct btf_type *map_type, *var_type; in do_subskeleton() local
|
/linux/kernel/bpf/ |
H A D | btf.c | 3468 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 D | libbpf.c | 10318 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
|