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

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socketfilter.c87 static lck_mtx_t *sock_filter_cleanup_lock = NULL; variable
111 sock_filter_cleanup_lock = lck_mtx_alloc_init(lck_group, lck_attrib);
159 lck_mtx_lock(sock_filter_cleanup_lock);
177 lck_mtx_unlock(sock_filter_cleanup_lock);
191 lck_mtx_lock(sock_filter_cleanup_lock);
194 msleep(&sock_filter_cleanup_entries, sock_filter_cleanup_lock, PWAIT, "sflt_cleanup", NULL);
202 lck_mtx_unlock(sock_filter_cleanup_lock);

Completed in 21 milliseconds