Home
last modified time | relevance | path

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

12

/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/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/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/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/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
2146 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_hub_control() local
2252 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_suspend() local
2283 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_resume() local
2350 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/include/linux/
H A Dmath64.h204 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
268 } u, rl, rh; in mul_u64_u32_div() local
/linux/net/ipv6/netfilter/
H A Dip6t_rt.c34 const struct ipv6_rt_hdr *rh; in rt_mt6() local
/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/rcu/
H A Drcuscale.c721 struct rcu_head rh; member
725 static void kfree_call_rcu(struct rcu_head *rh) in kfree_call_rcu()
850 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/kernel/
H A Dfork.c224 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu()
350 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu()
357 struct rcu_head *rh = tsk->stack; in thread_stack_delayed_free() local
384 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu()
391 struct rcu_head *rh = tsk->stack; in thread_stack_delayed_free() local
/linux/security/ipe/
H A Daudit.c71 static void audit_dmv_roothash(struct audit_buffer *ab, const void *rh) in audit_dmv_roothash() argument
/linux/sound/usb/usx2y/
H A Dusbus428ctldefs.h67 rh, member
/linux/drivers/soc/qcom/
H A Dcmd-db.c145 const struct rsc_hdr **rh) in cmd_db_get_header()
/linux/drivers/net/ethernet/broadcom/
H A Db44.c636 struct rx_header *rh; in b44_alloc_rx_skb() local
711 struct rx_header *rh; in b44_recycle_rx() local
767 struct rx_header *rh; in b44_rx() local

12