Lines Matching full:operations
12 * variables, and definitions of percpu accessors and operations. It
203 * Accessors and operations.
210 * accessors and operations. This is performed in the generic part of
388 * this_cpu operations (C) 2008-2013 Christoph Lameter <cl@linux.com>
393 * These operation guarantee exclusivity of access for other operations
399 * cpu atomic operations for 2 byte sized RMW actions. If arch code does
400 * not provide operations for a scalar size then the fallback in the
407 * support for these operations, so only certain sizes may work.
411 * Operations for contexts where we do not want to do any checks for
416 * interupts then one of these RMW operations can show unexpected behavior
441 * Operations for contexts that are safe from preemption/interrupts. These
442 * operations verify that preemption is disabled.
505 * Operations with implied preemption/interrupt protection. These
506 * operations can be used without worrying about preemption or interrupt.