Home
last modified time | relevance | path

Searched refs:cps (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.15/fs/nfs/
Dcallback_proc.c29 struct cb_process_state *cps) in nfs4_callback_getattr() argument
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() argument
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->clp, &args->fh); in nfs4_callback_recall()
[all …]
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);
Dcallback_xdr.c806 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
808 if (cps->slot) { in nfs4_cb_free_slot()
809 nfs4_callback_free_slot(cps->clp->cl_session, cps->slot); in nfs4_cb_free_slot()
810 cps->slot = NULL; in nfs4_cb_free_slot()
822 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
866 struct cb_process_state *cps) in process_op() argument
879 switch (cps->minorversion) { in process_op()
898 if (cps->drc_status) { in process_op()
899 status = cps->drc_status; in process_op()
909 cps); in process_op()
[all …]
/Linux-v5.15/net/netfilter/ipvs/
Dip_vs_est.c113 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()
Dip_vs_ctl.c839 dst->cps = (u32)src->cps; in ip_vs_export_stats_user()
2268 (unsigned long long)show.cps, in ip_vs_stats_show()
2324 kstats.cps, in ip_vs_stats_percpu_show()
3020 nla_put_u32(skb, IPVS_STATS_ATTR_CPS, (u32)kstats->cps) || in ip_vs_genl_fill_stats()
3053 nla_put_u64_64bit(skb, IPVS_STATS_ATTR_CPS, kstats->cps, in ip_vs_genl_fill_stats64()
/Linux-v5.15/arch/arm/common/
Dsecure_cntvoff.S20 cps #MON_MODE
30 cps #SVC_MODE
/Linux-v5.15/arch/mips/kernel/
DMakefile63 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o
64 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o
116 obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o
/Linux-v5.15/drivers/cpuidle/
DMakefile31 obj-$(CONFIG_MIPS_CPS_CPUIDLE) += cpuidle-cps.o
/Linux-v5.15/fs/nfsd/
Dnfs4state.c86 static void _free_cpntf_state_locked(struct nfsd_net *nn, struct nfs4_cpntf_state *cps);
906 struct nfs4_cpntf_state *cps; in nfs4_alloc_init_cpntf_state() local
908 cps = kzalloc(sizeof(struct nfs4_cpntf_state), GFP_KERNEL); in nfs4_alloc_init_cpntf_state()
909 if (!cps) in nfs4_alloc_init_cpntf_state()
911 cps->cpntf_time = ktime_get_boottime_seconds(); in nfs4_alloc_init_cpntf_state()
912 refcount_set(&cps->cp_stateid.sc_count, 1); in nfs4_alloc_init_cpntf_state()
913 if (!nfs4_init_cp_state(nn, &cps->cp_stateid, NFS4_COPYNOTIFY_STID)) in nfs4_alloc_init_cpntf_state()
916 list_add(&cps->cp_list, &p_stid->sc_cp_list); in nfs4_alloc_init_cpntf_state()
918 return cps; in nfs4_alloc_init_cpntf_state()
920 kfree(cps); in nfs4_alloc_init_cpntf_state()
[all …]
Dstate.h679 struct nfs4_cpntf_state *cps);
682 struct nfs4_cpntf_state **cps);
Dnfs4proc.c1758 struct nfs4_cpntf_state *cps; in nfsd4_copy_notify() local
1771 cps = nfs4_alloc_init_cpntf_state(nn, stid); in nfsd4_copy_notify()
1772 if (!cps) in nfsd4_copy_notify()
1774 memcpy(&cn->cpn_cnr_stateid, &cps->cp_stateid.stid, sizeof(stateid_t)); in nfsd4_copy_notify()
1775 memcpy(&cps->cp_p_stateid, &stid->sc_stateid, sizeof(stateid_t)); in nfsd4_copy_notify()
1776 memcpy(&cps->cp_p_clid, &clp->cl_clientid, sizeof(clientid_t)); in nfsd4_copy_notify()
1786 nfs4_put_cpntf_state(nn, cps); in nfsd4_copy_notify()
/Linux-v5.15/arch/mips/include/asm/
Dmips-cpc.h8 # error Please include asm/mips-cps.h rather than asm/mips-cpc.h
Dmips-cm.h8 # error Please include asm/mips-cps.h rather than asm/mips-cm.h
Dmips-gic.h8 # error Please include asm/mips-cps.h rather than asm/mips-gic.h
/Linux-v5.15/fs/hpfs/
Dmap.c57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() argument
66 struct code_page_directory *cp = hpfs_map_sector(s, cps, &bh, 0); in hpfs_load_code_page()
/Linux-v5.15/arch/arm64/boot/dts/marvell/
Darmada-80x0.dtsi78 compatible = "marvell,armada-8k-cps-pinctrl";
/Linux-v5.15/drivers/staging/fwserial/
Dfwserial.h250 unsigned int cps; member
/Linux-v5.15/drivers/atm/
Didt77252.c729 u32 cps = vc->estimator->maxcps; in push_on_scq() local
731 vc->estimator->cps = cps; in push_on_scq()
732 vc->estimator->avcps = cps << 5; in push_on_scq()
2076 u32 rate, cps; in idt77252_est_timer() local
2088 est->cps = (est->avcps + 0x1f) >> 5; in idt77252_est_timer()
2090 cps = est->cps; in idt77252_est_timer()
2091 if (cps < (est->maxcps >> 4)) in idt77252_est_timer()
2092 cps = est->maxcps >> 4; in idt77252_est_timer()
2094 lacr = idt77252_rate_logindex(card, cps); in idt77252_est_timer()
2119 est->cps = est->maxcps; in idt77252_init_est()
[all …]
Diphase.c343 u32 exp, mantissa, cps;
350 cps = (1 << M_BITS) | mantissa;
352 cps = cps;
354 cps <<= (exp - M_BITS);
356 cps >>= (M_BITS - exp);
357 return cps;
Didt77252.h196 u32 cps; member
/Linux-v5.15/include/uapi/linux/
Dip_vs.h184 __u32 cps; /* current connection rate */ member
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h331 #define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \ argument
332 …((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/
Dkv_dpm.c3243 struct amdgpu_ps *cps = (struct amdgpu_ps *)current_ps; in kv_check_state_equal() local
3247 if (adev == NULL || cps == NULL || rps == NULL || equal == NULL) in kv_check_state_equal()
3250 kv_cps = kv_get_ps(cps); in kv_check_state_equal()
3272 *equal = ((cps->vclk == rps->vclk) && (cps->dclk == rps->dclk)); in kv_check_state_equal()
3273 *equal &= ((cps->evclk == rps->evclk) && (cps->ecclk == rps->ecclk)); in kv_check_state_equal()
/Linux-v5.15/drivers/block/drbd/
Ddrbd_worker.c507 int cps; /* correction per invocation of drbd_rs_controller() */ in drbd_rs_controller() local
528 cps = correction / steps; in drbd_rs_controller()
529 fifo_add_val(plan, cps); in drbd_rs_controller()
530 plan->total += cps * steps; in drbd_rs_controller()
/Linux-v5.15/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h303 void *cps,

12