Searched refs:statusp (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/platforms/512x/ |
| H A D | mpc5121_ads_cpld.c | 88 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument 91 u8 status = in_8(statusp); in cpld_pic_get_irq()
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 294 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status() argument 302 if (copy_to_user(statusp, &status, sizeof(status))) in vhost_vdpa_get_status() 308 static long vhost_vdpa_set_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_set_status() argument 317 if (copy_from_user(&status, statusp, sizeof(status))) in vhost_vdpa_set_status()
|
| /linux/kernel/rcu/ |
| H A D | tree.c | 2992 unsigned int *statusp = this_cpu_ptr(&rcu_data.rcu_cpu_kthread_status); in rcu_cpu_kthread() local 3001 *statusp = RCU_KTHREAD_RUNNING; in rcu_cpu_kthread() 3011 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread() 3015 *statusp = RCU_KTHREAD_YIELDING; in rcu_cpu_kthread() 3019 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread()
|
| /linux/fs/nfsd/ |
| H A D | xdr4.h | 951 __be32 *statusp; member
|
| H A D | nfs4proc.c | 3203 resp->statusp = resp->xdr->p; in nfsd4_proc_compound()
|
| H A D | nfs4xdr.c | 6800 p = resp->statusp; in nfs4svc_encode_compoundres()
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 5189 struct nfs4_createdata *data, int *statusp) in nfs4_do_mkdir() argument 5193 *statusp = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg, in nfs4_do_mkdir() 5196 if (*statusp) in nfs4_do_mkdir() 5209 *statusp = PTR_ERR(ret); in nfs4_do_mkdir() 5271 struct nfs4_label *label, int *statusp) in _nfs4_proc_mkdir() argument 5276 *statusp = -ENOMEM; in _nfs4_proc_mkdir() 5282 ret = nfs4_do_mkdir(dir, dentry, data, statusp); in _nfs4_proc_mkdir()
|