Home
last modified time | relevance | path

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

/linux-6.15/scripts/lib/abi/
H A Dabi_parser.py469 wtype = v.get("type", "Symbol")
473 if wtype == "File":
486 if wtype != "File":
513 if wtype == "File":
519 if wtype == "File":
523 if not desc and wtype != "File":
586 wtype = v.get("type", "")
587 if wtype == "File":
/linux-6.15/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()
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()
965 ret = rpcrdma_encode_write_list(r_xprt, req, rqst, wtype); in rpcrdma_marshal_req()
[all …]
/linux-6.15/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-6.15/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-6.15/fs/quota/
H A Ddquot.c1904 int wtype; in __dquot_free_space() local
1911 wtype = info_bdq_free(dquot, number); in __dquot_free_space()
1912 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1953 int wtype; in dquot_free_inode() local
1959 wtype = info_idq_free(dquot, 1); in dquot_free_inode()
1960 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
2059 int wtype; in __dquot_transfer() local
2063 if (wtype != QUOTA_NL_NOWARN) in __dquot_transfer()
2065 transfer_from[cnt], wtype); in __dquot_transfer()
2068 if (wtype != QUOTA_NL_NOWARN) in __dquot_transfer()
[all …]
/linux-6.15/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-6.15/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h107 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
/linux-6.15/drivers/hwmon/
H A Dhp-wmi-sensors.c1734 int wtype; in init_numeric_sensors() local
1767 wtype = classify_numeric_sensor(nsensor); in init_numeric_sensors()
1768 if (wtype < 0) in init_numeric_sensors()
1771 type = hp_wmi_hwmon_type_map[wtype]; in init_numeric_sensors()
/linux-6.15/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-6.15/drivers/android/
H A Dbinder.c5109 enum binder_work_type wtype; in binder_release_work() local
5114 wtype = w ? w->type : 0; in binder_release_work()
5119 switch (wtype) { in binder_release_work()
5169 wtype); in binder_release_work()
/linux-6.15/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()