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

/freebsd-10.1-release/sys/kern/
H A Dkern_event.c274 static struct mtx filterops_lock; variable in typeref:struct:mtx
275 MTX_SYSINIT(kqueue_filterops, &filterops_lock, "protect sysfilt_ops",
906 mtx_lock(&filterops_lock);
914 mtx_unlock(&filterops_lock);
928 mtx_lock(&filterops_lock);
938 mtx_unlock(&filterops_lock);
950 mtx_lock(&filterops_lock);
954 mtx_unlock(&filterops_lock);
966 mtx_lock(&filterops_lock);
970 mtx_unlock(&filterops_lock);
[all...]

Completed in 54 milliseconds