/linux/fs/bcachefs/ |
H A D | darray.h | 41 #define __darray_resize(_d, _element_size, _new_size, _gfp) \ argument 46 #define darray_resize_gfp(_d, _new_size, _gfp) \ argument 49 #define darray_resize(_d, _new_size) \ argument 52 #define darray_make_room_gfp(_d, _more, _gfp) \ argument 55 #define darray_make_room(_d, _more) \ argument 58 #define darray_room(_d) ((_d).size - (_d).nr) argument 60 #define darray_top(_d) ((_d).data[(_d).nr]) argument 62 #define darray_push_gfp(_d, _item, _gfp) \ argument 71 #define darray_push(_d, _item) darray_push_gfp(_d, _item, GFP_KERNEL) argument 73 #define darray_pop(_d) ((_d)->data[--(_d)->nr]) argument [all …]
|
H A 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
|
H A D | sb-downgrade.c | 294 #define for_each_downgrade_entry(_d, _i) \ argument
|
H A D | util.h | 602 #define move_gap(_d, _new_gap) \ argument
|
/linux/drivers/virtio/ |
H A D | virtio.c | 14 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() 387 static const struct cpumask *virtio_irq_get_affinity(struct device *_d, in virtio_irq_get_affinity() 398 static void virtio_dev_shutdown(struct device *_d) in virtio_dev_shutdown()
|
H A D | virtio_mmio.c | 605 static void virtio_mmio_release_dev(struct device *_d) in virtio_mmio_release_dev()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 307 TEST_BTF_DUMP_DATA(_b,_d,_prefix,_str,_type,_flags,_expected,...) global() argument 321 TEST_BTF_DUMP_DATA_C(_b,_d,_prefix,_str,_type,_flags,...) global() argument 327 TEST_BTF_DUMP_DATA_OVER(_b,_d,_prefix,_str,_type,_type_sz,_expected,...) global() argument 339 TEST_BTF_DUMP_VAR(_b,_d,_prefix,_str,_var,_type,_flags,_expected,...) global() argument
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 159 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 D | pmc.c | 141 struct vring_tx_desc *_d = &pmc->pring_va[i]; in wil_pmc_alloc() local
|
H A D | txrx_edma.c | 164 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 D | intel_th.h | 92 #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 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/drivers/soc/fsl/qbman/ |
H A D | qman_priv.h | 133 u32 *_d = dest->q.state; in qman_cgrs_and() local 145 u32 *_d = dest->q.state; in qman_cgrs_xor() local
|
/linux/arch/arm/include/asm/hardware/ |
H A 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
|
H A D | sa1111.h | 407 #define SA1111_DRV(_d) container_of_const((_d), struct sa1111_driver, drv) argument
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/linux/arch/arm/mach-footbridge/ |
H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
/linux/arch/mips/include/asm/sn/ |
H A 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/net/sched/ |
H A D | act_pedit.c | 435 u8 *d, _d; in tcf_pedit_act() local
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 898 struct tsi721_tx_desc *desc, *_d; in tsi721_terminate_all() local
|
/linux/drivers/mailbox/ |
H A D | bcm-flexrm-mailbox.c | 247 #define DESC_DEC(_d, _s, _m) (((_d) >> (_s)) & (_m)) argument 248 #define DESC_ENC(_d, _v, _s, _m) \ argument
|
/linux/drivers/clk/x86/ |
H A D | clk-cgu.h | 280 _shift, _width, _cf, _v, _m, _d) \ argument
|
/linux/lib/ |
H A D | bch.c | 110 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) argument
|
/linux/drivers/dma/ |
H A D | ste_dma40.c | 795 struct d40_desc *_d; in d40_desc_get() local 1134 struct d40_desc *_d; in d40_term_all() local
|
H A D | ep93xx_dma.c | 1259 struct ep93xx_dma_desc *desc, *_d; in ep93xx_dma_terminate_all() local
|