Searched refs:atomic (Results 26 - 50 of 470) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dsmp.h30 #include <asm/atomic.h>
H A Dsemaphore.h11 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Dtimer.h12 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dsema.h23 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rxrpc/
H A Dtypes.h20 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_simple.c46 int atomic)
49 ops->remove_sample(ops->private_data, ip, atomic);
54 int atomic, int cmd)
65 gfp_mask = atomic ? GFP_ATOMIC : GFP_KERNEL;
95 instr_data, real_size, atomic);
104 int atomic, int cmd)
142 instr_data, real_size, atomic);
161 int atomic)
167 snd_seq_simple_instr_free(ops, ip, atomic);
44 snd_seq_simple_instr_free(struct snd_simple_ops *ops, struct simple_instrument *ip, int atomic) argument
52 snd_seq_simple_put(void *private_data, struct snd_seq_kinstr *instr, char __user *instr_data, long len, int atomic, int cmd) argument
102 snd_seq_simple_get(void *private_data, struct snd_seq_kinstr *instr, char __user *instr_data, long len, int atomic, int cmd) argument
159 snd_seq_simple_remove(void *private_data, struct snd_seq_kinstr *instr, int atomic) argument
H A Dainstr_iw.c126 int atomic)
134 gfp_mask = atomic ? GFP_ATOMIC : GFP_KERNEL;
168 *data, real_size, atomic);
190 int atomic)
202 int atomic)
205 ops->remove_sample(ops->private_data, wave, atomic);
211 int atomic)
218 snd_seq_iwffff_env_free(ops, &layer->penv, atomic);
219 snd_seq_iwffff_env_free(ops, &layer->venv, atomic);
222 snd_seq_iwffff_wave_free(ops, wave, atomic);
122 snd_seq_iwffff_copy_wave_from_stream(struct snd_iwffff_ops *ops, struct iwffff_layer *lp, char __user **data, long *len, int atomic) argument
188 snd_seq_iwffff_env_free(struct snd_iwffff_ops *ops, struct iwffff_env *env, int atomic) argument
200 snd_seq_iwffff_wave_free(struct snd_iwffff_ops *ops, struct iwffff_wave *wave, int atomic) argument
209 snd_seq_iwffff_instr_free(struct snd_iwffff_ops *ops, struct iwffff_instrument *ip, int atomic) argument
228 snd_seq_iwffff_put(void *private_data, struct snd_seq_kinstr *instr, char __user *instr_data, long len, int atomic, int cmd) argument
394 snd_seq_iwffff_copy_wave_to_stream(struct snd_iwffff_ops *ops, struct iwffff_layer *lp, char __user **data, long *len, int atomic) argument
449 snd_seq_iwffff_get(void *private_data, struct snd_seq_kinstr *instr, char __user *instr_data, long len, int atomic, int cmd) argument
567 snd_seq_iwffff_remove(void *private_data, struct snd_seq_kinstr *instr, int atomic) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/synth/emux/
H A Demux_oss.c42 void *private, int atomic, int hop);
45 int cmd, unsigned char *event, int atomic, int hop);
47 int cmd, unsigned char *event, int atomic, int hop);
49 int ch, int param, int val, int atomic, int hop);
299 int atomic, int hop)
310 return snd_emux_event_input(ev, direct, private_data, atomic, hop);
318 emuspec_control(emu, p, cmd, data, atomic, hop);
320 gusspec_control(emu, p, cmd, data, atomic, hop);
330 unsigned char *event, int atomic, int hop)
365 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, ho
298 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument
329 emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, unsigned char *event, int atomic, int hop) argument
419 gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, unsigned char *event, int atomic, int hop) argument
487 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic, int hop) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dbitops.h101 #include <asm-generic/bitops/non-atomic.h>
141 #include <asm-generic/bitops/ext2-non-atomic.h>
142 #include <asm-generic/bitops/ext2-atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dbitops.h112 #include <asm-generic/bitops/non-atomic.h>
141 #include <asm-generic/bitops/ext2-non-atomic.h>
142 #include <asm-generic/bitops/ext2-atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/
H A Dbitops.h19 #include <asm/atomic.h>
34 * This function is atomic and may not be reordered. See __set_bit()
35 * if you do not require the atomic guarantees.
47 * clear_bit() is atomic and may not be reordered. However, it does
60 * change_bit() is atomic and may not be reordered.
72 * This operation is atomic and cannot be reordered.
102 * This operation is atomic and cannot be reordered.
126 * This operation is atomic and cannot be reordered.
144 #include <asm-generic/bitops/non-atomic.h>
158 #include <asm-generic/bitops/ext2-non-atomic
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_queue.h86 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop);
101 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop);
113 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
H A Dseq_queue.c255 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) argument
280 snd_seq_dispatch_event(cell, atomic, hop);
294 snd_seq_dispatch_event(cell, atomic, hop);
314 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) argument
357 snd_seq_check_queue(q, atomic, hop);
659 int atomic, int hop)
674 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop);
683 int atomic, int hop)
690 queue_broadcast_event(q, ev, atomic, hop);
695 queue_broadcast_event(q, ev, atomic, ho
658 queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, int atomic, int hop) argument
681 snd_seq_queue_process_event(struct snd_seq_queue *q, struct snd_seq_event *ev, int atomic, int hop) argument
734 snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dainstr_gf1.h210 char __user *data, long len, int atomic);
212 char __user *data, long len, int atomic);
214 int atomic);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dbitops.h25 * This function is atomic and may not be reordered. See __set_bit()
26 * if you do not require the atomic guarantees.
65 * clear_bit() is atomic and may not be reordered. However, it does
104 * change_bit() is atomic and may not be reordered.
130 * This operation is atomic and cannot be reordered.
170 * This operation is atomic and cannot be reordered.
211 * This operation is atomic and cannot be reordered.
233 #include <asm-generic/bitops/non-atomic.h>
292 #include <asm-generic/bitops/ext2-non-atomic.h>
293 #include <asm-generic/bitops/ext2-atomic
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3cdev.h36 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/mm/
H A Dpg-dma.c18 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A DMakefile10 copy_user.o locks.o atomic.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dma.c21 #include <asm/atomic.h>
H A Dme2.c21 #include <asm/atomic.h>
H A Drte_nb85e_cb.c21 #include <asm/atomic.h>
H A Dteg.c21 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_smp.c25 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dhw_irq.h16 #include <asm/atomic.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dsmp.h21 #include <asm/atomic.h>

Completed in 230 milliseconds

1234567891011>>