/Linux-v4.19/net/sunrpc/ |
D | stats.c | 37 const struct rpc_stat *statp = seq->private; in rpc_proc_show() local 38 const struct rpc_program *prog = statp->program; in rpc_proc_show() 43 statp->netcnt, in rpc_proc_show() 44 statp->netudpcnt, in rpc_proc_show() 45 statp->nettcpcnt, in rpc_proc_show() 46 statp->nettcpconn); in rpc_proc_show() 49 statp->rpccnt, in rpc_proc_show() 50 statp->rpcretrans, in rpc_proc_show() 51 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 …]
|
D | svc.c | 1157 __be32 *statp; in svc_process_common() local 1261 statp = resv->iov_base +resv->iov_len; in svc_process_common() 1287 *statp = procp->pc_func(rqstp); in svc_process_common() 1290 if (*statp == rpc_drop_reply || in svc_process_common() 1296 if (*statp == rpc_autherr_badcred) { in svc_process_common() 1301 if (*statp == rpc_success && procp->pc_encode && in svc_process_common() 1305 *statp = rpc_system_err; in svc_process_common() 1309 if (!versp->vs_dispatch(rqstp, statp)) { in svc_process_common() 1318 if (*statp != rpc_success) in svc_process_common() 1319 resv->iov_len = ((void*)statp) - resv->iov_base + 4; in svc_process_common()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_qm_bhv.c | 21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot() argument 29 if (limit && statp->f_blocks > limit) { in xfs_fill_statvfs_from_dquot() 30 statp->f_blocks = limit; in xfs_fill_statvfs_from_dquot() 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot() 32 (statp->f_blocks > dqp->q_res_bcount) ? in xfs_fill_statvfs_from_dquot() 33 (statp->f_blocks - dqp->q_res_bcount) : 0; in xfs_fill_statvfs_from_dquot() 39 if (limit && statp->f_files > limit) { in xfs_fill_statvfs_from_dquot() 40 statp->f_files = limit; in xfs_fill_statvfs_from_dquot() 41 statp->f_ffree = in xfs_fill_statvfs_from_dquot() 42 (statp->f_files > dqp->q_res_icount) ? in xfs_fill_statvfs_from_dquot() [all …]
|
D | xfs_super.c | 1088 struct kstatfs *statp) in xfs_fs_statfs() argument 1100 statp->f_type = XFS_SB_MAGIC; in xfs_fs_statfs() 1101 statp->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs() 1104 statp->f_fsid.val[0] = (u32)id; in xfs_fs_statfs() 1105 statp->f_fsid.val[1] = (u32)(id >> 32); in xfs_fs_statfs() 1112 statp->f_bsize = sbp->sb_blocksize; in xfs_fs_statfs() 1114 statp->f_blocks = sbp->sb_dblocks - lsize; in xfs_fs_statfs() 1117 statp->f_bfree = fdblocks - mp->m_alloc_set_aside; in xfs_fs_statfs() 1118 statp->f_bavail = statp->f_bfree; in xfs_fs_statfs() 1120 fakeinos = statp->f_bfree << sbp->sb_inopblog; in xfs_fs_statfs() [all …]
|
/Linux-v4.19/kernel/locking/ |
D | locktorture.c | 701 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument 705 long max = 0, min = statp ? statp[0].n_lock_acquired : 0; in __torture_print_stats() 710 if (statp[i].n_lock_fail) in __torture_print_stats() 712 sum += statp[i].n_lock_acquired; in __torture_print_stats() 713 if (max < statp[i].n_lock_fail) in __torture_print_stats() 714 max = statp[i].n_lock_fail; in __torture_print_stats() 715 if (min > statp[i].n_lock_fail) in __torture_print_stats() 716 min = statp[i].n_lock_fail; in __torture_print_stats()
|
/Linux-v4.19/fs/nfsd/ |
D | nfscache.c | 515 nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument 530 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update() 534 if (!statp || len > (256 >> 2)) { in nfsd_cache_update() 543 rp->c_replstat = *statp; in nfsd_cache_update() 554 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
|
D | nfssvc.c | 791 nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) in nfsd_dispatch() argument 803 *statp = rpc_garbage_args; in nfsd_dispatch() 815 *statp = rpc_garbage_args; in nfsd_dispatch() 856 *statp = rpc_system_err; in nfsd_dispatch() 862 nfsd_cache_update(rqstp, rqstp->rq_cachetype, statp + 1); in nfsd_dispatch()
|
D | nfsd.h | 77 int nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp);
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 237 struct ptc_stats *stat = bcp->statp; in bau_process_retry_msg() 291 struct ptc_stats *stat = bcp->statp; in bau_process_message() 379 struct ptc_stats *stat = bcp->statp; in do_reset() 537 struct ptc_stats *stat = bcp->statp; in uv1_wait_completion() 596 struct ptc_stats *stat = bcp->statp; in handle_uv2_busy() 612 struct ptc_stats *stat = bcp->statp; in uv2_3_wait_completion() 687 struct ptc_stats *stat = bcp->statp; in uv4_wait_completion() 910 struct ptc_stats *stat = bcp->statp; in uv_flush_send_and_wait() 1121 stat = bcp->statp; in uv_flush_tlb_others() 1292 stat = bcp->statp; in uv_bau_message_interrupt() [all …]
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | spu2.h | 222 int spu2_status_process(u8 *statp);
|
D | spu.h | 278 int spum_status_process(u8 *statp);
|
D | cipher.h | 411 int (*spu_status_process)(u8 *statp);
|
D | spu.c | 1151 int spum_status_process(u8 *statp) in spum_status_process() argument 1155 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
|
D | spu2.c | 1343 int spu2_status_process(u8 *statp) in spu2_status_process() argument 1346 u16 status = le16_to_cpu(*(__le16 *)statp); in spu2_status_process()
|
/Linux-v4.19/arch/x86/include/asm/uv/ |
D | uv_bau.h | 617 struct ptc_stats *statp; member
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | net2280.c | 671 u32 __iomem *statp; in out_flush() local 674 statp = &ep->regs->ep_stat; in out_flush() 676 tmp = readl(statp); in out_flush() 685 statp); in out_flush() 686 writel(BIT(FIFO_FLUSH), statp); in out_flush() 689 tmp = readl(statp); in out_flush() 696 handshake(statp, BIT(USB_OUT_PING_NAK_SENT), in out_flush()
|