| /linux/kernel/bpf/ |
| H A D | local_storage.c | 132 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *key) in cgroup_storage_lookup_elem() argument 134 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem() 182 int bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_copy() argument 185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy() 203 copy_map_value(_map, value, per_cpu_ptr(storage->percpu_buf, cpu)); in bpf_percpu_cgroup_storage_copy() 206 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_copy() 208 copy_map_value_long(_map, value + off, per_cpu_ptr(storage->percpu_buf, cpu)); in bpf_percpu_cgroup_storage_copy() 216 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_update() argument 219 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update() 243 copy_map_value(_map, per_cpu_ptr(storage->percpu_buf, cpu), value); in bpf_percpu_cgroup_storage_update() [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() 1129 struct rio_mport_mapping *map, *_map; in rio_mport_free_dma() local 1136 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_free_dma() 1311 struct rio_mport_mapping *map, *_map; in rio_mport_inbound_free() local 1322 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_inbound_free() 1998 struct rio_mport_mapping *map, *_map; in mport_cdev_release() local 2026 list_for_each_entry_safe(map, _map, &chdev->mappings, node) { in mport_cdev_release() 2482 struct rio_mport_mapping *map, *_map; in mport_cdev_remove() local 2500 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); \
|
| /linux/drivers/media/platform/amlogic/meson-ge2d/ |
| H A D | ge2d.c | 105 #define FMT(_fourcc, _alpha, _depth, _map) \ argument 111 .hw_map = GE2D_COLOR_MAP_ ## _map, \
|
| /linux/include/linux/ |
| H A D | bpf.h | 2806 #define bpf_map_kmalloc_node(_map, _size, _flags, _node) \ argument 2808 #define bpf_map_kmalloc_nolock(_map, _size, _flags, _node) \ argument 2810 #define bpf_map_kzalloc(_map, _size, _flags) \ argument 2812 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument 2814 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 896 perf_evlist__mmap_cb_mmap(struct perf_mmap *_map, struct perf_mmap_param *_mp, in perf_event_mlock_kb_in_pages() 899 struct mmap *map = container_of(_map, struct mmap, core); in perf_event_mlock_kb_in_pages() 881 perf_evlist__mmap_cb_mmap(struct perf_mmap * _map,struct perf_mmap_param * _mp,int output,struct perf_cpu cpu) perf_evlist__mmap_cb_mmap() argument
|