Lines Matching defs:chain
42 * and is served by its own dedicated notification chain; information contained
59 * queued items into the proper notification-chain: notifications processing can
346 * @chain: The notification chain dedicated to this specific event tuple
360 struct blocking_notifier_head chain;
375 * scmi_lookup_and_call_event_chain() - Lookup the proper chain and call it
377 * @evt_key: The key to use to lookup the related notification chain
398 ret = blocking_notifier_call_chain(&hndl->chain,
401 /* Notifiers are NOT supposed to cut the chain ... */
516 * - > call the related notification chain passing in the report
518 * - > call the related notification chain passing in the report
842 * Allocate an event handler and related notification chain associated with
860 BLOCKING_INIT_NOTIFIER_HEAD(&hndl->chain);
1262 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1303 blocking_notifier_chain_register(&hndl->chain, nb);
1324 * Takes care to unregister the provided @nb from the notification chain
1352 * Note that this chain unregistration call is safe on its own
1355 blocking_notifier_chain_unregister(&hndl->chain, nb);