Home
last modified time | relevance | path

Searched full:synchronize (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/Linux-v5.15/fs/ksmbd/
Dsmb_common.h150 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro
151 /* synchronize with the completion */
171 | WRITE_OWNER | SYNCHRONIZE)
177 | WRITE_OWNER | SYNCHRONIZE)
182 | WRITE_OWNER | SYNCHRONIZE)
185 | READ_CONTROL | SYNCHRONIZE)
190 FILE_READ_EA | SYNCHRONIZE)
194 FILE_APPEND_DATA | SYNCHRONIZE)
197 FILE_READ_ATTRIBUTES | SYNCHRONIZE)
200 WRITE_OWNER | SYNCHRONIZE | FILE_READ_DATA | \
/Linux-v5.15/kernel/
Dasync.c238 * async_synchronize_full - synchronize all asynchronous function calls
249 * async_synchronize_full_domain - synchronize all asynchronous function within a certain domain
250 * @domain: the domain to synchronize
262 …* async_synchronize_cookie_domain - synchronize asynchronous function calls within a certain domai…
264 * @domain: the domain to synchronize (%NULL for all registered domains)
285 * async_synchronize_cookie - synchronize asynchronous function calls with cookie checkpointing
/Linux-v5.15/drivers/vdpa/vdpa_sim/
Dvdpa_sim.h56 /* spinlock to synchronize virtqueue state */
66 /* spinlock to synchronize iommu table */
/Linux-v5.15/Documentation/devicetree/bindings/spi/
Dsprd,spi-adi.yaml39 Then we need one hardware spinlock to synchronize between the multiple subsystems.
42 subsystem accessing, that means no need to add hardware spinlock to synchronize,
/Linux-v5.15/Documentation/virt/kvm/
Dmmu.rst270 The guest uses two events to synchronize its tlb and page tables: tlb flushes
273 A tlb flush means that we need to synchronize all sptes reachable from the
275 protected, and synchronize sptes to gptes when a gpte is written.
281 We synchronize modified gptes when the guest invokes invlpg. This reduces
358 - synchronize newly reachable shadow pages
364 - synchronize newly reachable shadow pages
/Linux-v5.15/drivers/soc/qcom/
Drpmh-internal.h78 * @cache_lock: synchronize access to the cache data
107 * @lock: Synchronize state of the controller. If RPMH's cache
/Linux-v5.15/Documentation/core-api/
Dmemory-hotplug.rst95 - synchronize against online/offline requests (e.g. via sysfs). This way, memory
99 - synchronize against CPU hotplug and similar (e.g. relevant for ACPI and PPC)
Dlocal_ops.rst31 removing the LOCK prefix and memory barriers normally required to synchronize
128 If you want to use a remote local_read to synchronize access to a resource
/Linux-v5.15/fs/sysfs/
Dsymlink.c31 * Synchronize using sysfs_symlink_target_lock. See in sysfs_do_create_link_sd()
128 * Synchronize using sysfs_symlink_target_lock. See in sysfs_delete_link()
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gpu_devfreq.c158 * Hold devfreq lock to synchronize with get_dev_status()/ in msm_devfreq_active()
196 * Hold devfreq lock to synchronize with get_dev_status()/ in msm_devfreq_idle()
/Linux-v5.15/arch/nds32/kernel/vdso/
Dsigreturn.S14 * The SWID of syscall should be __NR_rt_sigreturn to synchronize
/Linux-v5.15/Documentation/driver-api/dmaengine/
Dclient.rst360 5. Synchronize termination API
366 Synchronize the termination of the DMA channel to the current context.
368 This function should be used after dmaengine_terminate_async() to synchronize
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-bus-fsl-mc7 synchronize the objects under fsl-mc bus and the
/Linux-v5.15/net/core/
Ddev_addr_lists.c348 * __hw_addr_ref_sync_dev - Synchronize device's multicast address list taking
350 * @list: address list to synchronize
686 * dev_uc_sync - Synchronize device's unicast list to another device
715 * dev_uc_sync_multiple - Synchronize device's unicast list to another
910 * dev_mc_sync - Synchronize device's multicast list to another device
938 * dev_mc_sync_multiple - Synchronize device's multicast list to another
/Linux-v5.15/drivers/dma/
Dvirt-dma.h203 * vchan_synchronize() - synchronize callback execution to the current context
204 * @vc: virtual channel to synchronize
/Linux-v5.15/drivers/net/fddi/
Ddefza.c227 readw_o(&fp->regs->reset); /* Synchronize. */ in fza_do_reset()
233 readw_o(&fp->regs->int_mask); /* Synchronize. */ in fza_do_reset()
243 readw_o(&fp->regs->reset); /* Synchronize. */ in fza_do_shutdown()
245 readw_o(&fp->regs->reset); /* Synchronize. */ in fza_do_shutdown()
298 readw_o(&fp->regs->int_mask); /* Synchronize. */ in fza_cmd_send()
622 readw_o(&fp->regs->control_a); /* Synchronize. */ in fza_rx_err()
640 readw_o(&fp->regs->control_a); /* Synchronize. */ in fza_rx_err()
1055 readw_o(&fp->regs->reset); /* Synchronize. */ in fza_reset_timer()
1065 readw_o(&fp->regs->int_mask); /* Synchronize. */ in fza_reset_timer()
1125 readw_o(&fp->regs->int_mask); /* Synchronize. */ in fza_start_xmit()
[all …]
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun8i_tcon_top.h33 * spinlock is used to synchronize access to same
/Linux-v5.15/drivers/nvdimm/
Dvirtio_pmem.h45 /* Synchronize virtqueue data */
/Linux-v5.15/drivers/misc/mei/
Dhw-txe-regs.h126 * to synchronize with host about IPC interface state.
207 * to synchronize with SeC about IPC interface state.
/Linux-v5.15/drivers/vfio/mdev/
Dmdev_private.h23 /* Synchronize device creation/removal with parent unregistration */
/Linux-v5.15/include/linux/
Dsched_clock.h22 * with the seqcount used to synchronize access, comfortably fits into
/Linux-v5.15/drivers/hv/
Dhv_utils_transport.h34 struct completion release; /* synchronize with fd release */
/Linux-v5.15/drivers/staging/media/tegra-video/
Dvi.h123 * @frame_start_sp: host1x syncpoint pointer to synchronize programmed capture
126 * @mw_ack_sp: host1x syncpoint pointer to synchronize programmed memory write
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dwm8960.txt16 When wm8960 works on synchronize mode and DACLRC pin is used to supply
/Linux-v5.15/arch/sparc/kernel/
Ddtlb_prot.S20 membar #Sync ! Synchronize stores

12345678910>>...24