Lines Matching full:blocking
58 * @nl: Pointer to head of the blocking notifier chain
104 * @nl: Pointer to head of the blocking notifier chain
247 * Blocking notifier chain routines. All access to the chain is
272 * blocking_notifier_chain_register - Add notifier to a blocking notifier chain
273 * @nh: Pointer to head of the blocking notifier chain
276 * Adds a notifier to a blocking notifier chain.
289 * blocking_notifier_chain_register_unique_prio - Add notifier to a blocking notifier chain
290 * @nh: Pointer to head of the blocking notifier chain
293 * Adds a notifier to an blocking notifier chain if there is no other
306 * blocking_notifier_chain_unregister - Remove notifier from a blocking notifier chain
307 * @nh: Pointer to head of the blocking notifier chain
310 * Removes a notifier from a blocking notifier chain.
355 * blocking_notifier_call_chain - Call functions in a blocking notifier chain
356 * @nh: Pointer to head of the blocking notifier chain