Searched refs:CLUSTER_IDS (Results 1 – 1 of 1) sorted by relevance
367 #define CLUSTER_IDS 32 macro368 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()