Searched refs:r_serial (Results 1 – 5 of 5) sorted by relevance
244 kthread_t *r_serial; /* id of purging thread */ member
112 if (rp->r_serial != NULL && rp->r_serial != curthread) { in nfs_waitfor_purge_complete()115 while (rp->r_serial != NULL) { in nfs_waitfor_purge_complete()489 if (rp->r_serial != curthread) { in nfs_attr_cache()495 while (rp->r_serial != NULL) { in nfs_attr_cache()565 rp->r_serial = curthread; in nfs_attr_cache()594 rp->r_serial = NULL; in nfs_attr_cache()632 if (rp->r_serial != curthread) { in nfs3_attr_cache()638 while (rp->r_serial != NULL) { in nfs3_attr_cache()708 rp->r_serial = curthread; in nfs3_attr_cache()737 rp->r_serial = NULL; in nfs3_attr_cache()
146 if ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()150 while ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()465 was_serial = (rp->r_serial == curthread); in nfs4_attr_cache()466 if (rp->r_serial != NULL && !was_serial) { in nfs4_attr_cache()613 rp->r_serial = curthread; in nfs4_attr_cache()646 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