Home
last modified time | relevance | path

Searched refs:cps (Results 1 - 25 of 114) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/nfs/
H A Dcallback_proc.c24 struct cb_process_state *cps) in nfs4_callback_getattr()
32 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_getattr()
39 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_getattr()
41 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr()
45 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr()
66 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr()
74 struct cb_process_state *cps) in nfs4_callback_recall()
81 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_recall()
85 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_recall()
88 inode = nfs_delegation_find_inode(cps in nfs4_callback_recall()
23 nfs4_callback_getattr(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_getattr() argument
73 nfs4_callback_recall(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_recall() argument
331 nfs4_callback_layoutrecall(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_layoutrecall() argument
353 nfs4_callback_devicenotify(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_devicenotify() argument
483 nfs4_callback_sequence(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_sequence() argument
587 nfs4_callback_recallany(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_recallany() argument
634 nfs4_callback_recallslot(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_recallslot() argument
660 nfs4_callback_notify_lock(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_notify_lock() argument
692 nfs4_callback_offload(void *data, void *dummy, struct cb_process_state *cps) nfs4_callback_offload() argument
[all...]
H A Dcallback.h119 struct cb_process_state *cps);
140 struct cb_process_state *cps);
146 struct cb_process_state *cps);
163 struct cb_process_state *cps);
178 struct cb_process_state *cps);
187 struct cb_process_state *cps);
199 struct cb_process_state *cps);
203 struct cb_process_state *cps);
205 struct cb_process_state *cps);
H A Dcallback_xdr.c803 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
805 if (cps->slot) { in nfs4_cb_free_slot()
806 nfs4_callback_free_slot(cps->clp->cl_session, cps->slot); in nfs4_cb_free_slot()
807 cps->slot = NULL; in nfs4_cb_free_slot()
819 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
865 struct cb_process_state *cps) in process_op()
877 switch (cps->minorversion) { in process_op()
896 if (cps->drc_status) { in process_op()
897 status = cps in process_op()
862 process_op(int nop, struct svc_rqst *rqstp, struct xdr_stream *xdr_in, void *argp, struct xdr_stream *xdr_out, void *resp, struct cb_process_state *cps) process_op() argument
927 struct cb_process_state cps = { nfs4_callback_compound() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dcallback_proc.c29 struct cb_process_state *cps) in nfs4_callback_getattr()
37 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_getattr()
44 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_getattr()
46 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr()
50 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr()
71 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr()
79 struct cb_process_state *cps) in nfs4_callback_recall()
86 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_recall()
90 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_recall()
93 inode = nfs_delegation_find_inode(cps in nfs4_callback_recall()
28 nfs4_callback_getattr(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_getattr() argument
78 nfs4_callback_recall(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_recall() argument
336 nfs4_callback_layoutrecall(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_layoutrecall() argument
358 nfs4_callback_devicenotify(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_devicenotify() argument
488 nfs4_callback_sequence(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_sequence() argument
592 nfs4_callback_recallany(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_recallany() argument
639 nfs4_callback_recallslot(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_recallslot() argument
665 nfs4_callback_notify_lock(void *argp, void *resp, struct cb_process_state *cps) nfs4_callback_notify_lock() argument
697 nfs4_callback_offload(void *data, void *dummy, struct cb_process_state *cps) nfs4_callback_offload() argument
[all...]
H A Dcallback.h119 struct cb_process_state *cps);
140 struct cb_process_state *cps);
146 struct cb_process_state *cps);
163 struct cb_process_state *cps);
178 struct cb_process_state *cps);
187 struct cb_process_state *cps);
199 struct cb_process_state *cps);
203 struct cb_process_state *cps);
205 struct cb_process_state *cps);
H A Dcallback_xdr.c802 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
804 if (cps->slot) { in nfs4_cb_free_slot()
805 nfs4_callback_free_slot(cps->clp->cl_session, cps->slot); in nfs4_cb_free_slot()
806 cps->slot = NULL; in nfs4_cb_free_slot()
818 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
862 struct cb_process_state *cps) in process_op()
875 switch (cps->minorversion) { in process_op()
894 if (cps->drc_status) { in process_op()
895 status = cps in process_op()
861 process_op(int nop, struct svc_rqst *rqstp, struct cb_process_state *cps) process_op() argument
925 struct cb_process_state cps = { nfs4_callback_compound() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_est.c44 * Average bps is scaled by 2^5, while average pps and cps are scaled by 2^10.
47 to 32-bit values for conns, packets, bps, cps and pps.
113 e->cps += ((s64)rate - (s64)e->cps) >> 2; in estimation_timer()
168 est->cps = 0; in ip_vs_zero_estimator()
180 dst->cps = (e->cps + 0x1FF) >> 10; in ip_vs_read_estimator()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A DMakefile63 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o
64 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o
117 obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o
H A Dmips-cpc.c13 #include <asm/mips-cps.h>
H A Dsmp-cps.c17 #include <asm/mips-cps.h>
20 #include <asm/pm-cps.h>
22 #include <asm/smp-cps.h>
H A Dpm-cps.c17 #include <asm/mips-cps.h>
20 #include <asm/pm-cps.h>
21 #include <asm/smp-cps.h>
702 pr_warn("pm-cps: no CM, non-coherent states unavailable\n"); in cps_pm_init()
714 pr_warn("pm-cps: non-coherent wait unavailable\n"); in cps_pm_init()
722 pr_warn("pm-cps: CPC does not support clock gating\n"); in cps_pm_init()
728 pr_warn("pm-cps: CPS SMP not in use, power gating unavailable\n"); in cps_pm_init()
730 pr_warn("pm-cps: no CPC, clock & power gating unavailable\n"); in cps_pm_init()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A DMakefile61 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o
62 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o
112 obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o
H A Dmips-cpc.c14 #include <asm/mips-cps.h>
H A Dpm-cps.c17 #include <asm/mips-cps.h>
20 #include <asm/pm-cps.h>
21 #include <asm/smp-cps.h>
702 pr_warn("pm-cps: no CM, non-coherent states unavailable\n"); in cps_pm_init()
714 pr_warn("pm-cps: non-coherent wait unavailable\n"); in cps_pm_init()
722 pr_warn("pm-cps: CPC does not support clock gating\n"); in cps_pm_init()
728 pr_warn("pm-cps: CPS SMP not in use, power gating unavailable\n"); in cps_pm_init()
730 pr_warn("pm-cps: no CPC, clock & power gating unavailable\n"); in cps_pm_init()
/kernel/linux/linux-5.10/arch/mips/ralink/
H A Dirq-gic.c12 #include <asm/mips-cps.h>
/kernel/linux/linux-6.6/arch/mips/ralink/
H A Dirq-gic.c12 #include <asm/mips-cps.h>
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dirq.c14 #include <asm/mips-cps.h>
/kernel/linux/linux-5.10/arch/mips/pistachio/
H A Dtime.c14 #include <asm/mips-cps.h>
H A Dinit.c19 #include <asm/mips-cps.h>
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dirq.c14 #include <asm/mips-cps.h>
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsmp-ops.h16 #include <asm/mips-cps.h>
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dsmp-ops.h16 #include <asm/mips-cps.h>
/kernel/linux/linux-6.6/include/sound/sof/
H A Dext_manifest4.h111 uint32_t cps; /* cycles per second */ member
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dhp-wmi-sensors.c420 unsigned int cps; in convert_raw_wmi_string() local
428 cps = *src / sizeof(*src); in convert_raw_wmi_string()
429 while (cps && !src[cps]) in convert_raw_wmi_string()
430 cps--; in convert_raw_wmi_string()
433 len = min(cps * 3, HP_WMI_MAX_STR_SIZE - 1); in convert_raw_wmi_string()
439 i = utf16s_to_utf8s(++src, cps, UTF16_LITTLE_ENDIAN, dst, len); in convert_raw_wmi_string()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_est.c41 * Average bps is scaled by 2^5, while average pps and cps are scaled by 2^10.
44 to 32-bit values for conns, packets, bps, cps and pps.
124 e->cps += ((s64)rate - (s64)e->cps) >> 2; in ip_vs_chain_estimation()
909 est->cps = 0; in ip_vs_zero_estimator()
921 dst->cps = (e->cps + 0x1FF) >> 10; in ip_vs_read_estimator()

Completed in 15 milliseconds

12345