/linux-4.1.27/net/sunrpc/ |
D | stats.c | 35 const struct rpc_stat *statp = seq->private; in rpc_proc_show() local 36 const struct rpc_program *prog = statp->program; in rpc_proc_show() 41 statp->netcnt, in rpc_proc_show() 42 statp->netudpcnt, in rpc_proc_show() 43 statp->nettcpcnt, in rpc_proc_show() 44 statp->nettcpconn); in rpc_proc_show() 47 statp->rpccnt, in rpc_proc_show() 48 statp->rpcretrans, in rpc_proc_show() 49 statp->rpcauthrefresh); in rpc_proc_show() 81 void svc_seq_show(struct seq_file *seq, const struct svc_stat *statp) { in svc_seq_show() argument [all …]
|
D | svc.c | 1079 __be32 *statp; in svc_process_common() local 1168 statp = resv->iov_base +resv->iov_len; in svc_process_common() 1191 *statp = procp->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp); in svc_process_common() 1199 if (*statp == rpc_success && in svc_process_common() 1204 *statp = rpc_system_err; in svc_process_common() 1208 if (!versp->vs_dispatch(rqstp, statp)) { in svc_process_common() 1217 if (*statp != rpc_success) in svc_process_common() 1218 resv->iov_len = ((void*)statp) - resv->iov_base + 4; in svc_process_common()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_qm_bhv.c | 33 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot() argument 41 if (limit && statp->f_blocks > limit) { in xfs_fill_statvfs_from_dquot() 42 statp->f_blocks = limit; in xfs_fill_statvfs_from_dquot() 43 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot() 44 (statp->f_blocks > dqp->q_res_bcount) ? in xfs_fill_statvfs_from_dquot() 45 (statp->f_blocks - dqp->q_res_bcount) : 0; in xfs_fill_statvfs_from_dquot() 51 if (limit && statp->f_files > limit) { in xfs_fill_statvfs_from_dquot() 52 statp->f_files = limit; in xfs_fill_statvfs_from_dquot() 53 statp->f_ffree = in xfs_fill_statvfs_from_dquot() 54 (statp->f_files > dqp->q_res_icount) ? in xfs_fill_statvfs_from_dquot() [all …]
|
D | xfs_super.c | 1047 struct kstatfs *statp) in xfs_fs_statfs() argument 1059 statp->f_type = XFS_SB_MAGIC; in xfs_fs_statfs() 1060 statp->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs() 1063 statp->f_fsid.val[0] = (u32)id; in xfs_fs_statfs() 1064 statp->f_fsid.val[1] = (u32)(id >> 32); in xfs_fs_statfs() 1071 statp->f_bsize = sbp->sb_blocksize; in xfs_fs_statfs() 1073 statp->f_blocks = sbp->sb_dblocks - lsize; in xfs_fs_statfs() 1076 statp->f_bfree = fdblocks - XFS_ALLOC_SET_ASIDE(mp); in xfs_fs_statfs() 1077 statp->f_bavail = statp->f_bfree; in xfs_fs_statfs() 1079 fakeinos = statp->f_bfree << sbp->sb_inopblog; in xfs_fs_statfs() [all …]
|
/linux-4.1.27/kernel/locking/ |
D | locktorture.c | 499 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument 504 long min = statp[0].n_lock_acquired; in __torture_print_stats() 509 if (statp[i].n_lock_fail) in __torture_print_stats() 511 sum += statp[i].n_lock_acquired; in __torture_print_stats() 512 if (max < statp[i].n_lock_fail) in __torture_print_stats() 513 max = statp[i].n_lock_fail; in __torture_print_stats() 514 if (min > statp[i].n_lock_fail) in __torture_print_stats() 515 min = statp[i].n_lock_fail; in __torture_print_stats()
|
/linux-4.1.27/fs/nfsd/ |
D | nfscache.c | 538 nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument 553 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update() 557 if (!statp || len > (256 >> 2)) { in nfsd_cache_update() 566 rp->c_replstat = *statp; in nfsd_cache_update() 577 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
|
D | nfssvc.c | 651 nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) in nfsd_dispatch() argument 672 *statp = rpc_garbage_args; in nfsd_dispatch() 715 *statp = rpc_system_err; in nfsd_dispatch() 721 nfsd_cache_update(rqstp, rqstp->rq_cachetype, statp + 1); in nfsd_dispatch()
|
D | nfsd.h | 76 int nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp);
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | tlb_uv.c | 222 struct ptc_stats *stat = bcp->statp; in bau_process_retry_msg() 276 struct ptc_stats *stat = bcp->statp; in bau_process_message() 364 struct ptc_stats *stat = bcp->statp; in do_reset() 519 struct ptc_stats *stat = bcp->statp; in uv1_wait_completion() 602 struct ptc_stats *stat = bcp->statp; in handle_uv2_busy() 617 struct ptc_stats *stat = bcp->statp; in uv2_3_wait_completion() 883 struct ptc_stats *stat = bcp->statp; in uv_flush_send_and_wait() 1099 stat = bcp->statp; in uv_flush_tlb_others() 1255 stat = bcp->statp; in uv_bau_message_interrupt() 1389 stat = bcp->statp; in ptc_seq_show() [all …]
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
D | uv_bau.h | 592 struct ptc_stats *statp; member
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | net2280.c | 606 u32 __iomem *statp; in out_flush() local 609 statp = &ep->regs->ep_stat; in out_flush() 611 tmp = readl(statp); in out_flush() 620 statp); in out_flush() 621 writel(BIT(FIFO_FLUSH), statp); in out_flush() 624 tmp = readl(statp); in out_flush() 631 handshake(statp, BIT(USB_OUT_PING_NAK_SENT), in out_flush()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_driver.c | 1867 unsigned long *statp = &dd->ipath_sdma_status; in ipath_cancel_sends() local 1871 test_and_set_bit(IPATH_SDMA_ABORTING, statp) in ipath_cancel_sends() 1872 && !test_bit(IPATH_SDMA_DISABLED, statp); in ipath_cancel_sends()
|