Lines Matching full:notify
191 * Will notify the operation waiter if there is one. This method should be used for operations
217 * @waiter A completion to notify when the operation is complete; may be NULL.
262 * @waiter A completion to notify when the operation is complete.
280 * @waiter The completion to notify of the error; may be NULL.
282 * If the result failed, log an invalid state error and, if there is a waiter, notify it.
317 * @waiter The completion to notify when the drain is complete.
349 * Return: true if the state was draining; will notify the waiter if so.
359 * Return: true if the state was draining; will notify the waiter if so.
381 * @waiter The completion to notify when the load is complete (may be NULL).
397 * Return: true if the state was loading; will notify the waiter if so.
408 * Return: true if the state was loading; will notify the waiter if so.
417 * @waiter The completion to notify if the operation is not a resume operation; may be NULL.
431 * @waiter The completion to notify when the resume is complete (may be NULL).
447 * Return: true if the state was resuming; will notify the waiter if so.
458 * Return: true if the state was resuming; will notify the waiter if so.
493 * @waiter the completion to notify when the operation completes or fails to start; may be NULL.