Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Drpc_rdma.c422 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument
430 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list()
436 wtype, seg); in rpcrdma_encode_write_list()
487 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument
495 if (wtype != rpcrdma_replych) { in rpcrdma_encode_reply_chunk()
502 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk()
880 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
922 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
925 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
927 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t wtype:2,
121 __BITFIELD_FIELD(uint64_t wtype:2,
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c1886 int wtype; in __dquot_free_space() local
1892 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space()
1893 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1894 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space()
1933 int wtype; in dquot_free_inode() local
1939 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode()
1940 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1941 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode()
2036 int wtype; in __dquot_transfer() local
2039 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Drpcrdma.h636 unsigned int wtype
639 TP_ARGS(req, rtype, wtype),
650 __field(unsigned int, wtype)
664 __entry->wtype = wtype;
672 xprtrdma_show_chunktype(__entry->wtype)
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py775 wtype = words.type
780 if wtype.code == gdb.TYPE_CODE_ARRAY:
781 tsize = wtype.target ().sizeof
784 tsize = wtype.sizeof
786 nwords = wtype.sizeof / tsize
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py775 wtype = words.type
780 if wtype.code == gdb.TYPE_CODE_ARRAY:
781 tsize = wtype.target ().sizeof
784 tsize = wtype.sizeof
786 nwords = wtype.sizeof / tsize
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c4827 enum binder_work_type wtype; in binder_release_work() local
4832 wtype = w ? w->type : 0; in binder_release_work()
4837 switch (wtype) { in binder_release_work()
4875 wtype); in binder_release_work()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpcie-octeon.c1346 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()