Home
last modified time | relevance | path

Searched refs:shutdown_notifier_head (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_sched.c64 struct list_head shutdown_notifier_head; variable
834 INIT_LIST_HEAD(&shutdown_notifier_head); in cds_ssr_protect_init()
865 list_add_tail(&notifier->list, &shutdown_notifier_head); in cds_shutdown_notifier_register()
878 &shutdown_notifier_head, list) { in cds_shutdown_notifier_purge()
898 list_for_each_entry(notifier, &shutdown_notifier_head, list) { in cds_shutdown_notifier_call()