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
349 * @chain: The notification chain dedicated to this specific event tuple
363 struct blocking_notifier_head chain;
378 * scmi_lookup_and_call_event_chain() - Lookup the proper chain and call it
380 * @evt_key: The key to use to lookup the related notification chain
401 ret = blocking_notifier_call_chain(&hndl->chain,
404 /* Notifiers are NOT supposed to cut the chain ... */
519 * - > call the related notification chain passing in the report
521 * - > call the related notification chain passing in the report
866 * Allocate an event handler and related notification chain associated with
884 BLOCKING_INIT_NOTIFIER_HEAD(&hndl->chain);
1322 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1361 blocking_notifier_chain_register(&hndl->chain, nb);
1382 * Takes care to unregister the provided @nb from the notification chain
1408 * Note that this chain unregistration call is safe on its own
1411 blocking_notifier_chain_unregister(&hndl->chain, nb);