Searched refs:PCPU_SETUP_BUG_ON (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.36/mm/
H A Dpercpu.c1356 #define PCPU_SETUP_BUG_ON(cond) do { \ macro
1366 PCPU_SETUP_BUG_ON(ai->nr_groups <= 0);
1367 PCPU_SETUP_BUG_ON(!ai->static_size);
1368 PCPU_SETUP_BUG_ON(!base_addr);
1369 PCPU_SETUP_BUG_ON(ai->unit_size < size_sum);
1370 PCPU_SETUP_BUG_ON(ai->unit_size & ~PAGE_MASK);
1371 PCPU_SETUP_BUG_ON(ai->unit_size < PCPU_MIN_UNIT_SIZE);
1372 PCPU_SETUP_BUG_ON(ai->dyn_size < PERCPU_DYNAMIC_EARLY_SIZE);
1373 PCPU_SETUP_BUG_ON(pcpu_verify_alloc_info(ai) < 0);
1396 PCPU_SETUP_BUG_ON(cp
1414 #undef PCPU_SETUP_BUG_ON macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dpercpu.c1356 #define PCPU_SETUP_BUG_ON(cond) do { \ macro
1366 PCPU_SETUP_BUG_ON(ai->nr_groups <= 0);
1367 PCPU_SETUP_BUG_ON(!ai->static_size);
1368 PCPU_SETUP_BUG_ON(!base_addr);
1369 PCPU_SETUP_BUG_ON(ai->unit_size < size_sum);
1370 PCPU_SETUP_BUG_ON(ai->unit_size & ~PAGE_MASK);
1371 PCPU_SETUP_BUG_ON(ai->unit_size < PCPU_MIN_UNIT_SIZE);
1372 PCPU_SETUP_BUG_ON(ai->dyn_size < PERCPU_DYNAMIC_EARLY_SIZE);
1373 PCPU_SETUP_BUG_ON(pcpu_verify_alloc_info(ai) < 0);
1396 PCPU_SETUP_BUG_ON(cp
1414 #undef PCPU_SETUP_BUG_ON macro
[all...]

Completed in 59 milliseconds