/Linux-v5.4/drivers/md/ |
D | dm-region-hash.c | 103 struct dm_region_hash *rh; /* FIXME: can we get rid of this ? */ member 117 static region_t dm_rh_sector_to_region(struct dm_region_hash *rh, sector_t sector) in dm_rh_sector_to_region() 122 sector_t dm_rh_region_to_sector(struct dm_region_hash *rh, region_t region) in dm_rh_region_to_sector() 128 region_t dm_rh_bio_to_region(struct dm_region_hash *rh, struct bio *bio) in dm_rh_bio_to_region() 147 sector_t dm_rh_get_region_size(struct dm_region_hash *rh) in dm_rh_get_region_size() 170 struct dm_region_hash *rh; in dm_region_hash_create() local 237 void dm_region_hash_destroy(struct dm_region_hash *rh) in dm_region_hash_destroy() 260 struct dm_dirty_log *dm_rh_dirty_log(struct dm_region_hash *rh) in dm_rh_dirty_log() 266 static unsigned rh_hash(struct dm_region_hash *rh, region_t region) in rh_hash() 271 static struct dm_region *__rh_lookup(struct dm_region_hash *rh, region_t region) in __rh_lookup() [all …]
|
/Linux-v5.4/crypto/ |
D | vmac.c | 103 #define ADD128(rh, rl, ih, il) \ argument 114 #define PMUL64(rh, rl, i1, i2) /* Assumes m doesn't overflow */ \ argument 123 #define MUL64(rh, rl, i1, i2) \ argument 148 #define nh_16(mp, kp, nw, rh, rl) \ argument 159 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 174 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 194 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 253 #define nh_16(mp, kp, nw, rh, rl) \ argument 340 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument 347 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument [all …]
|
/Linux-v5.4/arch/arm/mm/ |
D | proc-v7-3level.S | 58 #define rh r2 macro 61 #define rh r3 macro
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | fsl_85xx_cache_sram.h | 27 rh_info_t *rh; member
|
/Linux-v5.4/include/linux/fsl/bestcomm/ |
D | sram.h | 28 rh_info_t *rh; member
|
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_network.h | 39 u64 rh; member 69 u64 rh; member 75 u64 rh; member 86 u64 rh; member
|
D | octeon_droq.h | 58 union octeon_rh rh; member 148 union octeon_rh rh; member
|
D | octeon_droq.c | 533 union octeon_rh *rh, in octeon_droq_dispatch_pkt() 602 union octeon_rh *rh; in octeon_droq_fast_process_packets() local
|
D | lio_vf_rep.c | 300 union octeon_rh *rh; in lio_vf_rep_pkt_recv() local
|
D | lio_ethtool.c | 37 u64 rh; member 43 u64 rh; member
|
/Linux-v5.4/arch/ia64/kernel/ |
D | salinfo.c | 386 sal_log_record_header_t *rh; in salinfo_log_read_cpu() local 408 sal_log_record_header_t *rh = (sal_log_record_header_t *)(data_saved->buffer); in salinfo_log_new_read() local 465 sal_log_record_header_t *rh; in salinfo_log_clear() local
|
D | mca.c | 464 sal_log_record_header_t *rh; in ia64_mca_log_sal_error_record() local 1335 sal_log_record_header_t *rh = IA64_LOG_CURR_BUFFER(SAL_INFO_TYPE_MCA); in ia64_mca_handler() local
|
/Linux-v5.4/include/linux/ |
D | math64.h | 221 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 267 } u, rl, rh; in mul_u64_u32_div() local
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | ip6t_rt.c | 39 const struct ipv6_rt_hdr *rh; in rt_mt6() local
|
/Linux-v5.4/drivers/usb/host/ |
D | r8a66597-hcd.c | 998 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in start_root_hub_sampling() local 1042 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_usb_connect() local 1688 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_root_hub_control() local 2148 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_hub_control() local 2254 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_suspend() local 2285 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_resume() local 2352 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_suspend() local
|
D | ohci-omap.c | 256 u32 rh = roothub_a (ohci); in ohci_omap_reset() local
|
D | ohci-hub.c | 539 u32 rh = roothub_a (ohci); in ohci_hub_descriptor() local
|
/Linux-v5.4/net/dccp/ccids/lib/ |
D | loss_interval.c | 135 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add()
|
/Linux-v5.4/net/ipv6/ |
D | exthdrs_core.c | 222 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr() local
|
/Linux-v5.4/arch/arm/vfp/ |
D | vfp.h | 73 u64 rh, rma, rmb, rl; in mul64to128() local 105 u64 rh, rl; in vfp_hi64multiply64() local
|
/Linux-v5.4/drivers/soc/qcom/ |
D | cmd-db.c | 137 const struct rsc_hdr **rh) in cmd_db_get_header()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | b44.c | 662 struct rx_header *rh; in b44_alloc_rx_skb() local 737 struct rx_header *rh; in b44_recycle_rx() local 793 struct rx_header *rh; in b44_rx() local
|
/Linux-v5.4/sound/soc/codecs/ |
D | rt1305.c | 996 unsigned int rh, rl, rhl, r0ohm; in rt1305_calibrate() local
|
/Linux-v5.4/kernel/rcu/ |
D | rcutorture.c | 1635 struct rcu_head rh; member 1657 struct rcu_head rh; member
|
/Linux-v5.4/drivers/scsi/snic/ |
D | vnic_dev.c | 85 struct vnic_resource_header __iomem *rh; in vnic_dev_discover_res() local
|