Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dpaca.c36 [0 ... (NR_LPPACAS-1)] = {
51 if (nr_cpus <= NR_LPPACAS) in allocate_lppacas()
55 (nr_cpus - NR_LPPACAS)); in allocate_lppacas()
64 if (cpu < NR_LPPACAS) in new_lppaca()
67 lp = extra_lppacas + (cpu - NR_LPPACAS); in new_lppaca()
79 nr = num_possible_cpus() - NR_LPPACAS; in free_lppacas()
/linux-4.4.14/arch/powerpc/include/asm/
Dlppaca.h42 #define NR_LPPACAS 1 macro