/linux-6.1.9/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 393 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument 402 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list() 408 wtype, seg); in rpcrdma_encode_write_list() 471 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument 479 if (wtype != rpcrdma_replych) { in rpcrdma_encode_reply_chunk() 486 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk() 864 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local 906 wtype = rpcrdma_noch; in rpcrdma_marshal_req() 909 wtype = rpcrdma_writech; in rpcrdma_marshal_req() 911 wtype = rpcrdma_replych; in rpcrdma_marshal_req() [all …]
|
/linux-6.1.9/arch/mips/include/asm/octeon/ |
D | cvmx-sli-defs.h | 109 __BITFIELD_FIELD(uint64_t wtype:2, 121 __BITFIELD_FIELD(uint64_t wtype:2,
|
/linux-6.1.9/arch/x86/crypto/ |
D | sm3-avx-asm_64.S | 181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 188 addl wtype##_W1_ADDR(round, widx), h; \ 194 addl wtype##_W1W2_ADDR(round, widx), d; \ 215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 216 R(1, a, b, c, d, e, f, g, h, round, widx, wtype) 218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 219 R(2, a, b, c, d, e, f, g, h, round, widx, wtype)
|
/linux-6.1.9/fs/quota/ |
D | dquot.c | 1884 int wtype; in __dquot_free_space() local 1890 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space() 1891 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space() 1892 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space() 1931 int wtype; in dquot_free_inode() local 1937 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode() 1938 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode() 1939 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode() 2034 int wtype; in __dquot_transfer() local 2037 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer() [all …]
|
/linux-6.1.9/arch/arm64/crypto/ |
D | sm3-neon-core.S | 121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 123 ldr t5, [sp, #(wtype##_W1_ADDR(round, widx))]; \ 127 ldr t6, [sp, #(wtype##_W1W2_ADDR(round, widx))]; \ 155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 156 R(1, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param) 158 #define R2(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 159 R(2, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)
|
/linux-6.1.9/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
|
/linux-6.1.9/include/trace/events/ |
D | rpcrdma.h | 816 unsigned int wtype 819 TP_ARGS(req, rtype, wtype), 830 __field(unsigned int, wtype) 844 __entry->wtype = wtype; 853 xprtrdma_show_chunktype(__entry->wtype)
|
/linux-6.1.9/drivers/android/ |
D | binder.c | 4750 enum binder_work_type wtype; in binder_release_work() local 4755 wtype = w ? w->type : 0; in binder_release_work() 4760 switch (wtype) { in binder_release_work() 4798 wtype); in binder_release_work()
|
/linux-6.1.9/arch/mips/pci/ |
D | pcie-octeon.c | 1346 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()
|