Home
last modified time | relevance | path

Searched refs:statp (Results 1 – 14 of 14) 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
77 xfs_fill_statvfs_from_dquot(statp, ip, dqp); in xfs_qm_statvfs()
/linux/fs/lockd/
H A Dsvc.c646 __be32 *statp = rqstp->rq_accept_statp; in nlmsvc_dispatch() local
651 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch()
652 if (*statp == rpc_drop_reply) in nlmsvc_dispatch()
654 if (*statp != rpc_success) in nlmsvc_dispatch()
663 *statp = rpc_garbage_args; in nlmsvc_dispatch()
667 *statp = rpc_system_err; in nlmsvc_dispatch()
/linux/fs/nfsd/
H A Dnfscache.c573 int cachetype, __be32 *statp) in nfsd_cache_update() argument
586 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update()
590 if (!statp || len > (256 >> 2)) { in nfsd_cache_update()
599 rp->c_replstat = *statp; in nfsd_cache_update()
610 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
H A Dcache.h88 int cachetype, __be32 *statp);
H A Dnfssvc.c971 __be32 *statp = rqstp->rq_accept_statp; in nfsd_dispatch() local
1012 *statp = proc->pc_func(rqstp); in nfsd_dispatch()
1031 *statp = rpc_garbage_args; in nfsd_dispatch()
1042 *statp = rpc_system_err; in nfsd_dispatch()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h433 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 Dlocktorture.c1001 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 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 Dspu.c1109 int spum_status_process(u8 *statp) in spum_status_process() argument
1113 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
H A Dspu2.c1326 int spu2_status_process(u8 *statp) in spu2_status_process() argument
1329 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()