Searched refs:NR_CXN (Results 1 – 1 of 1) sorted by relevance
16 #define NR_CXN 4096 macro18 static unsigned long cxn_bitmap[NR_CXN / (sizeof(unsigned long) * 8)];57 cxn = find_next_zero_bit(cxn_bitmap, NR_CXN, 1); in get_cxn()58 if (cxn < NR_CXN) { in get_cxn()