/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | rpc_rdma.c | 422 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() 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() 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 in rpcrdma_marshal_req() 419 rpcrdma_encode_write_list(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_write_list() argument 484 rpcrdma_encode_reply_chunk(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_reply_chunk() argument [all...] |
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | rpc_rdma.c | 393 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() 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() 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 in rpcrdma_marshal_req() 390 rpcrdma_encode_write_list(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_write_list() argument 468 rpcrdma_encode_reply_chunk(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_reply_chunk() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-sli-defs.h | 109 __BITFIELD_FIELD(uint64_t wtype:2, 121 __BITFIELD_FIELD(uint64_t wtype:2,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-sli-defs.h | 109 __BITFIELD_FIELD(uint64_t wtype:2, 121 __BITFIELD_FIELD(uint64_t wtype:2,
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | dquot.c | 1962 int wtype; in __dquot_free_space() local 1969 wtype = info_bdq_free(dquot, number); in __dquot_free_space() 1970 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space() 1971 prepare_warning(&warn[cnt], dquot, wtype); in __dquot_free_space() 2011 int wtype; in dquot_free_inode() local 2017 wtype = info_idq_free(dquot, 1); in dquot_free_inode() 2018 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode() 2019 prepare_warning(&warn[cnt], dquot, wtype); in dquot_free_inode() 2114 int wtype; in __dquot_transfer() local 2117 wtype in __dquot_transfer() [all...] |
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 1916 int wtype; in __dquot_free_space() local 1923 wtype = info_bdq_free(dquot, number); in __dquot_free_space() 1924 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space() 1925 prepare_warning(&warn[cnt], dquot, wtype); in __dquot_free_space() 1965 int wtype; in dquot_free_inode() local 1971 wtype = info_idq_free(dquot, 1); in dquot_free_inode() 1972 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode() 1973 prepare_warning(&warn[cnt], dquot, wtype); in dquot_free_inode() 2071 int wtype; in __dquot_transfer() local 2074 wtype in __dquot_transfer() [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A 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) \ 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) \ 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) \ 159 R(2, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ 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) \ 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) \ 219 R(2, a, b, c, d, e, f, g, h, round, widx, wtype)
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | hp-wmi-sensors.c | 1742 int wtype; in init_numeric_sensors() local 1775 wtype = classify_numeric_sensor(nsensor); in init_numeric_sensors() 1776 if (wtype < 0) in init_numeric_sensors() 1779 type = hp_wmi_hwmon_type_map[wtype]; in init_numeric_sensors()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcrdma.h | 636 unsigned int wtype 639 TP_ARGS(req, rtype, wtype), 650 __field(unsigned int, wtype) 664 __entry->wtype = wtype; 672 xprtrdma_show_chunktype(__entry->wtype)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A 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)
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 5040 enum binder_work_type wtype; in binder_release_work() local 5045 wtype = w ? w->type : 0; in binder_release_work() 5050 switch (wtype) { in binder_release_work() 5088 wtype); in binder_release_work()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 4871 enum binder_work_type wtype; in binder_release_work() local 4876 wtype = w ? w->type : 0; in binder_release_work() 4881 switch (wtype) { in binder_release_work() 4921 wtype); in binder_release_work()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A 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()
|