Searched refs:CLUSTER_IDS (Results 1 – 1 of 1) sorted by relevance
346 #define CLUSTER_IDS 32 macro347 static DECLARE_BITMAP(wusb_cluster_id_table, CLUSTER_IDS);363 id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS); in wusb_cluster_id_get()364 if (id >= CLUSTER_IDS) { in wusb_cluster_id_get()385 BUG_ON(id >= CLUSTER_IDS); in wusb_cluster_id_put()462 bitmap_zero(wusb_cluster_id_table, CLUSTER_IDS); in wusbcore_init()477 if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) { in wusbcore_exit()479 CLUSTER_IDS, wusb_cluster_id_table); in wusbcore_exit()