Searched refs:r_serial (Results 1 – 6 of 6) sorted by relevance
122 if (np->r_serial != NULL && np->r_serial != curthread) { in smbfs_waitfor_purge_complete()125 while (np->r_serial != NULL) { in smbfs_waitfor_purge_complete()
245 kthread_t *r_serial; /* id of purging thread */ member
120 if (rp->r_serial != NULL && rp->r_serial != curthread) { in nfs_waitfor_purge_complete()123 while (rp->r_serial != NULL) { in nfs_waitfor_purge_complete()497 if (rp->r_serial != curthread) { in nfs_attr_cache()503 while (rp->r_serial != NULL) { in nfs_attr_cache()573 rp->r_serial = curthread; in nfs_attr_cache()602 rp->r_serial = NULL; in nfs_attr_cache()640 if (rp->r_serial != curthread) { in nfs3_attr_cache()646 while (rp->r_serial != NULL) { in nfs3_attr_cache()716 rp->r_serial = curthread; in nfs3_attr_cache()745 rp->r_serial = NULL; in nfs3_attr_cache()
147 if ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()151 while ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()466 was_serial = (rp->r_serial == curthread); in nfs4_attr_cache()467 if (rp->r_serial != NULL && !was_serial) { in nfs4_attr_cache()614 rp->r_serial = curthread; in nfs4_attr_cache()647 rp->r_serial = NULL; in nfs4_attr_cache()
303 kthread_t *r_serial; /* id of purging thread */ member
329 kthread_t *r_serial; /* attrcache validation thread */ member