| /Linux-v5.4/drivers/md/ | 
| D | dm-writecache.c | 98 #define WC_MODE_PMEM(wc)			((wc)->pmem_mode)  argument99 #define WC_MODE_FUA(wc)				((wc)->writeback_fua)  argument
 101 #define WC_MODE_PMEM(wc)			false  argument
 102 #define WC_MODE_FUA(wc)				false  argument
 104 #define WC_MODE_SORT_FREELIST(wc)		(!WC_MODE_PMEM(wc))  argument
 190 	struct dm_writecache *wc;  member
 199 	struct dm_writecache *wc;  member
 208 static void wc_lock(struct dm_writecache *wc)  in wc_lock()
 213 static void wc_unlock(struct dm_writecache *wc)  in wc_unlock()
 219 static int persistent_memory_claim(struct dm_writecache *wc)  in persistent_memory_claim()
 [all …]
 
 | 
| /Linux-v5.4/include/math-emu/ | 
| D | op-common.h | 27 #define _FP_DECL(wc, X)			\  argument36 #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)			\  argument141 #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
 
 | 
| /Linux-v5.4/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()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ | 
| D | iwch_cq.c | 36 			      struct iwch_qp *qhp, struct ib_wc *wc)  in __iwch_poll_cq_one()176 			    struct ib_wc *wc)  in iwch_poll_cq_one()
 198 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)  in iwch_poll_cq()
 
 | 
| /Linux-v5.4/fs/ocfs2/ | 
| D | aops.c | 803 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc)  in ocfs2_unlock_pages()842 				  struct ocfs2_write_ctxt *wc)  in ocfs2_free_write_ctxt()
 856 	struct ocfs2_write_ctxt *wc;  in ocfs2_alloc_write_ctxt()  local
 929 				struct ocfs2_write_ctxt *wc,  in ocfs2_write_failure()
 954 					struct ocfs2_write_ctxt *wc,  in ocfs2_prepare_page_for_write()
 1038 				      struct ocfs2_write_ctxt *wc,  in ocfs2_grab_pages_for_write()
 1133 			       struct ocfs2_write_ctxt *wc, u32 cpos,  in ocfs2_write_cluster()
 1234 				       struct ocfs2_write_ctxt *wc,  in ocfs2_write_cluster_by_desc()
 1281 					struct ocfs2_write_ctxt *wc,  in ocfs2_set_target_boundaries()
 1335 				 struct ocfs2_write_ctxt *wc,  in ocfs2_unwritten_check()
 [all …]
 
 | 
| /Linux-v5.4/net/sunrpc/xprtrdma/ | 
| D | frwr_ops.c | 400 static void frwr_wc_fastreg(struct ib_cq *cq, struct ib_wc *wc)  in frwr_wc_fastreg()468 static void __frwr_release_mr(struct ib_wc *wc, struct rpcrdma_mr *mr)  in __frwr_release_mr()
 482 static void frwr_wc_localinv(struct ib_cq *cq, struct ib_wc *wc)  in frwr_wc_localinv()
 501 static void frwr_wc_localinv_wake(struct ib_cq *cq, struct ib_wc *wc)  in frwr_wc_localinv_wake()
 603 static void frwr_wc_localinv_done(struct ib_cq *cq, struct ib_wc *wc)  in frwr_wc_localinv_done()
 
 | 
| /Linux-v5.4/drivers/infiniband/ulp/iser/ | 
| D | iser_initiator.c | 558 void iser_login_rsp(struct ib_cq *cq, struct ib_wc *wc)  in iser_login_rsp()608 		      struct ib_wc *wc,  in iser_check_remote_inv()
 650 void iser_task_rsp(struct ib_cq *cq, struct ib_wc *wc)  in iser_task_rsp()
 702 void iser_cmd_comp(struct ib_cq *cq, struct ib_wc *wc)  in iser_cmd_comp()
 708 void iser_ctrl_comp(struct ib_cq *cq, struct ib_wc *wc)  in iser_ctrl_comp()
 724 void iser_dataout_comp(struct ib_cq *cq, struct ib_wc *wc)  in iser_dataout_comp()
 
 | 
| /Linux-v5.4/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()98 	struct ib_wc wc;  in siw_cq_flush()  local
 
 | 
| /Linux-v5.4/net/smc/ | 
| D | smc_wr.c | 64 static inline void smc_wr_tx_process_cqe(struct ib_wc *wc)  in smc_wr_tx_process_cqe()114 	struct ib_wc wc[SMC_WR_MAX_POLL_CQE];  in smc_wr_tx_tasklet_fn()  local
 337 static inline void smc_wr_rx_demultiplex(struct ib_wc *wc)  in smc_wr_rx_demultiplex()
 356 static inline void smc_wr_rx_process_cqes(struct ib_wc wc[], int num)  in smc_wr_rx_process_cqes()
 389 	struct ib_wc wc[SMC_WR_MAX_POLL_CQE];  in smc_wr_rx_tasklet_fn()  local
 
 | 
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ | 
| 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
 
 | 
