Searched refs:cpupm_notification_t (Results 1 – 3 of 3) sorted by relevance
799 cpupm_notification_t *entry; in cpupm_notify_handler()816 cpupm_notification_t *entry; in cpupm_add_notify_handler()818 entry = kmem_zalloc(sizeof (cpupm_notification_t), KM_SLEEP); in cpupm_add_notify_handler()843 cpupm_notification_t *entry; in cpupm_free_notify_handlers()844 cpupm_notification_t *next; in cpupm_free_notify_handlers()858 kmem_free(entry, sizeof (cpupm_notification_t)); in cpupm_free_notify_handlers()
250 cpupm_notification_t *entry, **next; in cpudrv_uninstall_notify_handler()268 kmem_free(entry, sizeof (cpupm_notification_t)); in cpudrv_uninstall_notify_handler()
145 } cpupm_notification_t; typedef