Searched refs:cpupm_notification_t (Results 1 – 3 of 3) sorted by relevance
800 cpupm_notification_t *entry; in cpupm_notify_handler()817 cpupm_notification_t *entry; in cpupm_add_notify_handler()819 entry = kmem_zalloc(sizeof (cpupm_notification_t), KM_SLEEP); in cpupm_add_notify_handler()844 cpupm_notification_t *entry; in cpupm_free_notify_handlers()845 cpupm_notification_t *next; in cpupm_free_notify_handlers()859 kmem_free(entry, sizeof (cpupm_notification_t)); in cpupm_free_notify_handlers()
249 cpupm_notification_t *entry, **next; in cpudrv_uninstall_notify_handler()267 kmem_free(entry, sizeof (cpupm_notification_t)); in cpudrv_uninstall_notify_handler()
145 } cpupm_notification_t; typedef