Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/wusbcore/
Dwusbhc.c350 #define CLUSTER_IDS 32 macro
351 static DECLARE_BITMAP(wusb_cluster_id_table, CLUSTER_IDS);
367 id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS); in wusb_cluster_id_get()
368 if (id >= CLUSTER_IDS) { in wusb_cluster_id_get()
389 BUG_ON(id >= CLUSTER_IDS); in wusb_cluster_id_put()
466 bitmap_zero(wusb_cluster_id_table, CLUSTER_IDS); in wusbcore_init()
481 if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) { in wusbcore_exit()
483 CLUSTER_IDS, wusb_cluster_id_table); in wusbcore_exit()