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

/freebsd-10.2-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",
941 mtx_lock(&filterops_lock);
949 mtx_unlock(&filterops_lock);
963 mtx_lock(&filterops_lock);
973 mtx_unlock(&filterops_lock);
985 mtx_lock(&filterops_lock);
989 mtx_unlock(&filterops_lock);
1001 mtx_lock(&filterops_lock);
1005 mtx_unlock(&filterops_lock);
[all...]

Completed in 33 milliseconds