notify_entry
list = kmem_alloc(count * sizeof (struct notify_entry), KM_NOSLEEP);
kmem_free(list, count * sizeof (struct notify_entry));