| /kernel/linux/linux-5.10/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() argument 343 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() argument 406 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() argument 486 int avail, atomic = 0, err; commit_orphans() local [all...] |
| /kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
| H A D | grufault.c | 252 gru_vtop(struct gru_thread_state *gts, unsigned long vaddr, int write, int atomic, unsigned long *gpa, int *pageshift) gru_vtop() argument 309 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) gru_preload_tlb() argument 362 int pageshift = 0, asid, write, ret, atomic = !cbk, indexway; gru_try_dropin() local [all...] |
| /kernel/linux/linux-6.6/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() argument 331 void ef4_fast_push_rx_descriptors(struct ef4_rx_queue *rx_queue, bool atomic) in ef4_fast_push_rx_descriptors() argument
|
| /kernel/linux/linux-6.6/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() argument 343 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() argument 406 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() argument 486 int avail, atomic = 0, err; commit_orphans() local [all...] |
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| H A D | sun4i-gpadc-iio.c | 439 sun4i_irq_init(struct platform_device *pdev, const char *name, irq_handler_t handler, const char *devname, unsigned int *irq, atomic_t *atomic) sun4i_irq_init() argument
|
| /kernel/linux/linux-6.6/sound/core/seq/ |
| H A D | seq_ump_client.c | 91 seq_ump_process_event(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) seq_ump_process_event() argument
|
| H A D | seq_ump_convert.c | 362 cvt_ump_midi1_to_midi2(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *__event, int atomic, int hop) cvt_ump_midi1_to_midi2() argument 413 cvt_ump_midi2_to_midi1(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *__event, int atomic, int hop) cvt_ump_midi2_to_midi1() argument 466 cvt_ump_to_any(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, unsigned char type, int atomic, int hop) cvt_ump_to_any() argument 513 deliver_with_group_convert(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_ump_event *ump_ev, int atomic, int hop) deliver_with_group_convert() argument 544 snd_seq_deliver_from_ump(struct snd_seq_client *source, struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) snd_seq_deliver_from_ump() argument 1062 cvt_to_ump_midi1(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) cvt_to_ump_midi1() argument 1096 cvt_to_ump_midi2(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) cvt_to_ump_midi2() argument 1144 cvt_sysex_to_ump(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) cvt_sysex_to_ump() argument 1194 snd_seq_deliver_to_ump(struct snd_seq_client *source, struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) snd_seq_deliver_to_ump() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderMemory.cpp | 28 bool atomic = (insn.opcode() == spv::OpAtomicLoad); in EmitLoad() local 74 bool atomic = (insn.opcode() == spv::OpAtomicStore); in EmitStore() local 93 Store(Object::ID pointerId, const Operand &value, bool atomic, std::memory_order memoryOrder, EmitState *state) const Store() argument [all...] |
| /kernel/linux/linux-5.10/crypto/ |
| H A D | skcipher.c | 476 skcipher_walk_virt(struct skcipher_walk *walk, struct skcipher_request *req, bool atomic) skcipher_walk_virt() argument 510 skcipher_walk_aead_common(struct skcipher_walk *walk, struct aead_request *req, bool atomic) skcipher_walk_aead_common() argument 552 skcipher_walk_aead_encrypt(struct skcipher_walk *walk, struct aead_request *req, bool atomic) skcipher_walk_aead_encrypt() argument 561 skcipher_walk_aead_decrypt(struct skcipher_walk *walk, struct aead_request *req, bool atomic) skcipher_walk_aead_decrypt() argument
|
| /kernel/linux/linux-6.6/arch/arc/kernel/ |
| H A D | setup.c | 82 int atomic = 0, be, present; in arcompact_mumbojumbo() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 385 static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic) in efx_init_rx_buffers() argument 469 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic) in efx_fast_push_rx_descriptors() argument
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| H A D | i2c-meson.c | 302 meson_i2c_xfer_msg(struct meson_i2c *i2c, struct i2c_msg *msg, int last, bool atomic) meson_i2c_xfer_msg() argument 368 meson_i2c_xfer_messages(struct i2c_adapter *adap, struct i2c_msg *msgs, int num, bool atomic) meson_i2c_xfer_messages() argument
|
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | act_ife.c | 295 __add_metainfo(const struct tcf_meta_ops *ops, struct tcf_ife_info *ife, u32 metaid, void *metaval, int len, bool atomic, bool exists) __add_metainfo() argument
|
| /kernel/linux/linux-5.10/include/uapi/rdma/ |
| H A D | rdma_user_rxe.h | 96 } atomic; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| H A D | radeon_legacy_crtc.c | 373 radeon_crtc_do_set_base(struct drm_crtc *crtc, struct drm_framebuffer *fb, int x, int y, int atomic) radeon_crtc_do_set_base() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 372 static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic) in efx_init_rx_buffers() argument 456 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic) in efx_fast_push_rx_descriptors() argument
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | memalloc.c | 204 static void alloc_bulk(struct bpf_mem_cache *c, int cnt, int node, bool atomic) in alloc_bulk() argument
|
| /kernel/linux/linux-6.6/include/uapi/rdma/ |
| H A D | rdma_user_rxe.h | 103 } atomic; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
| H A D | rx_common.c | 372 static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic) in efx_init_rx_buffers() argument 456 efx_siena_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic) efx_siena_fast_push_rx_descriptors() argument
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | skcipher.c | 495 skcipher_walk_virt(struct skcipher_walk *walk, struct skcipher_request *req, bool atomic) skcipher_walk_virt() argument 523 skcipher_walk_aead_common(struct skcipher_walk *walk, struct aead_request *req, bool atomic) skcipher_walk_aead_common() argument 565 skcipher_walk_aead_encrypt(struct skcipher_walk *walk, struct aead_request *req, bool atomic) skcipher_walk_aead_encrypt() argument 574 skcipher_walk_aead_decrypt(struct skcipher_walk *walk, struct aead_request *req, bool atomic) skcipher_walk_aead_decrypt() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| H A D | radeon_legacy_crtc.c | 373 radeon_crtc_do_set_base(struct drm_crtc *crtc, struct drm_framebuffer *fb, int x, int y, int atomic) radeon_crtc_do_set_base() argument
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| H A D | i2c-owl.c | 252 owl_i2c_xfer_common(struct i2c_adapter *adap, struct i2c_msg *msgs, int num, bool atomic) owl_i2c_xfer_common() argument
|
| H A D | i2c-meson.c | 352 meson_i2c_xfer_msg(struct meson_i2c *i2c, struct i2c_msg *msg, int last, bool atomic) meson_i2c_xfer_msg() argument 418 meson_i2c_xfer_messages(struct i2c_adapter *adap, struct i2c_msg *msgs, int num, bool atomic) meson_i2c_xfer_messages() argument
|
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | act_ife.c | 295 __add_metainfo(const struct tcf_meta_ops *ops, struct tcf_ife_info *ife, u32 metaid, void *metaval, int len, bool atomic, bool exists) __add_metainfo() argument
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
| H A D | rdma_user_rxe.h | 74 } atomic; member
|