Lines Matching defs:pending_mtx
209 * @pending_mtx: A mutex to protect @pending_events_handlers
225 struct mutex pending_mtx;
848 * Context: Assumes to be called with @pending_mtx already acquired.
889 * Context: Assumes to be called with @pending_mtx already acquired.
956 * Context: Assumes to be called with @pending_mtx acquired.
996 * holding the @pending_mtx lock, with @registered_mtx additionally acquired
1001 * 1. pending_mtx
1020 mutex_lock(&ni->pending_mtx);
1050 mutex_unlock(&ni->pending_mtx);
1212 mutex_lock(&ni->pending_mtx);
1220 mutex_unlock(&ni->pending_mtx);
1396 mutex_lock(&ni->pending_mtx);
1423 mutex_unlock(&ni->pending_mtx);
1488 mutex_init(&ni->pending_mtx);