/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 127 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()
|
D | iwch_provider.c | 101 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 …]
|
D | iwch_cq.c | 44 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
|
D | iwch_mem.c | 55 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()
|
D | iwch_qp.c | 201 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()
|
D | iwch_provider.h | 47 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/ |
D | mem.c | 372 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
|
D | provider.c | 96 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
|
D | qp.c | 1202 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
|
D | iw_cxgb4.h | 278 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 …]
|
D | cq.c | 874 struct c4iw_dev *rhp; in c4iw_create_cq() local
|
/linux-4.4.14/include/trace/events/ |
D | rcu.h | 721 #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/ |
D | update.c | 430 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()
|
D | tree_plugin.h | 1616 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()
|
D | rcutorture.c | 809 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()
|
D | tree.c | 3029 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/ |
D | pid.c | 253 static void delayed_put_pid(struct rcu_head *rhp) in delayed_put_pid()
|
D | exit.c | 159 static void delayed_put_task_struct(struct rcu_head *rhp) in delayed_put_task_struct()
|
/linux-4.4.14/include/linux/ |
D | rcupdate.h | 115 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 56 struct pvr2_ioread *rhp; member
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_recover.c | 3654 struct hlist_head *rhp; in xlog_recover_ophdr_to_trans() local
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 7743 static void sched_free_group_rcu(struct rcu_head *rhp) in sched_free_group_rcu()
|