Lines Matching defs:pending_mtx
210 * @pending_mtx: A mutex to protect @pending_events_handlers
226 struct mutex pending_mtx;
872 * Context: Assumes to be called with @pending_mtx already acquired.
913 * Context: Assumes to be called with @pending_mtx already acquired.
992 * Context: Assumes to be called with @pending_mtx acquired.
1032 * holding the @pending_mtx lock, with @registered_mtx additionally acquired
1037 * 1. pending_mtx
1056 mutex_lock(&ni->pending_mtx);
1086 mutex_unlock(&ni->pending_mtx);
1257 mutex_lock(&ni->pending_mtx);
1276 mutex_unlock(&ni->pending_mtx);
1579 mutex_lock(&ni->pending_mtx);
1606 mutex_unlock(&ni->pending_mtx);
1673 mutex_init(&ni->pending_mtx);