Lines Matching +full:per +full:- +full:module
29 Local atomic operations are meant to provide fast and highly reentrant per CPU
34 Having fast per CPU atomic counters is interesting in many cases: it does not
41 CPU writes to the ``local_t`` data. This is done by using per cpu data and
54 ``asm-generic/local.h`` in your architecture's ``local.h`` is sufficient.
66 * Variables touched by local ops must be per cpu variables.
72 different CPU between getting the per-cpu variable and doing the
78 -rt kernels.
105 access to the per cpu variable. For instance::
110 If you are already in a preemption-safe context, you can use
136 Here is a sample module which implements a basic per cpu counter using
139 /* test-local.c
141 * Sample module for local.h usage.
146 #include <linux/module.h>