Home
last modified time | relevance | path

Searched defs:_d (Results 1 – 25 of 36) sorted by relevance

12

/linux/fs/bcachefs/
H A Ddarray.h29 #define __darray_resize(_d, _element_size, _new_size, _gfp) \ argument
34 #define darray_resize_gfp(_d, _new_size, _gfp) \ argument
37 #define darray_resize(_d, _new_size) \ argument
40 #define darray_make_room_gfp(_d, _more, _gfp) \ argument
43 #define darray_make_room(_d, _more) \ argument
46 #define darray_room(_d) ((_d).size - (_d).nr) argument
48 #define darray_top(_d) ((_d).data[(_d).nr]) argument
50 #define darray_push_gfp(_d, _item, _gfp) \ argument
59 #define darray_push(_d, _item) darray_push_gfp(_d, _item, GFP_KERNEL) argument
61 #define darray_pop(_d) ((_d)->data[--(_d)->nr]) argument
[all …]
H A Dsiphash.h77 #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
H A Dsb-downgrade.c256 #define for_each_downgrade_entry(_d, _i) \ argument
/linux/drivers/virtio/
H A Dvirtio.c14 static ssize_t device_show(struct device *_d, in device_show()
22 static ssize_t vendor_show(struct device *_d, in vendor_show()
30 static ssize_t status_show(struct device *_d, in status_show()
38 static ssize_t modalias_show(struct device *_d, in modalias_show()
47 static ssize_t features_show(struct device *_d, in features_show()
270 static int virtio_dev_probe(struct device *_d) in virtio_dev_probe()
362 static void virtio_dev_remove(struct device *_d) in virtio_dev_remove()
H A Dvirtio_mmio.c605 static void virtio_mmio_release_dev(struct device *_d) in virtio_mmio_release_dev()
H A Dvirtio_pci_common.c671 static void virtio_pci_release_dev(struct device *_d) in virtio_pci_release_dev()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument
321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument
327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument
339 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c159 volatile struct vring_tx_desc *_d = in wil_vring_alloc() local
215 volatile struct vring_tx_desc *_d = in wil_vring_free() local
233 volatile struct vring_rx_desc *_d = in wil_vring_free() local
262 volatile struct vring_rx_desc *_d = &vring->va[i].rx.legacy; in wil_vring_alloc_skb() local
353 struct vring_rx_desc *_d; in wil_is_rx_idle() local
445 volatile struct vring_rx_desc *_d; in wil_vring_reap_rx() local
2031 volatile struct vring_tx_desc *_d; in __wil_tx_ring() local
2428 volatile struct vring_tx_desc *_d; in wil_tx_complete() local
H A Dpmc.c141 struct vring_tx_desc *_d = &pmc->pring_va[i]; in wil_pmc_alloc() local
H A Dtxrx_edma.c164 struct wil_rx_enhanced_desc *_d = (struct wil_rx_enhanced_desc *) in wil_ring_alloc_skb_edma() local
453 struct wil_tx_enhanced_desc *_d = in wil_ring_free_edma() local
1169 struct wil_tx_enhanced_desc *_d; in wil_tx_sring_handler() local
/linux/drivers/hwtracing/intel_th/
H A Dintel_th.h92 #define to_intel_th_device(_d) \ argument
191 #define to_intel_th_driver(_d) \ argument
194 #define to_intel_th_driver_or_null(_d) \ argument
/linux/arch/powerpc/mm/ptdump/
H A Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
/linux/drivers/dma/
H A Ddmaengine.c759 struct dma_device *device, *_d; in __dma_request_channel() local
815 struct dma_device *d, *_d; in dma_request_chan() local
934 struct dma_device *device, *_d; in dmaengine_get() local
973 struct dma_device *device, *_d; in dmaengine_put() local
/linux/drivers/hid/bpf/progs/
H A Dhid_bpf_helpers.h160 #define _ARG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; … argument
161 #define _ARG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; … argument
162 #define _ARG15(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; … argument
/linux/drivers/soc/fsl/qbman/
H A Dqman_priv.h133 u32 *_d = dest->q.state; in qman_cgrs_and() local
145 u32 *_d = dest->q.state; in qman_cgrs_xor() local
/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_init.c23 #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
/linux/arch/arm/include/asm/hardware/
H A Dlocomo.h180 #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
/linux/drivers/scsi/fnic/
H A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/linux/arch/arm/include/asm/
H A Decard.h200 #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/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/linux/arch/mips/include/asm/sn/
H A Daddrs.h263 #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/net/sched/
H A Dact_pedit.c435 u8 *d, _d; in tcf_pedit_act() local
/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c898 struct tsi721_tx_desc *desc, *_d; in tsi721_terminate_all() local
/linux/arch/powerpc/platforms/ps3/
H A Dspu.c121 #define dump_areas(_a, _b, _c, _d, _e) \ argument
/linux/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c247 #define DESC_DEC(_d, _s, _m) (((_d) >> (_s)) & (_m)) argument
248 #define DESC_ENC(_d, _v, _s, _m) \ argument

12