Searched refs:statp (Results 1 – 10 of 10) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | stats.c | 38 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/lockd/ |
| H A D | svc.c | 646 __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 D | nfscache.c | 573 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 D | cache.h | 88 int cachetype, __be32 *statp);
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_netdev.h | 433 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 D | locktorture.c | 1002 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/drivers/crypto/bcm/ |
| H A D | spu2.h | 210 int spu2_status_process(u8 *statp);
|
| H A D | spu.h | 267 int spum_status_process(u8 *statp);
|
| H A D | cipher.h | 397 int (*spu_status_process)(u8 *statp);
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | net2280.c | 670 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()
|