/linux-4.4.14/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 | 1076 __be32 *statp; in svc_process_common() local 1165 statp = resv->iov_base +resv->iov_len; in svc_process_common() 1188 *statp = procp->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp); in svc_process_common() 1196 if (*statp == rpc_success && in svc_process_common() 1201 *statp = rpc_system_err; in svc_process_common() 1205 if (!versp->vs_dispatch(rqstp, statp)) { in svc_process_common() 1214 if (*statp != rpc_success) in svc_process_common() 1215 resv->iov_len = ((void*)statp) - resv->iov_base + 4; in svc_process_common()
|
/linux-4.4.14/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.4.14/kernel/locking/ |
D | locktorture.c | 645 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument 650 long min = statp[0].n_lock_acquired; in __torture_print_stats() 655 if (statp[i].n_lock_fail) in __torture_print_stats() 657 sum += statp[i].n_lock_acquired; in __torture_print_stats() 658 if (max < statp[i].n_lock_fail) in __torture_print_stats() 659 max = statp[i].n_lock_fail; in __torture_print_stats() 660 if (min > statp[i].n_lock_fail) in __torture_print_stats() 661 min = statp[i].n_lock_fail; in __torture_print_stats()
|
/linux-4.4.14/fs/nfsd/ |
D | nfscache.c | 510 nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument 525 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update() 529 if (!statp || len > (256 >> 2)) { in nfsd_cache_update() 538 rp->c_replstat = *statp; in nfsd_cache_update() 549 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
|
D | nfssvc.c | 660 nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) in nfsd_dispatch() argument 681 *statp = rpc_garbage_args; in nfsd_dispatch() 724 *statp = rpc_system_err; in nfsd_dispatch() 730 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.4.14/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.4.14/arch/x86/include/asm/uv/ |
D | uv_bau.h | 592 struct ptc_stats *statp; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | net2280.c | 675 u32 __iomem *statp; in out_flush() local 678 statp = &ep->regs->ep_stat; in out_flush() 680 tmp = readl(statp); in out_flush() 689 statp); in out_flush() 690 writel(BIT(FIFO_FLUSH), statp); in out_flush() 693 tmp = readl(statp); in out_flush() 700 handshake(statp, BIT(USB_OUT_PING_NAK_SENT), in out_flush()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_driver.c | 1873 unsigned long *statp = &dd->ipath_sdma_status; in ipath_cancel_sends() local 1877 test_and_set_bit(IPATH_SDMA_ABORTING, statp) in ipath_cancel_sends() 1878 && !test_bit(IPATH_SDMA_DISABLED, statp); in ipath_cancel_sends()
|