Searched refs:fng_flush_notification_lock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vfsops.c196 fngp->fng_flush_notification_lock = lck_mtx_alloc_init(autofs_lck_grp,
198 if (fngp->fng_flush_notification_lock == NULL) {
217 if (fngp->fng_flush_notification_lock != NULL)
218 lck_mtx_free(fngp->fng_flush_notification_lock,
1304 lck_mtx_lock(fngp->fng_flush_notification_lock);
1307 lck_mtx_unlock(fngp->fng_flush_notification_lock);
1353 lck_mtx_lock(fngp->fng_flush_notification_lock);
1356 fngp->fng_flush_notification_lock, PWAIT | PCATCH,
1360 lck_mtx_unlock(fngp->fng_flush_notification_lock);
2201 lck_mtx_lock(fngp->fng_flush_notification_lock);
[all...]
H A Dautofs_kern.h211 lck_mtx_t *fng_flush_notification_lock; member in struct:autofs_globals

Completed in 80 milliseconds