Searched refs:int_map (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | int-map.h | 24 struct int_map; 26 int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr); 28 void vdo_int_map_free(struct int_map *map); 30 size_t vdo_int_map_size(const struct int_map *map); 32 void *vdo_int_map_get(struct int_map *map, u64 key); 34 int __must_check vdo_int_map_put(struct int_map *map, u64 key, void *new_value, 37 void *vdo_int_map_remove(struct int_map *map, u64 key);
|
| H A D | physical-zone.h | 62 struct int_map *pbn_operations;
|
| H A D | dedupe.h | 43 struct int_map *hash_lock_map;
|
| /linux/drivers/pci/ |
| H A D | of_property.c | 219 u32 *int_map, *mapp; in of_pci_prop_intr_map() local 264 int_map = kcalloc(map_sz, sizeof(u32), GFP_KERNEL); in of_pci_prop_intr_map() 265 if (!int_map) in of_pci_prop_intr_map() 267 mapp = int_map; in of_pci_prop_intr_map() 304 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map", int_map, in of_pci_prop_intr_map() 319 kfree(int_map); in of_pci_prop_intr_map() 323 kfree(int_map); in of_pci_prop_intr_map()
|
| /linux/drivers/iio/accel/ |
| H A D | adxl345_core.c | 750 unsigned int int_map = 0x00; in _adxl345_set_tap_int() local 787 int_map |= adxl345_tap_int_reg[type]; in _adxl345_set_tap_int() 790 adxl345_tap_int_reg[type], int_map); in _adxl345_set_tap_int()
|