Searched refs:var_type (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | stackinit_kunit.c | 47 #define DO_NOTHING_TYPE_SCALAR(var_type) var_type argument 150 ; var = (var_type)__static_all 154 ; var = (var_type)__dynamic_all 160 #define INIT_UNION_none(var_type) INIT_STRUCT_none(var_type) argument 161 #define INIT_UNION_zero(var_type) INIT_STRUCT_zero(var_type) argument 162 #define INIT_UNION_old_zero(var_type) INIT_STRUCT_old_zero(var_type) argument 167 INIT_STRUCT_static_all(var_type) 171 INIT_STRUCT_dynamic_all(var_type) 175 INIT_STRUCT_runtime_all(var_type) 271 var_type *arg) \ [all …]
|
| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | varhandlers.c | 109 switch (p_header->var_type) { in speakup_register_var() 218 if (var->var_type == VAR_TIME && p_val) { in spk_set_num_var()
|
| H A D | kobjects.c | 560 switch (param->var_type) { in spk_var_show() 588 param->name, param->var_type); in spk_var_show() 640 switch (param->var_type) { in spk_var_store() 690 param->name, (int)param->var_type); in spk_var_store()
|
| H A D | spk_types.h | 110 enum var_type_t var_type; member
|
| H A D | main.c | 1860 if (p_header->var_type != VAR_NUM) in inc_dec_var()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | init.c | 929 u8 var_type; in mt7996_variant_type_init() local 934 var_type = MT7996_VAR_TYPE_233; in mt7996_variant_type_init() 936 var_type = MT7996_VAR_TYPE_444; in mt7996_variant_type_init() 940 var_type = MT7992_VAR_TYPE_23; in mt7996_variant_type_init() 942 var_type = MT7992_VAR_TYPE_44; in mt7996_variant_type_init() 950 dev->var.type = var_type; in mt7996_variant_type_init()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | gen.c | 1583 const struct btf_type *map_type, *var_type; in do_subskeleton() local 1694 var_type = btf__type_by_id(btf, var->type); in do_subskeleton() 1696 if (btf_var(var_type)->linkage == BTF_VAR_STATIC) in do_subskeleton() 1816 var_type = btf__type_by_id(btf, var->type); in do_subskeleton() 1817 var_name = btf__name_by_offset(btf, var_type->name_off); in do_subskeleton() 1819 if (btf_var(var_type)->linkage == BTF_VAR_STATIC) in do_subskeleton()
|
| /linux-6.15/kernel/bpf/ |
| H A D | btf.c | 3622 const struct btf_type *var_type, in btf_find_field_one() argument 3638 array = btf_array(var_type); in btf_find_field_one() 3640 var_type = btf_type_by_id(btf, array->type); in btf_find_field_one() 3647 field_type = btf_get_field_type(btf, var_type, in btf_find_field_one() 3650 if (!field_type && __btf_type_is_struct(var_type)) { in btf_find_field_one() 3651 sz = var_type->size; in btf_find_field_one() 3686 ret = btf_find_kptr(btf, var_type, off, sz, in btf_find_field_one() 3693 ret = btf_find_graph_root(btf, var, var_type, in btf_find_field_one() 4804 if (!var_type || !btf_type_is_var(var_type)) { in btf_datasec_resolve() 4810 if (!env_type_is_resolve_sink(env, var_type) && in btf_datasec_resolve() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1584 const struct btf_type *var_type = btf__type_by_id(btf, sinfo->type); in set_global_vars() local 1587 if (!btf_is_var(var_type)) in set_global_vars() 1590 var_name = btf__name_by_offset(btf, var_type->name_off); in set_global_vars() 1602 err = set_global_var(obj, btf, var_type, map, sinfo, presets + k); in set_global_vars()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 10297 struct btf_type *datasec_type, *var_type; in map_btf_datasec_resize() local 10327 var_type = btf_type_by_id(btf, var->type); in map_btf_datasec_resize() 10328 array_type = skip_mods_and_typedefs(btf, var_type->type, NULL); in map_btf_datasec_resize() 10355 var_type = btf_type_by_id(btf, var->type); in map_btf_datasec_resize() 10360 var_type->type = new_array_id; in map_btf_datasec_resize() 13956 const struct btf_type *map_type, *var_type; in bpf_object__open_subskeleton() local 13998 var_type = btf__type_by_id(btf, var->type); in bpf_object__open_subskeleton() 13999 var_name = btf__name_by_offset(btf, var_type->name_off); in bpf_object__open_subskeleton()
|