Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dpaca.c36 [0 ... (NR_LPPACAS-1)] = {
54 if (nr_cpus <= NR_LPPACAS) in allocate_lppacas()
58 (nr_cpus - NR_LPPACAS)); in allocate_lppacas()
67 if (cpu < NR_LPPACAS) in new_lppaca()
70 lp = extra_lppacas + (cpu - NR_LPPACAS); in new_lppaca()
82 nr = num_possible_cpus() - NR_LPPACAS; in free_lppacas()
/linux-3.4.99/arch/powerpc/include/asm/
Dlppaca.h44 #define NR_LPPACAS 1 macro