Home
last modified time | relevance | path

Searched refs:statusp (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c88 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 Dvdpa.c294 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 Dtree.c2992 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 Dxdr4.h951 __be32 *statusp; member
H A Dnfs4proc.c3203 resp->statusp = resp->xdr->p; in nfsd4_proc_compound()
H A Dnfs4xdr.c6800 p = resp->statusp; in nfs4svc_encode_compoundres()
/linux/fs/nfs/
H A Dnfs4proc.c5189 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()