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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/mm/
H A Dmmu-context.c16 #define NR_CXN 4096 macro
18 static unsigned long cxn_bitmap[NR_CXN / (sizeof(unsigned long) * 8)];
57 cxn = find_next_zero_bit(cxn_bitmap, NR_CXN, 1);
58 if (cxn < NR_CXN) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/mm/
H A Dmmu-context.c16 #define NR_CXN 4096 macro
18 static unsigned long cxn_bitmap[NR_CXN / (sizeof(unsigned long) * 8)];
57 cxn = find_next_zero_bit(cxn_bitmap, NR_CXN, 1);
58 if (cxn < NR_CXN) {

Completed in 104 milliseconds