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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwusbhc.c304 #define CLUSTER_IDS 32 macro
305 static DECLARE_BITMAP(wusb_cluster_id_table, CLUSTER_IDS);
320 id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS);
321 if (id > CLUSTER_IDS) {
342 BUG_ON(id >= CLUSTER_IDS);
417 bitmap_zero(wusb_cluster_id_table, CLUSTER_IDS);
432 if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) {
435 CLUSTER_IDS);

Completed in 46 milliseconds