Home
last modified time | relevance | path

Searched refs:statusp (Results 1 – 8 of 8) 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/infiniband/hw/hfi1/
H A Dinit.c920 ppd->statusp = &dd->status->port; in hfi1_init()
959 if (ppd->statusp) in hfi1_init()
960 *ppd->statusp |= HFI1_STATUS_CHIP_PRESENT | in hfi1_init()
1018 if (ppd->statusp) in shutdown_device()
1019 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in shutdown_device()
1327 if (ppd->statusp) in hfi1_disable_after_error()
1328 *ppd->statusp &= ~HFI1_STATUS_IB_READY; in hfi1_disable_after_error()
1490 if (ppd->statusp) in cleanup_device_data()
1491 *ppd->statusp &= ~HFI1_STATUS_CHIP_PRESENT; in cleanup_device_data()
H A Dchip.c12928 if (ppd->statusp) { in update_statusp()
12932 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in update_statusp()
12936 *ppd->statusp |= HFI1_STATUS_IB_CONF; in update_statusp()
12939 *ppd->statusp |= HFI1_STATUS_IB_READY; in update_statusp()
/linux/drivers/vhost/
H A Dvdpa.c287 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status() argument
295 if (copy_to_user(statusp, &status, sizeof(status))) in vhost_vdpa_get_status()
301 static long vhost_vdpa_set_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_set_status() argument
310 if (copy_from_user(&status, statusp, sizeof(status))) in vhost_vdpa_set_status()
/linux/kernel/rcu/
H A Dtree.c2942 unsigned int *statusp = this_cpu_ptr(&rcu_data.rcu_cpu_kthread_status); in rcu_cpu_kthread()
2951 *statusp = RCU_KTHREAD_RUNNING; in rcu_cpu_kthread()
2961 *statusp = RCU_KTHREAD_WAITING;
2965 *statusp = RCU_KTHREAD_YIELDING;
2969 *statusp = RCU_KTHREAD_WAITING;
2930 unsigned int *statusp = this_cpu_ptr(&rcu_data.rcu_cpu_kthread_status); rcu_cpu_kthread() local
/linux/fs/nfs/
H A Dnfs4proc.c5178 struct nfs4_createdata *data, int *statusp) in nfs4_do_mkdir() argument
5182 *statusp = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg, in nfs4_do_mkdir()
5185 if (*statusp) in nfs4_do_mkdir()
5198 *statusp = PTR_ERR(ret); in nfs4_do_mkdir()
5260 struct nfs4_label *label, int *statusp) in _nfs4_proc_mkdir() argument
5265 *statusp = -ENOMEM; in _nfs4_proc_mkdir()
5271 ret = nfs4_do_mkdir(dir, dentry, data, statusp); in _nfs4_proc_mkdir()
/linux/fs/nfsd/
H A Dnfs4proc.c3049 resp->statusp = resp->xdr->p; in nfsd4_proc_compound()
H A Dnfs4xdr.c6380 p = resp->statusp; in nfs4svc_encode_compoundres()