Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/
H A Dstats.c44 statp->netcnt, in rpc_proc_show()
45 statp->netudpcnt, in rpc_proc_show()
46 statp->nettcpcnt, in rpc_proc_show()
50 statp->rpccnt, in rpc_proc_show()
51 statp->rpcretrans, in rpc_proc_show()
91 statp->netcnt, in svc_seq_show()
92 statp->netudpcnt, in svc_seq_show()
93 statp->nettcpcnt, in svc_seq_show()
97 statp->rpccnt, in svc_seq_show()
98 statp->rpcbadfmt+statp->rpcbadauth+statp->rpcbadclnt, in svc_seq_show()
[all …]
/linux-6.15/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-6.15/fs/lockd/
H A Dsvc.c648 __be32 *statp = rqstp->rq_accept_statp; in nlmsvc_dispatch() local
653 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch()
654 if (*statp == rpc_drop_reply) in nlmsvc_dispatch()
656 if (*statp != rpc_success) in nlmsvc_dispatch()
665 *statp = rpc_garbage_args; in nlmsvc_dispatch()
669 *statp = rpc_system_err; in nlmsvc_dispatch()
/linux-6.15/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_dispatch() local
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()
/linux-6.15/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-6.15/kernel/locking/
H A Dlocktorture.c1002 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument
1007 long max = 0, min = statp ? data_race(statp[0].n_lock_acquired) : 0; in __torture_print_stats()
1012 if (data_race(statp[i].n_lock_fail)) in __torture_print_stats()
1014 cur = data_race(statp[i].n_lock_acquired); in __torture_print_stats()
/linux-6.15/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-6.15/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()