HomeSort by: relevance | last modified time | path
    Searched refs:ad_notify (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
acpivar.h 121 * ad_notify NULL if there is no notify handler
134 ACPI_NOTIFY_HANDLER ad_notify; /* Device notify */ member in struct:acpi_devnode
acpi.c 875 ad->ad_notify = NULL;
1320 if ((notify = atomic_load_acquire(&ad->ad_notify)) == NULL)
1349 KASSERTMSG(ad->ad_notify == NULL,
1353 ad->ad_notify);
1354 atomic_store_release(&ad->ad_notify, notify);
1369 atomic_store_relaxed(&ad->ad_notify, NULL);

Completed in 14 milliseconds