Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dcallback_proc.c24 struct cb_process_state *cps) in nfs4_callback_getattr() argument
31 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_getattr()
38 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_getattr()
40 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr()
42 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr()
64 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr()
72 struct cb_process_state *cps) in nfs4_callback_recall() argument
78 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_recall()
82 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_recall()
85 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_recall()
[all …]
Dcallback.h118 struct cb_process_state *cps);
138 struct cb_process_state *cps);
145 struct cb_process_state *cps);
163 void *dummy, struct cb_process_state *cps);
179 void *dummy, struct cb_process_state *cps);
185 struct cb_process_state *cps);
187 struct cb_process_state *cps);
Dcallback_xdr.c769 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
771 if (cps->slotid != NFS4_NO_SLOT) in nfs4_cb_free_slot()
772 nfs4_callback_free_slot(cps->clp->cl_session); in nfs4_cb_free_slot()
783 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
826 struct cb_process_state *cps) in process_op() argument
840 __func__, cps->minorversion, nop, op_nr); in process_op()
842 switch (cps->minorversion) { in process_op()
861 if (cps->drc_status) { in process_op()
862 status = cps->drc_status; in process_op()
870 status = op->process_op(argp, resp, cps); in process_op()
[all …]
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_est.c117 e->cps += ((s64)rate - (s64)e->cps) >> 2; in estimation_timer()
172 est->cps = 0; in ip_vs_zero_estimator()
184 dst->cps = (e->cps + 0x1FF) >> 10; in ip_vs_read_estimator()
Dip_vs_ctl.c754 dst->cps = (u32)src->cps; in ip_vs_export_stats_user()
2110 (unsigned long long)show.cps, in ip_vs_stats_show()
2179 kstats.cps, in ip_vs_stats_percpu_show()
2882 nla_put_u32(skb, IPVS_STATS_ATTR_CPS, (u32)kstats->cps) || in ip_vs_genl_fill_stats()
2910 nla_put_u64(skb, IPVS_STATS_ATTR_CPS, kstats->cps) || in ip_vs_genl_fill_stats64()
/linux-4.4.14/drivers/staging/goldfish/
Dgoldfish_nand.c48 struct cmd_params *cps = nand->cmd_params; in goldfish_nand_cmd_with_params() local
51 if (!cps) in goldfish_nand_cmd_with_params()
67 cps->dev = mtd - nand->mtd; in goldfish_nand_cmd_with_params()
68 cps->addr_high = (u32)(addr >> 32); in goldfish_nand_cmd_with_params()
69 cps->addr_low = (u32)addr; in goldfish_nand_cmd_with_params()
70 cps->transfer_size = len; in goldfish_nand_cmd_with_params()
71 cps->data = (unsigned long)ptr; in goldfish_nand_cmd_with_params()
73 *rv = cps->result; in goldfish_nand_cmd_with_params()
/linux-4.4.14/arch/mips/kernel/
DMakefile53 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o
54 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o
109 obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o
Dcps-vec.S63 .section .text.cps-vec
/linux-4.4.14/drivers/cpuidle/
DMakefile24 obj-$(CONFIG_MIPS_CPS_CPUIDLE) += cpuidle-cps.o
/linux-4.4.14/fs/hpfs/
Dmap.c56 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() argument
65 struct code_page_directory *cp = hpfs_map_sector(s, cps, &bh, 0); in hpfs_load_code_page()
/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.h249 unsigned cps; member
Dfwserial.c519 n = (elapsed * port->cps) / HZ + 1; in fwtty_emit_breaks()
964 port->cps = (baud << 1) / frame; in set_termios()
/linux-4.4.14/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()
2085 u32 rate, cps; in idt77252_est_timer() local
2099 est->cps = (est->avcps + 0x1f) >> 5; in idt77252_est_timer()
2101 cps = est->cps; in idt77252_est_timer()
2102 if (cps < (est->maxcps >> 4)) in idt77252_est_timer()
2103 cps = est->maxcps >> 4; in idt77252_est_timer()
2105 lacr = idt77252_rate_logindex(card, cps); in idt77252_est_timer()
2130 est->cps = est->maxcps; in idt77252_init_est()
[all …]
Diphase.c341 u32 exp, mantissa, cps;
348 cps = (1 << M_BITS) | mantissa;
350 cps = cps;
352 cps <<= (exp - M_BITS);
354 cps >>= (M_BITS - exp);
355 return cps;
Didt77252.h194 u32 cps; member
/linux-4.4.14/include/uapi/linux/
Dip_vs.h170 __u32 cps; /* current connection rate */ member
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-topology.h104 u32 cps; member
Dskl-messages.c301 base_cfg->cps = mconfig->mcps; in skl_set_base_module_format()
/linux-4.4.14/include/linux/
Disdn.h201 int cps; /* current speed of this interface */ member
/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c483 int cps; /* correction per invocation of drbd_rs_controller() */ in drbd_rs_controller() local
504 cps = correction / steps; in drbd_rs_controller()
505 fifo_add_val(plan, cps); in drbd_rs_controller()
506 plan->total += cps * steps; in drbd_rs_controller()
/linux-4.4.14/drivers/tty/
Drocket.c760 info->cps = baud / bits; in configure_r_port()
1008 timeout = (sGetTxCnt(cp) + 1) * HZ / info->cps; in rp_close()
1454 printk(KERN_INFO "cps=%d...\n", info->cps); in rp_wait_until_sent()
1461 check_time = (HZ / info->cps) / 5; in rp_wait_until_sent()
1463 check_time = HZ * txcnt / info->cps; in rp_wait_until_sent()
Drocket_int.h1145 int cps; member
/linux-4.4.14/include/net/
Dip_vs.h383 u64 cps; member
400 u64 cps; /* current connection rate */ member
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c330 l->cps = l->transcount; in isdn_net_autohup()
332 l->cps = (l->transcount * HZ) / (jiffies - last_jiffies); in isdn_net_autohup()
335 printk(KERN_DEBUG "%s: %d bogocps\n", p->dev->name, l->cps); in isdn_net_autohup()
1088 if (lp->cps > lp->triggercps) { in isdn_net_xmit()
/linux-4.4.14/Documentation/isdn/
DREADME550 has a load of more than 7000 cps. They hangup if the load goes under 7000
551 cps, according to their "huptimeout"-parameter.
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1500 uint64_t cps:3; member
1508 uint64_t cps:3;