Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A 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/tools/lib/python/abi/
H A Dabi_parser.py472 wtype = v.get("type", "Symbol")
476 if wtype == "File":
489 if wtype != "File":
516 if wtype == "File":
522 if wtype == "File":
526 if not desc and wtype != "File":
589 wtype = v.get("type", "")
590 if wtype == "File":
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t wtype:2,
121 __BITFIELD_FIELD(uint64_t wtype:2,
/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S181 #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/fs/quota/
H A Ddquot.c1907 int wtype; in __dquot_free_space() local
1914 wtype = info_bdq_free(dquot, number); in __dquot_free_space()
1915 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1916 prepare_warning(&warn[cnt], dquot, wtype); in __dquot_free_space()
1956 int wtype; in dquot_free_inode() local
1962 wtype = info_idq_free(dquot, 1); in dquot_free_inode()
1963 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1964 prepare_warning(&warn[cnt], dquot, wtype); in dquot_free_inode()
2062 int wtype; in __dquot_transfer() local
2065 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
[all …]
/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S121 #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/include/trace/events/
H A Drpcrdma.h838 unsigned int wtype
841 TP_ARGS(req, rtype, wtype),
852 __field(unsigned int, wtype)
866 __entry->wtype = wtype;
875 xprtrdma_show_chunktype(__entry->wtype)
/linux/drivers/android/
H A Dbinder.c5181 enum binder_work_type wtype; in binder_release_work() local
5186 wtype = w ? w->type : 0; in binder_release_work()
5191 switch (wtype) { in binder_release_work()
5241 wtype); in binder_release_work()
/linux/arch/mips/pci/
H A Dpcie-octeon.c1352 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()