| /Linux-v5.10/drivers/md/persistent-data/ |
| D | dm-array.c | 101 entry += index * info->value_type.size; in element_at() 116 fn(info->value_type.context, element_at(info, ab, i)); in on_entries() 124 struct dm_btree_value_type *vt = &info->value_type; in inc_ablock_entries() 135 struct dm_btree_value_type *vt = &info->value_type; in dec_ablock_entries() 165 (*ab)->value_size = cpu_to_le32(info->value_type.size); in alloc_ablock() 180 struct dm_btree_value_type *vt = &info->value_type; in fill_ablock() 204 struct dm_btree_value_type *vt = &info->value_type; in trim_ablock() 635 struct dm_btree_value_type *bvt = &info->btree_info.value_type; in dm_array_info_init() 637 memcpy(&info->value_type, vt, sizeof(info->value_type)); in dm_array_info_init() 670 resize.max_entries = calc_max_entries(info->value_type.size, in array_resize() [all …]
|
| D | dm-btree.c | 139 max_entries = calc_max_entries(info->value_type.size, block_size); in dm_btree_empty() 146 n->header.value_size = cpu_to_le32(info->value_type.size); in dm_btree_empty() 321 if (info->value_type.dec) { in dm_btree_del() 325 info->value_type.dec(info->value_type.context, in dm_btree_del() 391 size = info->value_type.size; in dm_btree_lookup() 464 memcpy(value_le, value_ptr(n, i), info->value_type.size); in dm_btree_lookup_next_single() 564 sizeof(uint64_t) : s->info->value_type.size; in btree_split_sibling() 634 sizeof(__le64) : s->info->value_type.size; in btree_split_beneath() 806 r = btree_insert_raw(&spine, block, &info->value_type, in insert() 817 r = insert_at(info->value_type.size, n, index, in insert() [all …]
|
| D | dm-btree-remove.c | 532 &info->value_type : &le64_vt), in dm_btree_remove() 545 if (info->value_type.dec) in dm_btree_remove() 546 info->value_type.dec(info->value_type.context, in dm_btree_remove() 637 r = remove_nearest(&spine, info, &info->value_type, in remove_one() 654 if (info->value_type.dec) in remove_one() 655 info->value_type.dec(info->value_type.context, in remove_one()
|
| D | dm-space-map-common.c | 205 ll->bitmap_info.value_type.size = sizeof(struct disk_index_entry); in sm_ll_init() 206 ll->bitmap_info.value_type.inc = NULL; in sm_ll_init() 207 ll->bitmap_info.value_type.dec = NULL; in sm_ll_init() 208 ll->bitmap_info.value_type.equal = NULL; in sm_ll_init() 212 ll->ref_count_info.value_type.size = sizeof(uint32_t); in sm_ll_init() 213 ll->ref_count_info.value_type.inc = NULL; in sm_ll_init() 214 ll->ref_count_info.value_type.dec = NULL; in sm_ll_init() 215 ll->ref_count_info.value_type.equal = NULL; in sm_ll_init()
|
| D | dm-array.h | 70 struct dm_btree_value_type value_type; member
|
| D | dm-btree.h | 88 struct dm_btree_value_type value_type; member
|
| /Linux-v5.10/tools/perf/include/bpf/ |
| D | bpf.h | 43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64) argument
|
| /Linux-v5.10/drivers/md/ |
| D | dm-thin-metadata.c | 458 pmd->info.value_type.context = pmd->data_sm; in __setup_btree_details() 459 pmd->info.value_type.size = sizeof(__le64); in __setup_btree_details() 460 pmd->info.value_type.inc = data_block_inc; in __setup_btree_details() 461 pmd->info.value_type.dec = data_block_dec; in __setup_btree_details() 462 pmd->info.value_type.equal = data_block_equal; in __setup_btree_details() 469 pmd->tl_info.value_type.context = &pmd->bl_info; in __setup_btree_details() 470 pmd->tl_info.value_type.size = sizeof(__le64); in __setup_btree_details() 471 pmd->tl_info.value_type.inc = subtree_inc; in __setup_btree_details() 472 pmd->tl_info.value_type.dec = subtree_dec; in __setup_btree_details() 473 pmd->tl_info.value_type.equal = subtree_equal; in __setup_btree_details() [all …]
|
| D | dm-era-target.c | 398 struct dm_btree_value_type *vt = &md->writeset_tree_info.value_type; in setup_writeset_tree_info()
|
| /Linux-v5.10/security/tomoyo/ |
| D | common.h | 530 u8 value_type[2]; member 1251 a->group == b->group && a->value_type[0] == b->value_type[0] && in tomoyo_same_number_union() 1252 a->value_type[1] == b->value_type[1]; in tomoyo_same_number_union()
|
| D | util.c | 290 ptr->value_type[0] = type; in tomoyo_parse_number_union() 293 ptr->value_type[1] = type; in tomoyo_parse_number_union() 302 ptr->value_type[1] = type; in tomoyo_parse_number_union()
|
| D | common.c | 437 u8 min_type = ptr->value_type[0]; in tomoyo_print_number_union_nospace() 438 const u8 max_type = ptr->value_type[1]; in tomoyo_print_number_union_nospace()
|
| /Linux-v5.10/include/linux/ |
| D | bpf_local_storage.h | 134 const struct btf_type *value_type);
|
| D | bpf.h | 92 const struct btf_type *value_type); 249 const struct btf_type *value_type); 898 const struct btf_type *value_type; member
|
| /Linux-v5.10/kernel/bpf/ |
| D | bpf_struct_ops.c | 191 st_ops->value_type = btf_type_by_id(btf, in bpf_struct_ops_init() 334 err = check_zero_holes(st_ops->value_type, value); in bpf_struct_ops_map_update_elem() 565 vt = st_ops->value_type; in bpf_struct_ops_map_alloc()
|
| D | bpf_local_storage.c | 588 const struct btf_type *value_type) in bpf_local_storage_map_check_btf() argument
|
| D | local_storage.c | 363 const struct btf_type *value_type) in cgroup_storage_check_btf() argument
|
| D | lpm_trie.c | 726 const struct btf_type *value_type) in trie_check_btf() argument
|
| D | arraymap.c | 454 const struct btf_type *value_type) in array_map_check_btf() argument 464 if (BTF_INFO_KIND(value_type->info) != BTF_KIND_DATASEC) in array_map_check_btf()
|
| D | syscall.c | 740 const struct btf_type *value_type) in map_check_no_btf() argument 748 const struct btf_type *key_type, *value_type; in map_check_btf() local 763 value_type = btf_type_id_size(btf, &btf_value_id, &value_size); in map_check_btf() 764 if (!value_type || value_size != map->value_size) in map_check_btf() 767 map->spin_lock_off = btf_find_spin_lock(btf, value_type); in map_check_btf() 788 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | hyperv.h | 346 __u32 value_type; member
|
| /Linux-v5.10/drivers/hv/ |
| D | hv_kvp.c | 419 switch (in_msg->body.kvp_set.data.value_type) { in kvp_send_key() 616 kvp_data->value_type = REG_SZ; /* all our values are strings */ in kvp_respond_to_host()
|
| /Linux-v5.10/drivers/crypto/qat/qat_common/ |
| D | icp_qat_uclo.h | 255 char value_type; member
|
| /Linux-v5.10/drivers/net/wireless/ |
| D | rndis_wlan.c | 859 int value_type, void *value) in rndis_set_config_parameter() argument 866 if (value_type == 0) in rndis_set_config_parameter() 868 else if (value_type == 2) in rndis_set_config_parameter() 889 if (value_type == 2) in rndis_set_config_parameter() 898 infobuf->type = cpu_to_le32(value_type); in rndis_set_config_parameter() 907 if (value_type == 2) { in rndis_set_config_parameter()
|