| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-writecache.c | 101 #define WC_MODE_PMEM(wc) ((wc)->pmem_mode) argument 102 #define WC_MODE_FUA(wc) ((wc)->writeback_fua) argument 104 #define WC_MODE_PMEM(wc) false argument 105 #define WC_MODE_FUA(wc) false argument 107 #define WC_MODE_SORT_FREELIST(wc) (!WC_MODE_PMEM(wc)) argument 206 struct dm_writecache *wc; member 215 struct dm_writecache *wc; member 224 static void wc_lock(struct dm_writecache *wc) in wc_lock() 229 static void wc_unlock(struct dm_writecache *wc) in wc_unlock() 235 static int persistent_memory_claim(struct dm_writecache *wc) in persistent_memory_claim() [all …]
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-writecache.c | 101 #define WC_MODE_PMEM(wc) ((wc)->pmem_mode) argument 102 #define WC_MODE_FUA(wc) ((wc)->writeback_fua) argument 104 #define WC_MODE_PMEM(wc) false argument 105 #define WC_MODE_FUA(wc) false argument 107 #define WC_MODE_SORT_FREELIST(wc) (!WC_MODE_PMEM(wc)) argument 225 struct dm_writecache *wc; member 234 struct dm_writecache *wc; member 243 static void wc_lock(struct dm_writecache *wc) in wc_lock() 248 static void wc_unlock(struct dm_writecache *wc) in wc_unlock() 254 static int persistent_memory_claim(struct dm_writecache *wc) in persistent_memory_claim() [all …]
|
| /kernel/linux/linux-6.6/include/math-emu/ |
| D | op-common.h | 27 #define _FP_DECL(wc, X) \ argument 36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 209 #define _FP_ISSIGNAN(fs, wc, X) \ argument 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument 369 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument 370 #define _FP_SUB(fs, wc, R, X, Y) \ argument 382 #define _FP_NEG(fs, wc, R, X) \ argument 395 #define _FP_MUL(fs, wc, R, X, Y) \ argument 460 #define _FP_DIV(fs, wc, R, X, Y) \ argument [all …]
|
| D | soft-fp.h | 135 #define _FP_ROUND_NEAREST(wc, X) \ argument 141 #define _FP_ROUND_ZERO(wc, X) (void)0 argument 143 #define _FP_ROUND_PINF(wc, X) \ argument 149 #define _FP_ROUND_MINF(wc, X) \ argument 155 #define _FP_ROUND(wc, X) \ argument
|
| /kernel/linux/linux-5.10/include/math-emu/ |
| D | op-common.h | 27 #define _FP_DECL(wc, X) \ argument 36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 209 #define _FP_ISSIGNAN(fs, wc, X) \ argument 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument 369 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument 370 #define _FP_SUB(fs, wc, R, X, Y) \ argument 382 #define _FP_NEG(fs, wc, R, X) \ argument 395 #define _FP_MUL(fs, wc, R, X, Y) \ argument 460 #define _FP_DIV(fs, wc, R, X, Y) \ argument [all …]
|
| D | soft-fp.h | 135 #define _FP_ROUND_NEAREST(wc, X) \ argument 141 #define _FP_ROUND_ZERO(wc, X) (void)0 argument 143 #define _FP_ROUND_PINF(wc, X) \ argument 149 #define _FP_ROUND_MINF(wc, X) \ argument 155 #define _FP_ROUND(wc, X) \ argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
| D | bfa_cs.h | 89 bfa_wc_up(struct bfa_wc *wc) in bfa_wc_up() 95 bfa_wc_down(struct bfa_wc *wc) in bfa_wc_down() 104 bfa_wc_init(struct bfa_wc *wc, bfa_wc_resume_t wc_resume, void *wc_cbarg) in bfa_wc_init() 114 bfa_wc_wait(struct bfa_wc *wc) in bfa_wc_wait()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
| D | bfa_cs.h | 73 bfa_wc_up(struct bfa_wc *wc) in bfa_wc_up() 79 bfa_wc_down(struct bfa_wc *wc) in bfa_wc_down() 88 bfa_wc_init(struct bfa_wc *wc, bfa_wc_resume_t wc_resume, void *wc_cbarg) in bfa_wc_init() 98 bfa_wc_wait(struct bfa_wc *wc) in bfa_wc_wait()
|
| /kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
| D | iser_initiator.c | 145 void (*done)(struct ib_cq *cq, struct ib_wc *wc)) in iser_create_send_desc() 533 void iser_login_rsp(struct ib_cq *cq, struct ib_wc *wc) in iser_login_rsp() 592 static int iser_check_remote_inv(struct iser_conn *iser_conn, struct ib_wc *wc, in iser_check_remote_inv() 634 void iser_task_rsp(struct ib_cq *cq, struct ib_wc *wc) in iser_task_rsp() 674 void iser_cmd_comp(struct ib_cq *cq, struct ib_wc *wc) in iser_cmd_comp() 680 void iser_ctrl_comp(struct ib_cq *cq, struct ib_wc *wc) in iser_ctrl_comp() 696 void iser_dataout_comp(struct ib_cq *cq, struct ib_wc *wc) in iser_dataout_comp()
|
| /kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
| D | frwr_ops.c | 360 static void frwr_wc_fastreg(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_fastreg() 430 static void __frwr_release_mr(struct ib_wc *wc, struct rpcrdma_mr *mr) in __frwr_release_mr() 444 static void frwr_wc_localinv(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv() 465 static void frwr_wc_localinv_wake(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv_wake() 568 static void frwr_wc_localinv_done(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv_done()
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | aops.c | 794 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() 833 struct ocfs2_write_ctxt *wc) in ocfs2_free_write_ctxt() 847 struct ocfs2_write_ctxt *wc; in ocfs2_alloc_write_ctxt() local 920 struct ocfs2_write_ctxt *wc, in ocfs2_write_failure() 945 struct ocfs2_write_ctxt *wc, in ocfs2_prepare_page_for_write() 1029 struct ocfs2_write_ctxt *wc, in ocfs2_grab_pages_for_write() 1124 struct ocfs2_write_ctxt *wc, u32 cpos, in ocfs2_write_cluster() 1225 struct ocfs2_write_ctxt *wc, in ocfs2_write_cluster_by_desc() 1272 struct ocfs2_write_ctxt *wc, in ocfs2_set_target_boundaries() 1326 struct ocfs2_write_ctxt *wc, in ocfs2_unwritten_check() [all …]
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| D | aops.c | 789 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() 828 struct ocfs2_write_ctxt *wc) in ocfs2_free_write_ctxt() 842 struct ocfs2_write_ctxt *wc; in ocfs2_alloc_write_ctxt() local 915 struct ocfs2_write_ctxt *wc, in ocfs2_write_failure() 940 struct ocfs2_write_ctxt *wc, in ocfs2_prepare_page_for_write() 1024 struct ocfs2_write_ctxt *wc, in ocfs2_grab_pages_for_write() 1119 struct ocfs2_write_ctxt *wc, u32 cpos, in ocfs2_write_cluster() 1220 struct ocfs2_write_ctxt *wc, in ocfs2_write_cluster_by_desc() 1267 struct ocfs2_write_ctxt *wc, in ocfs2_set_target_boundaries() 1321 struct ocfs2_write_ctxt *wc, in ocfs2_unwritten_check() [all …]
|
| /kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
| D | frwr_ops.c | 359 static void frwr_wc_fastreg(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_fastreg() 442 static void frwr_mr_done(struct ib_wc *wc, struct rpcrdma_mr *mr) in frwr_mr_done() 454 static void frwr_wc_localinv(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv() 473 static void frwr_wc_localinv_wake(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv_wake() 570 static void frwr_wc_localinv_done(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv_done()
|
| /kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
| D | iser_initiator.c | 562 void iser_login_rsp(struct ib_cq *cq, struct ib_wc *wc) in iser_login_rsp() 615 struct ib_wc *wc, in iser_check_remote_inv() 657 void iser_task_rsp(struct ib_cq *cq, struct ib_wc *wc) in iser_task_rsp() 709 void iser_cmd_comp(struct ib_cq *cq, struct ib_wc *wc) in iser_cmd_comp() 715 void iser_ctrl_comp(struct ib_cq *cq, struct ib_wc *wc) in iser_ctrl_comp() 731 void iser_dataout_comp(struct ib_cq *cq, struct ib_wc *wc) in iser_dataout_comp()
|
| /kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
| D | siw_cq.c | 48 int siw_reap_cqe(struct siw_cq *cq, struct ib_wc *wc) in siw_reap_cqe() 118 struct ib_wc wc; in siw_cq_flush() local
|
| /kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
| D | siw_cq.c | 48 int siw_reap_cqe(struct siw_cq *cq, struct ib_wc *wc) in siw_reap_cqe() 118 struct ib_wc wc; in siw_cq_flush() local
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
| D | cq.c | 117 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req() 166 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 271 struct ib_wc *wc, const char *level) in dump_cqe() 281 struct ib_wc *wc) in mlx5_handle_error_cqe() 394 static void sw_comp(struct mlx5_ib_qp *qp, int num_entries, struct ib_wc *wc, in sw_comp() 428 struct ib_wc *wc, int *npolled) in mlx5_ib_poll_sw_comp() 449 struct ib_wc *wc) in mlx5_poll_one() 582 struct ib_wc *wc, bool is_fatal_err) in poll_soft_wc() 607 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx5_ib_poll_cq() 1423 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc) in mlx5_ib_generate_wc()
|
| /kernel/linux/linux-5.10/net/smc/ |
| D | smc_wr.c | 81 static inline void smc_wr_tx_process_cqe(struct ib_wc *wc) in smc_wr_tx_process_cqe() 124 struct ib_wc wc[SMC_WR_MAX_POLL_CQE]; in smc_wr_tx_tasklet_fn() local 365 static inline void smc_wr_rx_demultiplex(struct ib_wc *wc) in smc_wr_rx_demultiplex() 384 static inline void smc_wr_rx_process_cqes(struct ib_wc wc[], int num) in smc_wr_rx_process_cqes() 414 struct ib_wc wc[SMC_WR_MAX_POLL_CQE]; in smc_wr_rx_tasklet_fn() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
| D | hostap_plx.c | 174 u8 *buf, int wc) in hfa384x_outsw_debug() 190 u8 *buf, int wc) in hfa384x_insw_debug() 209 #define HFA384X_OUTSW(a, buf, wc) hfa384x_outsw_debug(dev, (a), (buf), (wc)) argument 210 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) argument 218 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) argument 219 #define HFA384X_OUTSW(a, buf, wc) outsw(dev->base_addr + (a), buf, wc) argument
|
| D | hostap_cs.c | 108 u8 *buf, int wc) in hfa384x_outsw_debug() 123 u8 *buf, int wc) in hfa384x_insw_debug() 141 #define HFA384X_OUTSW(a, buf, wc) hfa384x_outsw_debug(dev, (a), (buf), (wc)) argument 142 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) argument 150 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) argument 151 #define HFA384X_OUTSW(a, buf, wc) outsw(dev->base_addr + (a), buf, wc) argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
| D | cq.c | 511 struct ib_wc *wc) in mlx4_ib_handle_error_cqe() 580 static void use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc, in use_tunnel_data() 608 struct ib_wc *wc, int *npolled, int is_send) in mlx4_ib_qp_sw_comp() 632 struct ib_wc *wc, int *npolled) in mlx4_ib_poll_sw_comp() 658 struct ib_wc *wc) in mlx4_ib_poll_one() 877 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
| D | hostap_plx.c | 173 u8 *buf, int wc) in hfa384x_outsw_debug() 189 u8 *buf, int wc) in hfa384x_insw_debug() 208 #define HFA384X_OUTSW(a, buf, wc) hfa384x_outsw_debug(dev, (a), (buf), (wc)) argument 209 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) argument 217 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) argument 218 #define HFA384X_OUTSW(a, buf, wc) outsw(dev->base_addr + (a), buf, wc) argument
|
| D | hostap_cs.c | 107 u8 *buf, int wc) in hfa384x_outsw_debug() 122 u8 *buf, int wc) in hfa384x_insw_debug() 140 #define HFA384X_OUTSW(a, buf, wc) hfa384x_outsw_debug(dev, (a), (buf), (wc)) argument 141 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) argument 149 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) argument 150 #define HFA384X_OUTSW(a, buf, wc) outsw(dev->base_addr + (a), buf, wc) argument
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
| D | cq.c | 511 struct ib_wc *wc) in mlx4_ib_handle_error_cqe() 580 static void use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc, in use_tunnel_data() 608 struct ib_wc *wc, int *npolled, int is_send) in mlx4_ib_qp_sw_comp() 632 struct ib_wc *wc, int *npolled) in mlx4_ib_poll_sw_comp() 658 struct ib_wc *wc) in mlx4_ib_poll_one() 877 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq()
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
| D | cq.c | 117 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req() 166 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 278 struct ib_wc *wc) in mlx5_handle_error_cqe() 388 static void sw_comp(struct mlx5_ib_qp *qp, int num_entries, struct ib_wc *wc, in sw_comp() 422 struct ib_wc *wc, int *npolled) in mlx5_ib_poll_sw_comp() 443 struct ib_wc *wc) in mlx5_poll_one() 572 struct ib_wc *wc, bool is_fatal_err) in poll_soft_wc() 597 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx5_ib_poll_cq() 1388 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc) in mlx5_ib_generate_wc()
|