Home
last modified time | relevance | path

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

/linux-4.4.14/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.c101 struct iwch_dev *rhp = to_iwch_dev(context->device); in iwch_dealloc_ucontext() local
117 struct iwch_dev *rhp = to_iwch_dev(ibdev); in iwch_alloc_ucontext() local
151 struct iwch_dev *rhp; in iwch_create_cq() local
324 struct iwch_dev *rhp; in iwch_arm_cq() local
413 struct iwch_dev *rhp; in iwch_deallocate_pd() local
430 struct iwch_dev *rhp; in iwch_allocate_pd() local
456 struct iwch_dev *rhp; in iwch_dereg_mr() local
492 struct iwch_dev *rhp; in iwch_register_phys_mem() local
569 struct iwch_dev *rhp; in iwch_reregister_phys_mem() local
633 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.c201 static int iwch_sgl2pbl_map(struct iwch_dev *rhp, struct ib_sge *sg_list, in iwch_sgl2pbl_map()
533 struct iwch_dev *rhp; in iwch_bind_mw() local
896 static int rdma_init(struct iwch_dev *rhp, struct iwch_qp *qhp, in rdma_init()
948 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
93 struct iwch_dev *rhp; member
105 struct iwch_dev *rhp; member
163 struct iwch_dev *rhp; member
/linux-4.4.14/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
860 struct c4iw_dev *rhp; in c4iw_alloc_mr() local
950 struct c4iw_dev *rhp; in c4iw_dereg_mr() local
Dprovider.c96 struct c4iw_dev *rhp = to_c4iw_dev(context->device); in c4iw_dealloc_ucontext() local
112 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext() local
237 struct c4iw_dev *rhp; in c4iw_deallocate_pd() local
257 struct c4iw_dev *rhp; in c4iw_allocate_pd() local
Dqp.c1202 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini()
1264 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init()
1347 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp()
1586 struct c4iw_dev *rhp; in c4iw_destroy_qp() local
1624 struct c4iw_dev *rhp; in c4iw_create_qp() local
1829 struct c4iw_dev *rhp; in c4iw_ib_modify_qp() local
Diw_cxgb4.h278 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
283 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp()
288 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp()
293 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle()
314 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle()
320 static inline int insert_handle_nolock(struct c4iw_dev *rhp, struct idr *idr, in insert_handle_nolock()
326 static inline void _remove_handle(struct c4iw_dev *rhp, struct idr *idr, in _remove_handle()
336 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle()
341 static inline void remove_handle_nolock(struct c4iw_dev *rhp, in remove_handle_nolock()
357 struct c4iw_dev *rhp; member
[all …]
Dcq.c874 struct c4iw_dev *rhp; in c4iw_create_cq() local
/linux-4.4.14/include/trace/events/
Drcu.h721 #define trace_rcu_callback(rcuname, rhp, qlen_lazy, qlen) do { } while (0) argument
722 #define trace_rcu_kfree_callback(rcuname, rhp, offset, qlen_lazy, qlen) \ argument
726 #define trace_rcu_invoke_callback(rcuname, rhp) do { } while (0) argument
727 #define trace_rcu_invoke_kfree_callback(rcuname, rhp, offset) do { } while (0) argument
730 #define trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
/linux-4.4.14/kernel/rcu/
Dupdate.c430 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read()
438 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
537 void call_rcu_tasks(struct rcu_head *rhp, rcu_callback_t func) in call_rcu_tasks()
Dtree_plugin.h1616 static void rcu_oom_callback(struct rcu_head *rhp) in rcu_oom_callback()
1884 struct rcu_head *rhp; in rcu_nocb_cpu_needs_barrier() local
1930 struct rcu_head *rhp, in __call_rcu_nocb_enqueue()
1994 static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, in __call_rcu_nocb()
2529 static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, in __call_rcu_nocb()
2881 static void rcu_sysidle_cb(struct rcu_head *rhp) in rcu_sysidle_cb()
Drcutorture.c809 static void rcu_torture_cbflood_cb(struct rcu_head *rhp) in rcu_torture_cbflood_cb()
824 struct rcu_head *rhp; in rcu_torture_cbflood() local
1661 static void rcu_torture_leak_cb(struct rcu_head *rhp) in rcu_torture_leak_cb()
1665 static void rcu_torture_err_cb(struct rcu_head *rhp) in rcu_torture_err_cb()
Dtree.c3029 static void rcu_leak_callback(struct rcu_head *rhp) in rcu_leak_callback()
3991 static void rcu_barrier_callback(struct rcu_head *rhp) in rcu_barrier_callback()
/linux-4.4.14/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.4.14/include/linux/
Drcupdate.h115 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c56 struct pvr2_ioread *rhp; member
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c3654 struct hlist_head *rhp; in xlog_recover_ophdr_to_trans() local
/linux-4.4.14/kernel/sched/
Dcore.c7743 static void sched_free_group_rcu(struct rcu_head *rhp) in sched_free_group_rcu()