Home
last modified time | relevance | path

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

12345678910>>...29

/linux-6.14.4/fs/smb/server/
Dsmb_common.h108 #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 | \
/linux-6.14.4/drivers/vfio/pci/virtio/
Dcommon.h59 /* synchronize access to the file state */
70 /* synchronize access to the lists */
83 /* synchronize access to the virtual buf */
/linux-6.14.4/kernel/
Dasync.c278 * async_synchronize_full - synchronize all asynchronous function calls
289 * async_synchronize_full_domain - synchronize all asynchronous function within a certain domain
290 * @domain: the domain to synchronize
302 …* async_synchronize_cookie_domain - synchronize asynchronous function calls within a certain domai…
304 * @domain: the domain to synchronize (%NULL for all registered domains)
325 * async_synchronize_cookie - synchronize asynchronous function calls with cookie checkpointing
/linux-6.14.4/drivers/vdpa/vdpa_sim/
Dvdpa_sim.h64 /* mutex to synchronize virtqueue state */
76 /* spinlock to synchronize iommu table */
/linux-6.14.4/Documentation/devicetree/bindings/spi/
Dsprd,spi-adi.yaml38 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,
/linux-6.14.4/net/core/
Ddev_addr_lists.c303 * __hw_addr_sync_dev - Synchronize device's multicast list
304 * @list: address list to synchronize
355 * __hw_addr_ref_sync_dev - Synchronize device's multicast address list taking
357 * @list: address list to synchronize
722 * dev_uc_sync - Synchronize device's unicast list to another device
751 * dev_uc_sync_multiple - Synchronize device's unicast list to another
946 * dev_mc_sync - Synchronize device's multicast list to another device
974 * dev_mc_sync_multiple - Synchronize device's multicast list to another
/linux-6.14.4/Documentation/core-api/
Dmemory-hotplug.rst92 - 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)
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-6.14.4/Documentation/virt/kvm/x86/
Dmmu.rst299 The guest uses two events to synchronize its tlb and page tables: tlb flushes
302 A tlb flush means that we need to synchronize all sptes reachable from the
304 protected, and synchronize sptes to gptes when a gpte is written.
310 We synchronize modified gptes when the guest invokes invlpg. This reduces
387 - synchronize newly reachable shadow pages
393 - synchronize newly reachable shadow pages
/linux-6.14.4/drivers/soc/qcom/
Drpmh-internal.h76 * @cache_lock: synchronize access to the cache data
112 * @lock: Synchronize state of the controller. If RPMH's cache
/linux-6.14.4/Documentation/trace/rv/
Dda_monitor_instrumentation.rst79 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
/linux-6.14.4/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-6.14.4/Documentation/driver-api/dmaengine/
Dclient.rst369 5. Synchronize termination API
375 Synchronize the termination of the DMA channel to the current context.
377 This function should be used after dmaengine_terminate_async() to synchronize
/linux-6.14.4/Documentation/ABI/stable/
Dsysfs-bus-fsl-mc7 synchronize the objects under fsl-mc bus and the
/linux-6.14.4/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-6.14.4/drivers/dma/
Dvirt-dma.h213 * vchan_synchronize() - synchronize callback execution to the current context
214 * @vc: virtual channel to synchronize
/linux-6.14.4/drivers/tty/serial/8250/
D8250_port.c559 /* Port locked to synchronize UART_IER access against the console. */ in serial8250_em485_init()
693 /* Synchronize UART_IER access against the console. */ in serial8250_set_sleep()
988 /* Port locked to synchronize UART_IER access against the console. */ in autoconfig_16550a()
1174 * Synchronize UART_IER access against the console. in autoconfig()
1344 /* Synchronize UART_IER access against the console. */ in autoconfig_irq()
1359 /* Synchronize UART_IER access against the console. */ in autoconfig_irq()
1372 /* Synchronize UART_IER access against the console. */ in autoconfig_irq()
1387 /* Port locked to synchronize UART_IER access against the console. */ in serial8250_stop_rx()
1409 /* Port locked to synchronize UART_IER access against the console. */ in serial8250_em485_stop_tx()
1463 /* Port locked to synchronize UART_IER access against the console. */ in __stop_tx_rs485()
[all …]
/linux-6.14.4/drivers/gpu/drm/sun4i/
Dsun8i_tcon_top.h33 * spinlock is used to synchronize access to same
/linux-6.14.4/drivers/ptp/
DKconfig16 synchronize distributed clocks over Ethernet networks. The
238 stack to synchronize the system clock to its ToD information
/linux-6.14.4/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-6.14.4/include/net/libeth/
Drx.h116 * libeth_rx_sync_for_cpu - synchronize or recycle buffer post DMA
121 * synchronize DMA for CPU, but in case of no data it will be immediately
/linux-6.14.4/drivers/nvdimm/
Dvirtio_pmem.h45 /* Synchronize virtqueue data */
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_adapter.h24 /* To synchronize the ports list operations */
/linux-6.14.4/drivers/hv/
Dhv_utils_transport.h34 struct completion release; /* synchronize with fd release */
/linux-6.14.4/include/linux/
Dsched_clock.h24 * with the seqcount used to synchronize access, comfortably fits into

12345678910>>...29