| 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
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ | 
| D | cq.c | 511 				     struct ib_wc *wc)  in mlx4_ib_handle_error_cqe()585 static void use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc,  in use_tunnel_data()
 613 			       struct ib_wc *wc, int *npolled, int is_send)  in mlx4_ib_qp_sw_comp()
 637 				 struct ib_wc *wc, int *npolled)  in mlx4_ib_poll_sw_comp()
 663 			    struct ib_wc *wc)  in mlx4_ib_poll_one()
 881 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)  in mlx4_ib_poll_cq()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ | 
| D | cq.c | 116 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe,  in handle_good_req()165 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe,  in handle_responder()
 276 				  struct ib_wc *wc)  in mlx5_handle_error_cqe()
 370 static void sw_comp(struct mlx5_ib_qp *qp, int num_entries, struct ib_wc *wc,  in sw_comp()
 398 				 struct ib_wc *wc, int *npolled)  in mlx5_ib_poll_sw_comp()
 419 			 struct ib_wc *wc)  in mlx5_poll_one()
 548 			struct ib_wc *wc, bool is_fatal_err)  in poll_soft_wc()
 573 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)  in mlx5_ib_poll_cq()
 1353 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc)  in mlx5_ib_generate_wc()
 
 | 
| D | gsi.c | 37 	struct ib_wc wc;  member96 static void handle_single_completion(struct ib_cq *cq, struct ib_wc *wc)  in handle_single_completion()
 415 				      struct ib_ud_wr *wr, struct ib_wc *wc)  in mlx5_ib_add_outstanding_wr()
 448 	struct ib_wc wc = {  in mlx5_ib_gsi_silent_drop()  local
 
 | 
| /Linux-v5.4/drivers/infiniband/ulp/ipoib/ | 
| D | ipoib_ib.c | 173 static void ipoib_ib_handle_rx_wc(struct net_device *dev, struct ib_wc *wc)  in ipoib_ib_handle_rx_wc()385 static void ipoib_ib_handle_tx_wc(struct net_device *dev, struct ib_wc *wc)  in ipoib_ib_handle_tx_wc()
 435 	struct ib_wc *wc;  in poll_tx()  local
 467 			struct ib_wc *wc = priv->ibwc + i;  in ipoib_rx_poll()  local
 502 	struct ib_wc *wc;  in ipoib_tx_poll()  local
 
 | 
| /Linux-v5.4/drivers/scsi/bfa/ | 
| D | bfa_cs.h | 253 bfa_wc_up(struct bfa_wc_s *wc)  in bfa_wc_up()259 bfa_wc_down(struct bfa_wc_s *wc)  in bfa_wc_down()
 270 bfa_wc_init(struct bfa_wc_s *wc, bfa_wc_resume_t wc_resume, void *wc_cbarg)  in bfa_wc_init()
 282 bfa_wc_wait(struct bfa_wc_s *wc)  in bfa_wc_wait()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/qib/ | 
| D | qib_ud.c | 62 	struct ib_wc wc;  in qib_ud_loopback()  local433 	struct ib_wc wc;  in qib_ud_rcv()  local
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/vmw_pvrdma/ | 
| D | pvrdma_cq.c | 319 			   struct ib_wc *wc)  in pvrdma_poll_one()382 int pvrdma_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)  in pvrdma_poll_cq()
 
 | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | mad.c | 761 		u16 pkey_index, u8 port_num, struct ib_wc *wc)  in build_smp_wc()1411 		      struct ib_wc *wc)  in ib_process_mad_wc()
 1971 		 const struct ib_mad_recv_wc *wc)  in ib_find_send_mad()
 2097 				     const struct ib_wc *wc,  in handle_ib_smi()
 2184 	       struct ib_wc *wc,  in handle_opa_smi()
 2240 	   struct ib_wc *wc,  in handle_smi()
 2256 static void ib_mad_recv_done(struct ib_cq *cq, struct ib_wc *wc)  in ib_mad_recv_done()
 2507 static void ib_mad_send_done(struct ib_cq *cq, struct ib_wc *wc)  in ib_mad_send_done()
 2596 		struct ib_wc *wc)  in ib_mad_send_error()
 2749 	struct ib_wc wc;  in local_completions()  local
 
 | 
| /Linux-v5.4/block/ | 
| D | blk-wbt.h | 62 	unsigned int wc;  member120 static inline void wbt_set_write_cache(struct request_queue *q, bool wc)  in wbt_set_write_cache()
 
 | 
| /Linux-v5.4/fs/ntfs/ | 
| D | unistr.c | 250 	wchar_t wc;  in ntfs_nlstoucs()  local327 	int i, o, ns_len, wc;  in ntfs_ucstonls()  local
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ | 
| D | cq.c | 755 			      struct ib_wc *wc, struct c4iw_srq *srq)  in __c4iw_poll_cq_one()921 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc)  in c4iw_poll_cq_one()
 949 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)  in c4iw_poll_cq()
 
 | 
| /Linux-v5.4/include/uapi/linux/netfilter/ | 
| D | nfnetlink_osf.h | 34 	__u32	wc;  member43 	struct nf_osf_wc	wc;  member
 
 | 
| /Linux-v5.4/drivers/staging/speakup/ | 
| D | synth.c | 237 void synth_putwc(u16 wc)  in synth_putwc()243 void synth_putwc_s(u16 wc)  in synth_putwc_s()
 
 |