| /linux/net/sunrpc/ |
| H A D | stats.c | 38 const struct rpc_stat *statp = seq->private; in rpc_proc_show() local 39 const struct rpc_program *prog = statp->program; in rpc_proc_show() 44 statp->netcnt, in rpc_proc_show() 45 statp->netudpcnt, in rpc_proc_show() 46 statp->nettcpcnt, in rpc_proc_show() 47 statp->nettcpconn); in rpc_proc_show() 50 statp->rpccnt, in rpc_proc_show() 51 statp->rpcretrans, in rpc_proc_show() 52 statp->rpcauthrefresh); in rpc_proc_show() 82 void svc_seq_show(struct seq_file *seq, const struct svc_stat *statp) in svc_seq_show() argument [all …]
|
| H A D | svc.c | 1374 int svc_stat_alloc_counts(struct svc_stat *statp) in svc_stat_alloc_counts() argument 1376 struct svc_program *prog = statp->program; in svc_stat_alloc_counts() 1379 statp->vs_count = kcalloc(prog->pg_nvers, in svc_stat_alloc_counts() 1382 if (!statp->vs_count) in svc_stat_alloc_counts() 1388 statp->vs_count[i] = __alloc_percpu(prog->pg_vers[i]->vs_nproc * in svc_stat_alloc_counts() 1391 if (!statp->vs_count[i]) in svc_stat_alloc_counts() 1396 svc_stat_free_counts(statp); in svc_stat_alloc_counts() 1405 void svc_stat_free_counts(struct svc_stat *statp) in svc_stat_free_counts() argument 1407 struct svc_program *prog = statp->program; in svc_stat_free_counts() 1410 if (!statp->vs_count) in svc_stat_free_counts() [all …]
|
| /linux/include/linux/sunrpc/ |
| H A D | stats.h | 46 int svc_stat_alloc_counts(struct svc_stat *statp); 47 void svc_stat_free_counts(struct svc_stat *statp);
|
| /linux/fs/lockd/ |
| H A D | svc.c | 654 __be32 *statp = rqstp->rq_accept_statp; in nlmsvc_dispatch() local 659 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch() 660 if (*statp == rpc_drop_reply) in nlmsvc_dispatch() 662 if (*statp != rpc_success) in nlmsvc_dispatch() 671 *statp = rpc_garbage_args; in nlmsvc_dispatch() 675 *statp = rpc_system_err; in nlmsvc_dispatch()
|
| /linux/fs/nfsd/ |
| H A D | nfsctl.c | 2356 struct svc_stat *statp) in nfsd_nl_server_stats_scalars() argument 2382 if (nla_put_u32(skb, NFSD_A_SERVER_STATS_NETCNT, statp->netcnt) || in nfsd_nl_server_stats_scalars() 2383 nla_put_u32(skb, NFSD_A_SERVER_STATS_NETUDPCNT, statp->netudpcnt) || in nfsd_nl_server_stats_scalars() 2384 nla_put_u32(skb, NFSD_A_SERVER_STATS_NETTCPCNT, statp->nettcpcnt) || in nfsd_nl_server_stats_scalars() 2385 nla_put_u32(skb, NFSD_A_SERVER_STATS_NETTCPCONN, statp->nettcpconn)) in nfsd_nl_server_stats_scalars() 2388 if (nla_put_u32(skb, NFSD_A_SERVER_STATS_RPCCNT, statp->rpccnt) || in nfsd_nl_server_stats_scalars() 2389 nla_put_u32(skb, NFSD_A_SERVER_STATS_RPCBADFMT, statp->rpcbadfmt) || in nfsd_nl_server_stats_scalars() 2390 nla_put_u32(skb, NFSD_A_SERVER_STATS_RPCBADAUTH, statp->rpcbadauth) || in nfsd_nl_server_stats_scalars() 2391 nla_put_u32(skb, NFSD_A_SERVER_STATS_RPCBADCLNT, statp->rpcbadclnt)) in nfsd_nl_server_stats_scalars() 2403 struct svc_stat *statp, in nfsd_nl_server_stats_proc() argument [all …]
|
| H A D | nfscache.c | 576 int cachetype, __be32 *statp) in nfsd_cache_update() argument 589 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update() 593 if (!statp || len > (256 >> 2)) { in nfsd_cache_update() 602 rp->c_replstat = *statp; in nfsd_cache_update() 613 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
|
| H A D | cache.h | 89 int cachetype, __be32 *statp);
|
| H A D | nfssvc.c | 997 __be32 *statp = rqstp->rq_accept_statp; in nfsd_dispatch() local 1038 *statp = proc->pc_func(rqstp); in nfsd_dispatch() 1052 *statp = rpc_garbage_args; in nfsd_dispatch() 1064 *statp = rpc_system_err; in nfsd_dispatch()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_netdev.h | 433 static inline void ena_increase_stat(u64 *statp, u64 cnt, in ena_increase_stat() argument 437 (*statp) += cnt; in ena_increase_stat()
|
| /linux/kernel/locking/ |
| H A D | locktorture.c | 1001 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument 1006 long max = 0, min = statp ? data_race(statp[0].n_lock_acquired) : 0; in __torture_print_stats() 1011 if (data_race(statp[i].n_lock_fail)) in __torture_print_stats() 1013 cur = data_race(statp[i].n_lock_acquired); in __torture_print_stats()
|
| /linux/drivers/crypto/bcm/ |
| H A D | spu2.h | 210 int spu2_status_process(u8 *statp);
|
| H A D | spu.h | 267 int spum_status_process(u8 *statp);
|
| H A D | cipher.h | 397 int (*spu_status_process)(u8 *statp);
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | net2280.c | 670 u32 __iomem *statp; in out_flush() local 673 statp = &ep->regs->ep_stat; in out_flush() 675 tmp = readl(statp); in out_flush() 684 statp); in out_flush() 685 writel(BIT(FIFO_FLUSH), statp); in out_flush() 688 tmp = readl(statp); in out_flush() 695 handshake(statp, BIT(USB_OUT_PING_NAK_SENT), in out_flush()
|