Searched refs:nvb (Results 1 – 2 of 2) sorted by relevance
42 struct notif_vm_bitmap *nvb = NULL; in notif_alloc_async_value() local50 nvb = get_notif_vm_bitmap(prtn); in notif_alloc_async_value()51 if (!nvb) { in notif_alloc_async_value()58 if (!nvb->alloc_values_inited) { in notif_alloc_async_value()59 bit_set(nvb->alloc_values, NOTIF_VALUE_DO_BOTTOM_HALF); in notif_alloc_async_value()60 nvb->alloc_values_inited = true; in notif_alloc_async_value()63 bit_ffc(nvb->alloc_values, (int)NOTIF_ASYNC_VALUE_MAX + 1, &bit); in notif_alloc_async_value()69 bit_set(nvb->alloc_values, bit); in notif_alloc_async_value()82 struct notif_vm_bitmap *nvb = NULL; in notif_free_async_value() local86 nvb = get_notif_vm_bitmap(prtn); in notif_free_async_value()[all …]
703 struct notif_vm_bitmap *nvb = NULL; in spmc_enable_async_notif() local722 nvb = get_notif_vm_bitmap(prtn, vm_id); in spmc_enable_async_notif()723 if (!nvb) { in spmc_enable_async_notif()729 nvb->do_bottom_half_value = bottom_half_value; in spmc_enable_async_notif()1567 struct notif_vm_bitmap *nvb = NULL; in handle_notification_bitmap_create() local1571 nvb = get_notif_vm_bitmap(prtn, vm_id); in handle_notification_bitmap_create()1572 if (!nvb) { in handle_notification_bitmap_create()1579 if (nvb->initialized) { in handle_notification_bitmap_create()1584 nvb->initialized = true; in handle_notification_bitmap_create()1585 nvb->do_bottom_half_value = -1; in handle_notification_bitmap_create()[all …]