Home
last modified time | relevance | path

Searched refs:statp (Results 1 – 13 of 13) sorted by relevance

/linux/net/sunrpc/
H A Dstats.c38 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 …]
/linux/fs/xfs/
H A Dxfs_qm_bhv.c21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot() argument
41 statp->f_blocks = min(statp->f_blocks, limit); in xfs_fill_statvfs_from_dquot()
42 statp->f_bfree = min(statp->f_bfree, remaining); in xfs_fill_statvfs_from_dquot()
54 statp->f_files = min(statp->f_files, limit); in xfs_fill_statvfs_from_dquot()
55 statp->f_ffree = min(statp->f_ffree, remaining); in xfs_fill_statvfs_from_dquot()
70 struct kstatfs *statp) in xfs_qm_statvfs() argument
76 xfs_fill_statvfs_from_dquot(statp, ip, dqp); in xfs_qm_statvfs()
/linux/fs/lockd/
H A Dsvc.c632 __be32 *statp = rqstp->rq_accept_statp;
637 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch()
638 if (*statp == rpc_drop_reply) in nlmsvc_dispatch()
640 if (*statp != rpc_success) in nlmsvc_dispatch() local
649 *statp = rpc_garbage_args; in nlmsvc_dispatch()
653 *statp = rpc_system_err; in nlmsvc_dispatch()
/linux/fs/nfsd/
H A Dnfscache.c586 int cachetype, __be32 *statp) in nfsd_cache_update() argument
599 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update()
603 if (!statp || len > (256 >> 2)) { in nfsd_cache_update()
612 rp->c_replstat = *statp; in nfsd_cache_update()
623 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
H A Dcache.h88 int cachetype, __be32 *statp);
H A Dnfssvc.c950 __be32 *statp = rqstp->rq_accept_statp; in nfsd()
991 *statp = proc->pc_func(rqstp); in nfsd_dispatch()
1010 *statp = rpc_garbage_args; in nfsd_dispatch()
1021 *statp = rpc_system_err; in nfsd_dispatch()
985 __be32 *statp = rqstp->rq_accept_statp; nfsd_dispatch() local
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h419 static inline void ena_increase_stat(u64 *statp, u64 cnt, in ena_increase_stat() argument
423 (*statp) += cnt; in ena_increase_stat()
/linux/kernel/locking/
H A Dlocktorture.c948 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument
953 long max = 0, min = statp ? data_race(statp[0].n_lock_acquired) : 0; in __torture_print_stats()
958 if (data_race(statp[i].n_lock_fail)) in __torture_print_stats()
960 cur = data_race(statp[i].n_lock_acquired); in __torture_print_stats()
/linux/drivers/crypto/bcm/
H A Dspu2.h210 int spu2_status_process(u8 *statp);
H A Dspu.h267 int spum_status_process(u8 *statp);
H A Dcipher.h397 int (*spu_status_process)(u8 *statp);
H A Dspu2.c1325 int spu2_status_process(u8 *statp) in spu2_status_process() argument
1328 u16 status = le16_to_cpu(*(__le16 *)statp); in spu2_status_process()
/linux/drivers/usb/gadget/udc/
H A Dnet2280.c670 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()