/openbmc/linux/lib/ |
H A D | dec_and_lock.c | 21 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock) in _atomic_dec_and_lock() 37 int _atomic_dec_and_lock_irqsave(atomic_t *atomic, spinlock_t *lock, in _atomic_dec_and_lock_irqsave() 53 int _atomic_dec_and_raw_lock(atomic_t *atomic, raw_spinlock_t *lock) in _atomic_dec_and_raw_lock() 68 int _atomic_dec_and_raw_lock_irqsave(atomic_t *atomic, raw_spinlock_t *lock, in _atomic_dec_and_raw_lock_irqsave()
|
/openbmc/linux/sound/synth/emux/ |
H A D | emux_oss.c | 288 int atomic, int hop) in snd_emux_event_oss_input() 321 unsigned char *event, int atomic, int hop) in emuspec_control() 416 unsigned char *event, int atomic, int hop) in gusspec_control() 481 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic… in fake_event()
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_queue.c | 240 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() 300 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() 630 int atomic, int hop) in queue_broadcast_event() 654 int atomic, int hop) in snd_seq_queue_process_event() 705 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) in snd_seq_control_queue()
|
H A D | seq_ump_convert.c | 365 int atomic, int hop) in cvt_ump_midi1_to_midi2() 435 int atomic, int hop) in cvt_ump_midi2_to_midi1() 508 int atomic, int hop) in cvt_ump_to_any() 554 int atomic, int hop) in deliver_with_group_convert() 586 int atomic, int hop) in snd_seq_deliver_from_ump() 1134 int atomic, int hop) in cvt_to_ump_midi1() 1168 int atomic, int hop) in cvt_to_ump_midi2() 1216 int atomic, int hop) in cvt_sysex_to_ump() 1276 int atomic, int hop) in snd_seq_deliver_to_ump()
|
H A D | seq_clientmgr.c | 569 int err, int atomic, int hop) in bounce_error_event() 631 int atomic, int hop) in __snd_seq_deliver_single_event() 658 int filter, int atomic, int hop) in snd_seq_deliver_single_event() 720 int atomic, int hop) in __deliver_to_subscribers() 769 int atomic, int hop) in deliver_to_subscribers() 801 int atomic, int hop) in snd_seq_deliver_event() 836 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_dispatch_event() 912 int atomic, int hop, in snd_seq_client_enqueue_event() 2477 int atomic, int hop) in snd_seq_kernel_client_dispatch()
|
H A D | seq_virmidi.c | 74 bool atomic) in snd_virmidi_dev_receive_event() 110 void *private_data, int atomic, int hop) in snd_virmidi_event_input()
|
H A D | seq_system.c | 102 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
|
H A D | seq_dummy.c | 75 int atomic, int hop) in dummy_input()
|
/openbmc/linux/include/linux/ |
H A D | spinlock.h | 472 #define atomic_dec_and_lock(atomic, lock) \ argument 477 #define atomic_dec_and_lock_irqsave(atomic, lock, flags) \ argument 481 #define atomic_dec_and_raw_lock(atomic, lock) \ argument 486 #define atomic_dec_and_raw_lock_irqsave(atomic, lock, flags) \ argument
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-imx.c | 483 static int i2c_imx_bus_busy(struct imx_i2c_struct *i2c_imx, int for_busy, bool atomic) in i2c_imx_bus_busy() 519 static int i2c_imx_trx_complete(struct imx_i2c_struct *i2c_imx, bool atomic) in i2c_imx_trx_complete() 635 static int i2c_imx_start(struct imx_i2c_struct *i2c_imx, bool atomic) in i2c_imx_start() 668 static void i2c_imx_stop(struct imx_i2c_struct *i2c_imx, bool atomic) in i2c_imx_stop() 1100 bool atomic) in i2c_imx_write() 1134 bool is_lastmsg, bool atomic) in i2c_imx_read() 1244 struct i2c_msg *msgs, int num, bool atomic) in i2c_imx_xfer_common()
|
H A D | i2c-tegra-bpmp.c | 177 bool atomic) in tegra_bpmp_i2c_msg_xfer() 227 bool atomic) in tegra_bpmp_i2c_xfer_common()
|
H A D | i2c-meson.c | 353 int last, bool atomic) in meson_i2c_xfer_msg() 419 struct i2c_msg *msgs, int num, bool atomic) in meson_i2c_xfer_messages()
|
/openbmc/linux/drivers/firmware/ |
H A D | qcom_scm-smc.c | 119 struct arm_smccc_res *res, bool atomic) in __scm_smc_do() 151 struct qcom_scm_res *res, bool atomic) in __scm_smc_call()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | orphan.c | 231 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node() 262 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() 325 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() 405 int avail, atomic = 0, err; in commit_orphans() local
|
/openbmc/linux/fs/ubifs/ |
H A D | orphan.c | 312 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node() 343 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() 406 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() 486 int avail, atomic = 0, err; in commit_orphans() local
|
/openbmc/bmcweb/ |
H A D | meson.build | 200 atomic = cxx.find_library('atomic', required: true) build
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grufault.c | 253 int write, int atomic, unsigned long *gpa, int *pageshift) in gru_vtop() 310 struct gru_thread_state *gts, int atomic, in gru_preload_tlb() 362 int pageshift = 0, asid, write, ret, atomic = !cbk, indexway; in gru_try_dropin() local
|
/openbmc/linux/crypto/ |
H A D | skcipher.c | 496 struct skcipher_request *req, bool atomic) in skcipher_walk_virt() 524 struct aead_request *req, bool atomic) in skcipher_walk_aead_common() 566 struct aead_request *req, bool atomic) in skcipher_walk_aead_encrypt() 575 struct aead_request *req, bool atomic) in skcipher_walk_aead_decrypt()
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_dma.c | 184 int atomic, in snd_gf1_dma_transfer_block()
|
/openbmc/linux/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 96 int atomic; in __copy_to_user_memcpy() local
|
/openbmc/linux/sound/drivers/opl4/ |
H A D | opl4_seq.c | 112 void *private_data, int atomic, int hop) in snd_opl4_seq_event_input()
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_oss.c | 29 void *private_data, int atomic, int hop) in snd_opl3_oss_event_input()
|
H A D | opl3_seq.c | 144 void *private_data, int atomic, int hop) in snd_opl3_synth_event_input()
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 33 int atomic = ctrl & STREAM_ATOMIC; in helper_put() local 50 int atomic = ctrl & STREAM_ATOMIC; in helper_get() local
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 152 static int ef4_init_rx_buffers(struct ef4_rx_queue *rx_queue, bool atomic) in ef4_init_rx_buffers() 331 void ef4_fast_push_rx_descriptors(struct ef4_rx_queue *rx_queue, bool atomic) in ef4_fast_push_rx_descriptors()
|