Lines Matching full:blocking
55 * @nl: Pointer to head of the blocking notifier chain
102 * @nl: Pointer to head of the blocking notifier chain
245 * Blocking notifier chain routines. All access to the chain is
270 * blocking_notifier_chain_register - Add notifier to a blocking notifier chain
271 * @nh: Pointer to head of the blocking notifier chain
274 * Adds a notifier to a blocking notifier chain.
287 * blocking_notifier_chain_register_unique_prio - Add notifier to a blocking notifier chain
288 * @nh: Pointer to head of the blocking notifier chain
291 * Adds a notifier to an blocking notifier chain if there is no other
304 * blocking_notifier_chain_unregister - Remove notifier from a blocking notifier chain
305 * @nh: Pointer to head of the blocking notifier chain
308 * Removes a notifier from a blocking notifier chain.
353 * blocking_notifier_call_chain - Call functions in a blocking notifier chain
354 * @nh: Pointer to head of the blocking notifier chain