Home
last modified time | relevance | path

Searched defs:rh (Results 1 – 25 of 51) sorted by relevance

123

/linux/drivers/md/
H A Ddm-region-hash.c106 struct dm_region_hash *rh; /* FIXME: can we get rid of this ? */ member
120 static region_t dm_rh_sector_to_region(struct dm_region_hash *rh, sector_t sector) in dm_rh_sector_to_region()
125 sector_t dm_rh_region_to_sector(struct dm_region_hash *rh, region_t region) in dm_rh_region_to_sector()
131 region_t dm_rh_bio_to_region(struct dm_region_hash *rh, struct bio *bio) in dm_rh_bio_to_region()
150 sector_t dm_rh_get_region_size(struct dm_region_hash *rh) in dm_rh_get_region_size()
173 struct dm_region_hash *rh; in dm_region_hash_create() local
240 void dm_region_hash_destroy(struct dm_region_hash *rh) in dm_region_hash_destroy()
263 struct dm_dirty_log *dm_rh_dirty_log(struct dm_region_hash *rh) in dm_rh_dirty_log()
269 static unsigned int rh_hash(struct dm_region_hash *rh, region_t region) in rh_hash()
274 static struct dm_region *__rh_lookup(struct dm_region_hash *rh, region_t region) in __rh_lookup()
[all …]
/linux/kernel/trace/
H A Drethook.c37 struct rethook *rh = container_of(head, struct rethook, rcu); in rethook_free_rcu() local
49 void rethook_stop(struct rethook *rh) in rethook_stop()
64 void rethook_free(struct rethook *rh) in rethook_free()
85 static inline rethook_handler_t rethook_get_handler(struct rethook *rh) in rethook_get_handler()
106 struct rethook *rh; in rethook_alloc() local
130 struct rethook *rh = node->rethook; in free_rethook_node_rcu() local
161 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get()
208 struct rethook_node *rh = NULL; in __rethook_find_ret_addr() local
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c151 struct hci_rh_data *rh; in hci_dma_cleanup() local
180 struct hci_rh_data *rh; in hci_dma_free() local
212 static void hci_dma_init_rh(struct i3c_hci *hci, struct hci_rh_data *rh, int i) in hci_dma_init_rh()
284 struct hci_rh_data *rh = &rings->headers[i]; in hci_dma_suspend() local
304 struct hci_rh_data *rh; in hci_dma_init() local
472 struct hci_rh_data *rh; in hci_dma_queue_xfer() local
546 struct hci_rh_data *rh = &rings->headers[xfer_list[0].ring_number]; in hci_dma_dequeue_xfer() local
617 static void hci_dma_xfer_done(struct i3c_hci *hci, struct hci_rh_data *rh) in hci_dma_xfer_done()
705 static void hci_dma_process_ibi(struct i3c_hci *hci, struct hci_rh_data *rh) in hci_dma_process_ibi()
861 struct hci_rh_data *rh; in hci_dma_irq_handler() local
/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m43 rh = []; variable
85 rh = [rh ; r]; variable
/linux/arch/arm/mm/
H A Dproc-v7-3level.S58 #define rh r2 macro
61 #define rh r3 macro
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_network.h39 u64 rh; member
69 u64 rh; member
75 u64 rh; member
86 u64 rh; member
H A Docteon_droq.h58 union octeon_rh rh; member
148 union octeon_rh rh; member
H A Docteon_droq.c527 union octeon_rh *rh, in octeon_droq_dispatch_pkt()
596 union octeon_rh *rh; in octeon_droq_fast_process_packets() local
/linux/arch/s390/kernel/
H A Drethook.c6 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
/linux/arch/powerpc/kernel/
H A Drethook.c31 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
/linux/arch/x86/kernel/
H A Drethook.c117 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
/linux/include/linux/fsl/bestcomm/
H A Dsram.h28 rh_info_t *rh; member
/linux/drivers/usb/host/
H A Dr8a66597-hcd.c996 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in start_root_hub_sampling() local
1040 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_usb_connect() local
1686 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_root_hub_control() local
2145 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_hub_control() local
2251 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_suspend() local
2282 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_resume() local
2349 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_suspend() local
H A Dohci-hub.c542 u32 rh = roothub_a (ohci); in ohci_hub_descriptor() local
/linux/net/ipv6/netfilter/
H A Dip6t_rt.c34 const struct ipv6_rt_hdr *rh; in rt_mt6() local
/linux/include/linux/
H A Dmath64.h215 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
279 } u, rl, rh; in mul_u64_u32_div() local
/linux/kernel/rcu/
H A Drcuscale.c714 struct rcu_head rh; member
718 static void kfree_call_rcu(struct rcu_head *rh) in kfree_call_rcu()
843 static void call_rcu_lazy_test1(struct rcu_head *rh) in call_rcu_lazy_test1()
H A Dupdate.c602 struct rcu_head rh; member
/linux/net/dccp/ccids/lib/
H A Dloss_interval.c
/linux/net/ipv6/
H A Dexthdrs_core.c224 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr() local
/linux/arch/arm/vfp/
H A Dvfp.h73 u64 rh, rma, rmb, rl; in mul64to128() local
105 u64 rh, rl; in vfp_hi64multiply64() local
/linux/kernel/
H A Dfork.c272 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu()
394 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu()
401 struct rcu_head *rh = tsk->stack; in thread_stack_delayed_free() local
428 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu()
435 struct rcu_head *rh = tsk->stack; in thread_stack_delayed_free() local
/linux/security/ipe/
H A Daudit.c72 static void audit_dmv_roothash(struct audit_buffer *ab, const void *rh) in audit_dmv_roothash()
/linux/sound/usb/usx2y/
H A Dusbus428ctldefs.h67 rh, member
/linux/drivers/net/ethernet/broadcom/
H A Db44.c637 struct rx_header *rh; in b44_alloc_rx_skb() local
712 struct rx_header *rh; in b44_recycle_rx() local
768 struct rx_header *rh; in b44_rx() local

123