/linux/fs/bcachefs/ |
H A D | fs-ioctl.h | 34 #define set_flags(_map, _in, _out) \ argument 38 for (_i = 0; _i < ARRAY_SIZE(_map); _i++) \ 40 (_out) |= _map[_i]; \ 42 (_out) &= ~_map[_i]; \ 45 #define map_flags(_map, _in) \ argument 49 set_flags(_map, _in, _out); \ 53 #define map_flags_rev(_map, _in) \ argument 58 if ((_in) & _map[_i]) { \ 60 (_in) &= ~_map[_i]; \ 65 #define map_defined(_map) \ argument [all …]
|
/linux/drivers/mtd/maps/ |
H A D | pci.c | 37 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) in mtd_pci_read8() argument 39 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read8() 45 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) in mtd_pci_read32() argument 47 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read32() 53 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom() argument 55 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_copyfrom() 59 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8() argument 61 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write8() 65 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32() argument 67 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write32() [all …]
|
/linux/kernel/bpf/ |
H A D | local_storage.c | 134 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem() 185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy() 201 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_copy() 214 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update() 235 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_update() 248 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key() 330 static void cgroup_storage_map_free(struct bpf_map *_map) in cgroup_storage_map_free() argument 332 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free() 472 enum bpf_cgroup_storage_type stype = cgroup_storage_type(_map); in bpf_cgroup_storage_assign() 475 aux->cgroup_storage[stype] != _map) in bpf_cgroup_storage_assign() [all …]
|
/linux/fs/btrfs/ |
H A D | locking.h | 106 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \ 107 rwsem_release(&owner->lock##_map, _THIS_IP_); \ 122 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_) 129 rwsem_release(&owner->lock##_map, _THIS_IP_) 151 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \
|
/linux/include/uapi/linux/ |
H A D | map_to_7segment.h | 75 #define SEG7_CONVERSION_MAP(_name, _map) \ argument 76 struct seg7_conversion_map _name = { .table = { _map } }
|
H A D | map_to_14segment.h | 93 #define SEG14_CONVERSION_MAP(_name, _map) \ argument 94 struct seg14_conversion_map _name = { .table = { _map } }
|
/linux/fs/adfs/ |
H A D | map.c | 54 #define GET_FRAG_ID(_map,_start,_idmask) \ argument 56 unsigned char *_m = _map + (_start >> 3); \
|
/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 466 struct rio_mport_mapping *map, *_map; in rio_mport_obw_free() local 477 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_obw_free() 1150 struct rio_mport_mapping *map, *_map; in rio_mport_free_dma() local 1157 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_free_dma() 1332 struct rio_mport_mapping *map, *_map; in rio_mport_inbound_free() local 1343 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_inbound_free() 2018 struct rio_mport_mapping *map, *_map; in mport_cdev_release() local 2046 list_for_each_entry_safe(map, _map, &chdev->mappings, node) { in mport_cdev_release() 2502 struct rio_mport_mapping *map, *_map; in mport_cdev_remove() local 2520 list_for_each_entry_safe(map, _map, &md->mappings, node) { in mport_cdev_remove()
|
/linux/arch/mips/include/asm/sn/sn0/ |
H A D | addrs.h | 140 #define SABLE_LOG_TRIGGER(_map) argument
|
/linux/drivers/dma/ti/ |
H A D | k3-udma-private.c | 109 clear_bit(p->id, ud->res##_map); \
|
H A D | k3-udma.c | 1340 if (test_bit(id, ud->res##_map)) { \ 1352 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \ 1359 set_bit(id, ud->res##_map); \
|
/linux/arch/arm/mach-at91/ |
H A D | pm.c | 1197 #define AT91_PM_REPLACE_MODES(_maps, _map) \ argument 1199 AT91_PM_REPLACE_MODE((_maps), BIT(AT91_PM_IOMAP_##_map),\ 1202 AT91_PM_REPLACE_MODE((_maps), BIT(AT91_PM_IOMAP_##_map),\
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_device.c | 29 #define STEP_INFO(_map) \ argument 30 .step_info.map = _map, \ 31 .step_info.size = ARRAY_SIZE(_map)
|
/linux/drivers/media/platform/amlogic/meson-ge2d/ |
H A D | ge2d.c | 100 #define FMT(_fourcc, _alpha, _depth, _map) \ argument 106 .hw_map = GE2D_COLOR_MAP_ ## _map, \
|
/linux/include/linux/ |
H A D | bpf.h | 2305 #define bpf_map_kmalloc_node(_map, _size, _flags, _node) \ argument 2307 #define bpf_map_kzalloc(_map, _size, _flags) \ argument 2309 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument 2311 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument
|
/linux/tools/perf/util/ |
H A D | evlist.c | 874 perf_evlist__mmap_cb_mmap(struct perf_mmap *_map, struct perf_mmap_param *_mp, in perf_evlist__mmap_cb_mmap() argument 877 struct mmap *map = container_of(_map, struct mmap, core); in perf_evlist__mmap_cb_mmap()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_lrc.c | 719 static inline struct iosys_map __xe_lrc_##elem##_map(struct xe_lrc *lrc) \
|
/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 3494 #define CP15_PMU_SYS_REG(_map, _Op1, _CRn, _CRm, _Op2) \ argument 3495 AA32(_map), \
|