| /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/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_) 161 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 | 446 struct rio_mport_mapping *map, *_map; in rio_mport_obw_free() local 457 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_obw_free() 1130 struct rio_mport_mapping *map, *_map; in rio_mport_free_dma() local 1137 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_free_dma() 1312 struct rio_mport_mapping *map, *_map; in rio_mport_inbound_free() local 1323 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_inbound_free() 1999 struct rio_mport_mapping *map, *_map; in mport_cdev_release() local 2027 list_for_each_entry_safe(map, _map, &chdev->mappings, node) { in mport_cdev_release() 2483 struct rio_mport_mapping *map, *_map; in mport_cdev_remove() local 2501 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 | 1347 if (test_bit(id, ud->res##_map)) { \ 1359 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \ 1366 set_bit(id, ud->res##_map); \
|
| /linux/include/linux/ |
| H A D | bpf.h | 2557 #define bpf_map_kmalloc_node(_map, _size, _flags, _node) \ argument 2559 #define bpf_map_kmalloc_nolock(_map, _size, _flags, _node) \ argument 2561 #define bpf_map_kzalloc(_map, _size, _flags) \ argument 2563 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument 2565 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 831 perf_evlist__mmap_cb_mmap(struct perf_mmap *_map, struct perf_mmap_param *_mp, in perf_evlist__mmap_cb_mmap() argument 834 struct mmap *map = container_of(_map, struct mmap, core); in perf_evlist__mmap_cb_mmap()
|
| /linux/arch/arm64/kvm/ |
| H A D | sys_regs.c | 4422 #define CP15_PMU_SYS_REG(_map, _Op1, _CRn, _CRm, _Op2) \ argument 4423 AA32(_map), \
|