/Linux-v5.4/fs/nfs/ |
D | callback_proc.c | 24 struct cb_process_state *cps) in nfs4_callback_getattr() argument 33 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_getattr() 40 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_getattr() 42 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr() 46 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr() 68 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr() 76 struct cb_process_state *cps) in nfs4_callback_recall() argument 83 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_recall() 87 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_recall() 90 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_recall() [all …]
|
D | callback.h | 119 struct cb_process_state *cps); 138 struct cb_process_state *cps); 144 struct cb_process_state *cps); 161 struct cb_process_state *cps); 176 struct cb_process_state *cps); 185 struct cb_process_state *cps); 197 struct cb_process_state *cps); 201 struct cb_process_state *cps); 203 struct cb_process_state *cps);
|
D | callback_xdr.c | 806 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 868 struct cb_process_state *cps) in process_op() argument 880 switch (cps->minorversion) { in process_op() 899 if (cps->drc_status) { in process_op() 900 status = cps->drc_status; in process_op() 908 status = op->process_op(argp, resp, cps); in process_op() [all …]
|
/Linux-v5.4/net/netfilter/ipvs/ |
D | ip_vs_est.c | 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()
|
D | ip_vs_ctl.c | 827 dst->cps = (u32)src->cps; in ip_vs_export_stats_user() 2225 (unsigned long long)show.cps, in ip_vs_stats_show() 2281 kstats.cps, in ip_vs_stats_percpu_show() 2976 nla_put_u32(skb, IPVS_STATS_ATTR_CPS, (u32)kstats->cps) || in ip_vs_genl_fill_stats() 3009 nla_put_u64_64bit(skb, IPVS_STATS_ATTR_CPS, kstats->cps, in ip_vs_genl_fill_stats64()
|
/Linux-v5.4/arch/arm/common/ |
D | secure_cntvoff.S | 20 cps #MON_MODE 30 cps #SVC_MODE
|
/Linux-v5.4/arch/mips/kernel/ |
D | Makefile | 56 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o 57 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o 113 obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o
|
D | cps-vec.S | 94 .section .text.cps-vec
|
/Linux-v5.4/drivers/cpuidle/ |
D | Makefile | 28 obj-$(CONFIG_MIPS_CPS_CPUIDLE) += cpuidle-cps.o
|
/Linux-v5.4/arch/mips/include/asm/ |
D | mips-cpc.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-cpc.h
|
D | mips-cm.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-cm.h
|
D | mips-gic.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-gic.h
|
/Linux-v5.4/fs/hpfs/ |
D | map.c | 57 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.4/arch/arm64/boot/dts/marvell/ |
D | armada-80x0.dtsi | 78 compatible = "marvell,armada-8k-cps-pinctrl";
|
/Linux-v5.4/drivers/staging/fwserial/ |
D | fwserial.h | 250 unsigned int cps; member
|
/Linux-v5.4/drivers/atm/ |
D | idt77252.c | 729 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() 2081 u32 rate, cps; in idt77252_est_timer() local 2093 est->cps = (est->avcps + 0x1f) >> 5; in idt77252_est_timer() 2095 cps = est->cps; in idt77252_est_timer() 2096 if (cps < (est->maxcps >> 4)) in idt77252_est_timer() 2097 cps = est->maxcps >> 4; in idt77252_est_timer() 2099 lacr = idt77252_rate_logindex(card, cps); in idt77252_est_timer() 2124 est->cps = est->maxcps; in idt77252_init_est() [all …]
|
D | iphase.c | 342 u32 exp, mantissa, cps; 349 cps = (1 << M_BITS) | mantissa; 351 cps = cps; 353 cps <<= (exp - M_BITS); 355 cps >>= (M_BITS - exp); 356 return cps;
|
D | idt77252.h | 196 u32 cps; member
|
/Linux-v5.4/include/uapi/linux/ |
D | ip_vs.h | 184 __u32 cps; /* current connection rate */ member
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.h | 337 #define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \ argument 338 …((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))
|
D | kv_dpm.c | 3245 struct amdgpu_ps *cps = (struct amdgpu_ps *)current_ps; in kv_check_state_equal() local 3249 if (adev == NULL || cps == NULL || rps == NULL || equal == NULL) in kv_check_state_equal() 3252 kv_cps = kv_get_ps(cps); in kv_check_state_equal() 3274 *equal = ((cps->vclk == rps->vclk) && (cps->dclk == rps->dclk)); in kv_check_state_equal() 3275 *equal &= ((cps->evclk == rps->evclk) && (cps->ecclk == rps->ecclk)); in kv_check_state_equal()
|
/Linux-v5.4/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 238 void *cps,
|
/Linux-v5.4/drivers/tty/ |
D | rocket.c | 747 info->cps = baud / bits; in configure_r_port() 983 timeout = (sGetTxCnt(cp) + 1) * HZ / info->cps; in rp_close() 1426 printk(KERN_INFO "cps=%d...\n", info->cps); in rp_wait_until_sent() 1433 check_time = (HZ / info->cps) / 5; in rp_wait_until_sent() 1435 check_time = HZ * txcnt / info->cps; in rp_wait_until_sent()
|
D | rocket_int.h | 1146 int cps; member
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_worker.c | 506 int cps; /* correction per invocation of drbd_rs_controller() */ in drbd_rs_controller() local 527 cps = correction / steps; in drbd_rs_controller() 528 fifo_add_val(plan, cps); in drbd_rs_controller() 529 plan->total += cps * steps; in drbd_rs_controller()
|