Lines Matching full:at
28 * code, not performance sensitive. At least by not using irq_lock()
65 * This routine provides the compare-and-set operator. If the original value at
66 * <target> equals <oldValue>, then <newValue> is stored at <target> and the
69 * If the original value at <target> does not equal <oldValue>, then the store
72 * The reading of the original value at <target>, the comparison,
153 * atomically added to the value at <target>, placing the result at <target>,
183 * atomically subtracted from the value at <target>, placing the result at
235 * written at <target> and the previous value at <target> is returned.
291 * is atomically bitwise OR'ed with the value at <target>, placing the result
292 * at <target>, and the previous value at <target> is returned.
321 * is atomically bitwise XOR'ed with the value at <target>, placing the result
322 * at <target>, and the previous value at <target> is returned.
351 * atomically bitwise AND'ed with the value at <target>, placing the result
352 * at <target>, and the previous value at <target> is returned.
381 * atomically bitwise NAND'ed with the value at <target>, placing the result
382 * at <target>, and the previous value at <target> is returned.