Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwusbhc.c346 #define CLUSTER_IDS 32 macro
347 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()