/linux-6.12.1/fs/bcachefs/ |
D | darray.h | 29 #define __darray_resize(_d, _element_size, _new_size, _gfp) \ argument 30 (unlikely((_new_size) > (_d)->size) \ 31 ? __bch2_darray_resize((_d), (_element_size), (_new_size), (_gfp))\ 34 #define darray_resize_gfp(_d, _new_size, _gfp) \ argument 35 __darray_resize((darray_char *) (_d), sizeof((_d)->data[0]), (_new_size), _gfp) 37 #define darray_resize(_d, _new_size) \ argument 38 darray_resize_gfp(_d, _new_size, GFP_KERNEL) 40 #define darray_make_room_gfp(_d, _more, _gfp) \ argument 41 darray_resize_gfp((_d), (_d)->nr + (_more), _gfp) 43 #define darray_make_room(_d, _more) \ argument [all …]
|
D | siphash.h | 77 #define SipHash24_End(_d) SipHash_End((_d), 2, 4) argument 78 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4) argument 83 #define SipHash48_End(_d) SipHash_End((_d), 4, 8) argument 84 #define SipHash48_Final(_d, _c) SipHash_Final((_d), (_c), 4, 8) argument
|
D | util.h | 562 #define move_gap(_d, _new_gap) \ argument 564 BUG_ON(_new_gap > (_d)->nr); \ 565 BUG_ON((_d)->gap > (_d)->nr); \ 567 __move_gap((_d)->data, sizeof((_d)->data[0]), \ 568 (_d)->nr, (_d)->size, (_d)->gap, _new_gap); \ 569 (_d)->gap = _new_gap; \
|
D | sb-downgrade.c | 256 #define for_each_downgrade_entry(_d, _i) \ argument 257 for (const struct bch_sb_field_downgrade_entry *_i = (_d)->entries; \ 258 (void *) _i < vstruct_end(&(_d)->field) && \ 259 (void *) &_i->errors[0] <= vstruct_end(&(_d)->field) && \ 260 (void *) downgrade_entry_next_c(_i) <= vstruct_end(&(_d)->field); \
|
/linux-6.12.1/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 50 #define _d r7 macro 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, 356 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/linux-6.12.1/drivers/virtio/ |
D | virtio.c | 14 static ssize_t device_show(struct device *_d, in device_show() argument 17 struct virtio_device *dev = dev_to_virtio(_d); in device_show() 22 static ssize_t vendor_show(struct device *_d, in vendor_show() argument 25 struct virtio_device *dev = dev_to_virtio(_d); in vendor_show() 30 static ssize_t status_show(struct device *_d, in status_show() argument 33 struct virtio_device *dev = dev_to_virtio(_d); in status_show() 38 static ssize_t modalias_show(struct device *_d, in modalias_show() argument 41 struct virtio_device *dev = dev_to_virtio(_d); in modalias_show() 47 static ssize_t features_show(struct device *_d, in features_show() argument 50 struct virtio_device *dev = dev_to_virtio(_d); in features_show() [all …]
|
/linux-6.12.1/drivers/hwtracing/intel_th/ |
D | intel_th.h | 92 #define to_intel_th_device(_d) \ argument 93 container_of((_d), struct intel_th_device, dev) 191 #define to_intel_th_driver(_d) \ argument 192 container_of_const((_d), struct intel_th_driver, driver) 194 #define to_intel_th_driver_or_null(_d) \ argument 195 ((_d) ? to_intel_th_driver(_d) : NULL)
|
/linux-6.12.1/drivers/hwtracing/stm/ |
D | stm.h | 48 #define to_stm_device(_d) \ argument 49 container_of((_d), struct stm_device, dev) 89 #define to_stm_source_device(_d) \ argument 90 container_of((_d), struct stm_source_device, dev)
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | hid_bpf_helpers.h | 160 … _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _… argument 161 … _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _… argument 162 … _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _… argument
|
/linux-6.12.1/arch/arm/include/asm/hardware/ |
D | locomo.h | 180 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev) argument 192 #define LOCOMO_DRV(_d) container_of_const((_d), struct locomo_driver, drv) argument
|
D | sa1111.h | 407 #define SA1111_DRV(_d) container_of_const((_d), struct sa1111_driver, drv) argument
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | memory.h | 107 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \ 110 if (_d) { \ 112 iowrite##t##_native(_d, &_m[_o++]); \ 114 memset_io(&_m[_o], _d, _s); \ 118 nvkm_wo##t((o), _a, _d); \
|
/linux-6.12.1/arch/arm/include/asm/ |
D | ecard.h | 200 #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev) argument 211 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv) argument
|
/linux-6.12.1/drivers/soc/fsl/qbman/ |
D | qman_priv.h | 133 u32 *_d = dest->q.state; in qman_cgrs_and() local 138 *_d++ = *_a++ & *_b++; in qman_cgrs_and() 145 u32 *_d = dest->q.state; in qman_cgrs_xor() local 150 *_d++ = *_a++ ^ *_b++; in qman_cgrs_xor()
|
/linux-6.12.1/include/linux/ |
D | overflow.h | 201 typeof(d) _d = d; \ 205 *_d = (_a_full << _to_shift); \ 206 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \ 207 (*_d >> _to_shift) != _a); \
|
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 159 volatile struct vring_tx_desc *_d = in wil_vring_alloc() local 162 _d->dma.status = TX_DMA_STATUS_DU; in wil_vring_alloc() 215 volatile struct vring_tx_desc *_d = in wil_vring_free() local 226 *d = *_d; in wil_vring_free() 233 volatile struct vring_rx_desc *_d = in wil_vring_free() local 237 *d = *_d; in wil_vring_free() 262 volatile struct vring_rx_desc *_d = &vring->va[i].rx.legacy; in wil_vring_alloc_skb() local 291 *_d = *d; in wil_vring_alloc_skb() 353 struct vring_rx_desc *_d; in wil_is_rx_idle() local 356 _d = (struct vring_rx_desc *)&ring->va[ring->swhead].rx.legacy; in wil_is_rx_idle() [all …]
|
/linux-6.12.1/drivers/scsi/fnic/ |
D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 89 trace_buf->data[3] = (u64)(unsigned long)_d; \
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 315 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, _flags, \ 321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 323 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 335 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, 0, \ 339 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument 345 (void) btf_dump_data(_b, _d, _var, _prefix, _flags, \
|
/linux-6.12.1/arch/mips/include/asm/sn/ |
D | addrs.h | 263 #define LOCAL_HUB_S(_r, _d) __raw_writeq((_d), LOCAL_HUB_PTR(_r)) argument 265 #define REMOTE_HUB_S(_n, _r, _d) __raw_writeq((_d), \ argument
|
/linux-6.12.1/arch/powerpc/mm/ptdump/ |
D | bats.c | 58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
|
/linux-6.12.1/drivers/dma/ |
D | pch_dma.c | 358 struct pch_dma_desc *desc, *_d; in pdc_complete_all() local 369 list_for_each_entry_safe(desc, _d, &list, desc_node) in pdc_complete_all() 441 struct pch_dma_desc *desc, *_d; in pdc_desc_get() local 446 list_for_each_entry_safe(desc, _d, &pd_chan->free_list, desc_node) { in pdc_desc_get() 526 struct pch_dma_desc *desc, *_d; in pd_free_chan_resources() local 538 list_for_each_entry_safe(desc, _d, &tmp_list, desc_node) in pd_free_chan_resources() 650 struct pch_dma_desc *desc, *_d; in pd_device_terminate_all() local 660 list_for_each_entry_safe(desc, _d, &list, desc_node) in pd_device_terminate_all()
|
D | dmaengine.c | 759 struct dma_device *device, *_d; in __dma_request_channel() local 764 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in __dma_request_channel() 815 struct dma_device *d, *_d; in dma_request_chan() local 834 list_for_each_entry_safe(d, _d, &dma_device_list, global_node) { in dma_request_chan() 934 struct dma_device *device, *_d; in dmaengine_get() local 942 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in dmaengine_get() 973 struct dma_device *device, *_d; in dmaengine_put() local 980 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in dmaengine_put()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | sar.c | 144 typeof(_dev) _d = (_dev); \ 147 lockdep_assert_held(&_d->mutex); \ 148 _d->sar._cfg_name = *(_cfg_data); \ 149 _d->sar.src = _s; \
|
/linux-6.12.1/arch/arm/mach-footbridge/ |
D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | vgic_init.c | 23 #define VGIC_DEV_IS_V2(_d) ((_d) == KVM_DEV_TYPE_ARM_VGIC_V2) argument 24 #define VGIC_DEV_IS_V3(_d) ((_d) == KVM_DEV_TYPE_ARM_VGIC_V3) argument
|