Home
last modified time | relevance | path

Searched refs:CLUSTER_IDS (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/wusbcore/
Dwusbhc.c367 #define CLUSTER_IDS 32 macro
368 static DECLARE_BITMAP(wusb_cluster_id_table, CLUSTER_IDS);
384 id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS); in wusb_cluster_id_get()
385 if (id >= CLUSTER_IDS) { in wusb_cluster_id_get()
406 BUG_ON(id >= CLUSTER_IDS); in wusb_cluster_id_put()
483 bitmap_zero(wusb_cluster_id_table, CLUSTER_IDS); in wusbcore_init()
498 if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) { in wusbcore_exit()
500 CLUSTER_IDS, wusb_cluster_id_table); in wusbcore_exit()