Searched refs:percpu_read_stable (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcurrent.h14 return percpu_read_stable(current_task);
H A Dthread_info.h216 ti = (void *)(percpu_read_stable(kernel_stack) +
H A Dpercpu.h220 * accessed while percpu_read_stable() allows the value to be cached.
221 * percpu_read_stable() is more efficient and can be used if its value
228 #define percpu_read_stable(var) percpu_from_op("mov", var, "p" (&(var))) macro

Completed in 89 milliseconds