/Linux-v6.6/lib/ |
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()
|
/Linux-v6.6/sound/synth/emux/ |
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()
|
/Linux-v6.6/sound/core/seq/ |
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()
|
D | seq_ump_convert.c | 365 int atomic, int hop) in cvt_ump_midi1_to_midi2() 416 int atomic, int hop) in cvt_ump_midi2_to_midi1() 470 int atomic, int hop) in cvt_ump_to_any() 516 int atomic, int hop) in deliver_with_group_convert() 548 int atomic, int hop) in snd_seq_deliver_from_ump() 1065 int atomic, int hop) in cvt_to_ump_midi1() 1099 int atomic, int hop) in cvt_to_ump_midi2() 1147 int atomic, int hop) in cvt_sysex_to_ump() 1198 int atomic, int hop) in snd_seq_deliver_to_ump()
|
D | seq_clientmgr.c | 566 int err, int atomic, int hop) in bounce_error_event() 628 int atomic, int hop) in __snd_seq_deliver_single_event() 655 int filter, int atomic, int hop) in snd_seq_deliver_single_event() 717 int atomic, int hop) in __deliver_to_subscribers() 766 int atomic, int hop) in deliver_to_subscribers() 798 int atomic, int hop) in snd_seq_deliver_event() 833 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_dispatch_event() 909 int atomic, int hop, in snd_seq_client_enqueue_event() 2474 int atomic, int hop) in snd_seq_kernel_client_dispatch()
|
D | seq_virmidi.c | 67 bool atomic) in snd_virmidi_dev_receive_event() 103 void *private_data, int atomic, int hop) in snd_virmidi_event_input()
|
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()
|
D | seq_dummy.c | 75 int atomic, int hop) in dummy_input()
|
/Linux-v6.6/include/linux/ |
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
|
/Linux-v6.6/drivers/i2c/busses/ |
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() 1095 bool atomic) in i2c_imx_write() 1129 bool is_lastmsg, bool atomic) in i2c_imx_read() 1239 struct i2c_msg *msgs, int num, bool atomic) in i2c_imx_xfer_common()
|
D | i2c-tegra-bpmp.c | 177 bool atomic) in tegra_bpmp_i2c_msg_xfer() 227 bool atomic) in tegra_bpmp_i2c_xfer_common()
|
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()
|
/Linux-v6.6/drivers/firmware/ |
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()
|
/Linux-v6.6/fs/ubifs/ |
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
|
/Linux-v6.6/drivers/misc/sgi-gru/ |
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
|
/Linux-v6.6/crypto/ |
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()
|
/Linux-v6.6/sound/isa/gus/ |
D | gus_dma.c | 184 int atomic, in snd_gf1_dma_transfer_block()
|
/Linux-v6.6/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 96 int atomic; in __copy_to_user_memcpy() local
|
/Linux-v6.6/sound/drivers/opl4/ |
D | opl4_seq.c | 112 void *private_data, int atomic, int hop) in snd_opl4_seq_event_input()
|
/Linux-v6.6/sound/drivers/opl3/ |
D | opl3_oss.c | 29 void *private_data, int atomic, int hop) in snd_opl3_oss_event_input()
|
D | opl3_seq.c | 144 void *private_data, int atomic, int hop) in snd_opl3_synth_event_input()
|
/Linux-v6.6/drivers/net/ethernet/sfc/falcon/ |
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()
|
/Linux-v6.6/sound/core/seq/oss/ |
D | seq_oss_init.c | 122 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | rx_common.c | 372 static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic) in efx_init_rx_buffers() 456 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic) in efx_fast_push_rx_descriptors()
|
/Linux-v6.6/drivers/net/ethernet/sfc/siena/ |
D | rx_common.c | 372 static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic) in efx_init_rx_buffers() 457 bool atomic) in efx_siena_fast_push_rx_descriptors()
|