Home
last modified time | relevance | path

Searched defs:rhp (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch.h127 static inline int t3b_device(const struct iwch_dev *rhp) in t3b_device()
132 static inline int t3a_device(const struct iwch_dev *rhp) in t3a_device()
137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) in get_chp()
142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) in get_qhp()
147 static inline struct iwch_mr *get_mhp(struct iwch_dev *rhp, u32 mmid) in get_mhp()
152 static inline int insert_handle(struct iwch_dev *rhp, struct idr *idr, in insert_handle()
169 static inline void remove_handle(struct iwch_dev *rhp, struct idr *idr, u32 id) in remove_handle()
Diwch_provider.c97 struct iwch_dev *rhp = to_iwch_dev(context->device); in iwch_dealloc_ucontext() local
113 struct iwch_dev *rhp = to_iwch_dev(ibdev); in iwch_alloc_ucontext() local
145 struct iwch_dev *rhp; in iwch_create_cq() local
315 struct iwch_dev *rhp; in iwch_arm_cq() local
404 struct iwch_dev *rhp; in iwch_deallocate_pd() local
421 struct iwch_dev *rhp; in iwch_allocate_pd() local
447 struct iwch_dev *rhp; in iwch_dereg_mr() local
482 struct iwch_dev *rhp; in iwch_register_phys_mem() local
559 struct iwch_dev *rhp; in iwch_reregister_phys_mem() local
623 struct iwch_dev *rhp; in iwch_reg_user_mr() local
[all …]
Diwch_cq.c44 static int iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp, in iwch_poll_cq_one()
197 struct iwch_dev *rhp; in iwch_poll_cq() local
Diwch_mem.c55 int iwch_register_mem(struct iwch_dev *rhp, struct iwch_pd *php, in iwch_register_mem()
78 int iwch_reregister_mem(struct iwch_dev *rhp, struct iwch_pd *php, in iwch_reregister_mem()
Diwch_qp.c200 static int iwch_sgl2pbl_map(struct iwch_dev *rhp, struct ib_sge *sg_list, in iwch_sgl2pbl_map()
532 struct iwch_dev *rhp; in iwch_bind_mw() local
895 static int rdma_init(struct iwch_dev *rhp, struct iwch_qp *qhp, in rdma_init()
947 int iwch_modify_qp(struct iwch_dev *rhp, struct iwch_qp *qhp, in iwch_modify_qp()
Diwch_provider.h47 struct iwch_dev *rhp; member
77 struct iwch_dev *rhp; member
91 struct iwch_dev *rhp; member
103 struct iwch_dev *rhp; member
161 struct iwch_dev *rhp; member
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dmem.c372 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem()
395 static int reregister_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in reregister_mem()
509 struct c4iw_dev *rhp; in c4iw_reregister_phys_mem() local
580 struct c4iw_dev *rhp; in c4iw_register_phys_mem() local
658 struct c4iw_dev *rhp; in c4iw_get_dma_mr() local
708 struct c4iw_dev *rhp; in c4iw_reg_user_mr() local
805 struct c4iw_dev *rhp; in c4iw_alloc_mw() local
842 struct c4iw_dev *rhp; in c4iw_dealloc_mw() local
858 struct c4iw_dev *rhp; in c4iw_alloc_fast_reg_mr() local
954 struct c4iw_dev *rhp; in c4iw_dereg_mr() local
Dprovider.c92 struct c4iw_dev *rhp = to_c4iw_dev(context->device); in c4iw_dealloc_ucontext() local
108 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext() local
233 struct c4iw_dev *rhp; in c4iw_deallocate_pd() local
253 struct c4iw_dev *rhp; in c4iw_allocate_pd() local
Dqp.c1189 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini()
1251 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init()
1334 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp()
1573 struct c4iw_dev *rhp; in c4iw_destroy_qp() local
1611 struct c4iw_dev *rhp; in c4iw_create_qp() local
1816 struct c4iw_dev *rhp; in c4iw_ib_modify_qp() local
Diw_cxgb4.h280 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
285 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp()
290 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp()
295 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle()
316 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle()
322 static inline int insert_handle_nolock(struct c4iw_dev *rhp, struct idr *idr, in insert_handle_nolock()
328 static inline void _remove_handle(struct c4iw_dev *rhp, struct idr *idr, in _remove_handle()
338 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle()
343 static inline void remove_handle_nolock(struct c4iw_dev *rhp, in remove_handle_nolock()
359 struct c4iw_dev *rhp; member
[all …]
Dcq.c873 struct c4iw_dev *rhp; in c4iw_create_cq() local
/linux-4.1.27/include/trace/events/
Drcu.h722 #define trace_rcu_callback(rcuname, rhp, qlen_lazy, qlen) do { } while (0) argument
723 #define trace_rcu_kfree_callback(rcuname, rhp, offset, qlen_lazy, qlen) \ argument
727 #define trace_rcu_invoke_callback(rcuname, rhp) do { } while (0) argument
728 #define trace_rcu_invoke_kfree_callback(rcuname, rhp, offset) do { } while (0) argument
731 #define trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
/linux-4.1.27/kernel/rcu/
Dupdate.c364 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read()
372 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
471 void call_rcu_tasks(struct rcu_head *rhp, void (*func)(struct rcu_head *rhp)) in call_rcu_tasks()
Drcutorture.c764 static void rcu_torture_cbflood_cb(struct rcu_head *rhp) in rcu_torture_cbflood_cb()
779 struct rcu_head *rhp; in rcu_torture_cbflood() local
1609 static void rcu_torture_leak_cb(struct rcu_head *rhp) in rcu_torture_leak_cb()
1613 static void rcu_torture_err_cb(struct rcu_head *rhp) in rcu_torture_err_cb()
Dtree_plugin.h1624 static void rcu_oom_callback(struct rcu_head *rhp) in rcu_oom_callback()
1919 struct rcu_head *rhp; in rcu_nocb_cpu_needs_barrier() local
1965 struct rcu_head *rhp, in __call_rcu_nocb_enqueue()
2029 static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, in __call_rcu_nocb()
2564 static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, in __call_rcu_nocb()
2916 static void rcu_sysidle_cb(struct rcu_head *rhp) in rcu_sysidle_cb()
Dtree.c2955 static void rcu_leak_callback(struct rcu_head *rhp) in rcu_leak_callback()
3533 static void rcu_barrier_callback(struct rcu_head *rhp) in rcu_barrier_callback()
/linux-4.1.27/kernel/
Dpid.c253 static void delayed_put_pid(struct rcu_head *rhp) in delayed_put_pid()
Dexit.c159 static void delayed_put_task_struct(struct rcu_head *rhp) in delayed_put_task_struct()
/linux-4.1.27/include/linux/
Drcupdate.h113 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c56 struct pvr2_ioread *rhp; member
/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c3582 struct hlist_head *rhp; in xlog_recover_ophdr_to_trans() local
/linux-4.1.27/kernel/sched/
Dcore.c7507 static void free_sched_group_rcu(struct rcu_head *rhp) in free_sched_group_rcu()