Searched refs:atomic (Results 126 - 150 of 560) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dmona.c63 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drwsem.c14 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Datm_misc.c12 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsem.h80 #include <asm/atomic.h>
H A Dmutex.h18 #include <asm/atomic.h>
H A Dconnector.h77 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dlib80211.h29 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dspinlock.h14 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dftrace.c12 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Ds3c244x-clock.c38 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h41 #include <asm/atomic.h>
66 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) do { \
67 (w)->wr.wr_hi = htonl(FW_WR_OP(FW_ULPTX_WR) | FW_WR_ATOMIC(atomic)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrufault.c151 * the GRU, atomic operations must be used to clear bits.
181 * Atomic (interrupt context) & non-atomic (user context) functions to
187 * 1 - (atomic only) try again in non-atomic context
261 int write, int atomic, unsigned long *gpa, int *pageshift)
273 * Atomic lookup is faster & usually works even if called in non-atomic
279 if (atomic)
318 struct gru_thread_state *gts, int atomic,
340 ret = gru_vtop(gts, vaddr, write, atomic, &gpa, &pageshift);
346 atomic
260 gru_vtop(struct gru_thread_state *gts, unsigned long vaddr, int write, int atomic, unsigned long *gpa, int *pageshift) argument
317 gru_preload_tlb(struct gru_state *gru, struct gru_thread_state *gts, int atomic, unsigned long fault_vaddr, int asid, int write, unsigned char tlb_preload_count, struct gru_tlb_fault_handle *tfh, struct gru_control_block_extended *cbe) argument
370 int pageshift = 0, asid, write, ret, atomic = !cbk, indexway; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dorphan.c237 * @atomic: write atomically
240 * %atomic is not zero, then the write is done atomically. On success, %0 is
243 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) argument
247 if (atomic) {
269 * @atomic: write atomically
275 static int write_orph_node(struct ubifs_info *c, int atomic) argument
322 err = do_write_orph_node(c, len, atomic);
331 * @atomic: write atomically
336 static int write_orph_nodes(struct ubifs_info *c, int atomic) argument
341 err = write_orph_node(c, atomic);
416 int avail, atomic = 0, err; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps.h227 * An atomic integer safe to increment or decrement from multiple threads.
232 volatile long value; /**< Value of the atomic integer. */
234 volatile dbus_int32_t value; /**< Value of the atomic integer. */
248 dbus_int32_t _dbus_atomic_inc (DBusAtomic *atomic);
249 dbus_int32_t _dbus_atomic_dec (DBusAtomic *atomic);
250 dbus_int32_t _dbus_atomic_get (DBusAtomic *atomic);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dbitops.h53 * This function is atomic and may not be reordered. See __set_bit()
54 * if you do not require the atomic guarantees.
118 * clear_bit() is atomic and may not be reordered. However, it does
183 * clear_bit() is atomic and implies release semantics before the memory
197 * change_bit() is atomic and may not be reordered.
252 * This operation is atomic and cannot be reordered.
322 * This operation is atomic and implies acquire ordering semantics
389 * This operation is atomic and cannot be reordered.
479 * This operation is atomic and cannot be reordered.
544 #include <asm-generic/bitops/non-atomic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice.h5 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dirq.c26 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300-watchdog.c22 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dparisc_ksyms.c34 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dirq.h17 #include <asm/atomic.h>
H A Dlocal.h5 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwb35reg_s.h6 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Datomic.h2 * Generic C implementation of atomic counter operations
30 * atomic_read - read atomic variable
38 * atomic_set - set atomic variable
49 * atomic_add_return - add integer to atomic variable
70 * atomic_sub_return - subtract integer from atomic variable
152 /* Assume that atomic operations are already serializing */
158 #include <asm-generic/atomic-long.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_tools.h61 #include <asm/atomic.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Drwsem.h16 #include <asm/atomic.h>
148 * implement atomic add functionality

Completed in 539 milliseconds

1234567891011>>