Searched full:synchronize (Results 1 – 25 of 1242) sorted by relevance
12345678910>>...50
| /kernel/linux/linux-6.6/fs/smb/server/ |
| D | smb_common.h | 108 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro 109 /* synchronize with the completion */ 124 | WRITE_OWNER | SYNCHRONIZE) 130 | WRITE_OWNER | SYNCHRONIZE) 135 | WRITE_OWNER | SYNCHRONIZE) 138 | READ_CONTROL | SYNCHRONIZE) 143 FILE_READ_EA | SYNCHRONIZE) 147 FILE_APPEND_DATA | SYNCHRONIZE) 150 FILE_READ_ATTRIBUTES | SYNCHRONIZE) 153 WRITE_OWNER | SYNCHRONIZE | FILE_READ_DATA | \
|
| /kernel/linux/linux-6.6/kernel/ |
| D | async.c | 276 * async_synchronize_full - synchronize all asynchronous function calls 287 * async_synchronize_full_domain - synchronize all asynchronous function within a certain domain 288 * @domain: the domain to synchronize 300 …* async_synchronize_cookie_domain - synchronize asynchronous function calls within a certain domai… 302 * @domain: the domain to synchronize (%NULL for all registered domains) 323 * async_synchronize_cookie - synchronize asynchronous function calls with cookie checkpointing
|
| /kernel/linux/linux-5.10/kernel/ |
| D | async.c | 276 * async_synchronize_full - synchronize all asynchronous function calls 305 * async_synchronize_full_domain - synchronize all asynchronous function within a certain domain 306 * @domain: the domain to synchronize 318 …* async_synchronize_cookie_domain - synchronize asynchronous function calls within a certain domai… 320 * @domain: the domain to synchronize (%NULL for all registered domains) 349 * async_synchronize_cookie - synchronize asynchronous function calls with cookie checkpointing
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
| D | spi-sprd-adi.txt | 26 Then we need one hardware spinlock to synchronize between the multiple subsystems. 29 subsystem accessing, that means no need to add hardware spinlock to synchronize,
|
| /kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/ |
| D | vdpa_sim.h | 64 /* mutex to synchronize virtqueue state */ 76 /* spinlock to synchronize iommu table */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/ |
| D | sprd,spi-adi.yaml | 38 Then we need one hardware spinlock to synchronize between the multiple subsystems. 41 subsystem accessing, that means no need to add hardware spinlock to synchronize,
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | mmu.rst | 273 The guest uses two events to synchronize its tlb and page tables: tlb flushes 276 A tlb flush means that we need to synchronize all sptes reachable from the 278 protected, and synchronize sptes to gptes when a gpte is written. 284 We synchronize modified gptes when the guest invokes invlpg. This reduces 361 - synchronize newly reachable shadow pages 367 - synchronize newly reachable shadow pages
|
| /kernel/linux/linux-6.6/Documentation/virt/kvm/x86/ |
| D | mmu.rst | 274 The guest uses two events to synchronize its tlb and page tables: tlb flushes 277 A tlb flush means that we need to synchronize all sptes reachable from the 279 protected, and synchronize sptes to gptes when a gpte is written. 285 We synchronize modified gptes when the guest invokes invlpg. This reduces 362 - synchronize newly reachable shadow pages 368 - synchronize newly reachable shadow pages
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | memory-hotplug.rst | 92 - synchronize against online/offline requests (e.g. via sysfs). This way, memory 96 - synchronize against CPU hotplug and similar (e.g. relevant for ACPI and PPC)
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | memory-hotplug.rst | 95 - 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)
|
| /kernel/linux/linux-5.10/drivers/soc/qcom/ |
| D | rpmh-internal.h | 78 * @cache_lock: synchronize access to the cache data 107 * @lock: Synchronize state of the controller. If RPMH's cache
|
| /kernel/linux/linux-6.6/drivers/soc/qcom/ |
| D | rpmh-internal.h | 76 * @cache_lock: synchronize access to the cache data 112 * @lock: Synchronize state of the controller. If RPMH's cache
|
| /kernel/linux/linux-6.6/fs/sysfs/ |
| D | symlink.c | 31 * 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()
|
| /kernel/linux/linux-5.10/fs/sysfs/ |
| D | symlink.c | 31 * 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()
|
| /kernel/linux/linux-6.6/Documentation/trace/rv/ |
| D | da_monitor_instrumentation.rst | 79 preempt_enable event will be used to synchronize the system to the model. 88 preempt_enable execution. Hence, it can be used to synchronize the
|
| /kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
| D | sigreturn.S | 14 * The SWID of syscall should be __NR_rt_sigreturn to synchronize
|
| /kernel/linux/linux-6.6/Documentation/driver-api/dmaengine/ |
| D | client.rst | 360 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
|
| /kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/ |
| D | client.rst | 358 5. Synchronize termination API 364 Synchronize the termination of the DMA channel to the current context. 366 This function should be used after dmaengine_terminate_async() to synchronize
|
| /kernel/linux/linux-5.10/net/core/ |
| D | dev_addr_lists.c | 277 * __hw_addr_ref_sync_dev - Synchronize device's multicast address list taking 279 * @list: address list to synchronize 621 * dev_uc_sync - Synchronize device's unicast list to another device 650 * dev_uc_sync_multiple - Synchronize device's unicast list to another 852 * dev_mc_sync - Synchronize device's multicast list to another device 880 * dev_mc_sync_multiple - Synchronize device's multicast list to another
|
| /kernel/linux/linux-6.6/drivers/ptp/ |
| D | Kconfig | 16 synchronize distributed clocks over Ethernet networks. The 208 stack to synchronize the system clock to its ToD information
|
| /kernel/linux/linux-6.6/Documentation/ABI/stable/ |
| D | sysfs-bus-fsl-mc | 7 synchronize the objects under fsl-mc bus and the
|
| /kernel/linux/linux-5.10/drivers/dma/ |
| D | virt-dma.h | 203 * vchan_synchronize() - synchronize callback execution to the current context 204 * @vc: virtual channel to synchronize
|
| /kernel/linux/linux-6.6/drivers/dma/ |
| D | virt-dma.h | 203 * vchan_synchronize() - synchronize callback execution to the current context 204 * @vc: virtual channel to synchronize
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
| D | sun8i_tcon_top.h | 33 * spinlock is used to synchronize access to same
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
| D | sun8i_tcon_top.h | 33 * spinlock is used to synchronize access to same
|
12345678910>>...50