Home
last modified time | relevance | path

Searched refs:wtype (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/net/sunrpc/xprtrdma/
Drpc_rdma.c393 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-5.19.10/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t wtype:2,
121 __BITFIELD_FIELD(uint64_t wtype:2,
/linux-5.19.10/arch/x86/crypto/
Dsm3-avx-asm_64.S180 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
187 addl wtype##_W1_ADDR(round, widx), h; \
193 addl wtype##_W1W2_ADDR(round, widx), d; \
214 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
215 R(1, a, b, c, d, e, f, g, h, round, widx, wtype)
217 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
218 R(2, a, b, c, d, e, f, g, h, round, widx, wtype)
/linux-5.19.10/fs/quota/
Ddquot.c1884 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-5.19.10/drivers/s390/crypto/
Dzcrypt_ccamisc.h106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
/linux-5.19.10/include/trace/events/
Drpcrdma.h816 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-5.19.10/drivers/android/
Dbinder.c4673 enum binder_work_type wtype; in binder_release_work() local
4678 wtype = w ? w->type : 0; in binder_release_work()
4683 switch (wtype) { in binder_release_work()
4721 wtype); in binder_release_work()
/linux-5.19.10/arch/mips/pci/
Dpcie-octeon.c1346 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()