| /linux/kernel/ |
| H A D | async.c | 278 * 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/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_userq_fence.h | 35 * This lock is necessary to synchronize the 52 * This lock is necesaary to synchronize the access
|
| /linux/rust/kernel/irq/ |
| H A D | request.rs | 219 pub fn synchronize(&self) { in new() 437 pub fn synchronize(&self) { in new() 67 fn synchronize(&self) { synchronize() method 253 pub fn synchronize(&self, dev: &Device<Bound>) -> Result { synchronize() method 474 pub fn synchronize(&self, dev: &Device<Bound>) -> Result { synchronize() method
|
| /linux/rust/kernel/sync/ |
| H A D | srcu.rs | 83 pub fn synchronize(&self) { in synchronize() method 90 /// This requests a lower-latency grace period than [`Srcu::synchronize`] typically 91 /// at the cost of higher system-wide overhead. Prefer [`Srcu::synchronize`] by default
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.h | 64 /* mutex to synchronize virtqueue state */ 76 /* spinlock to synchronize iommu table */
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A 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,
|
| /linux/drivers/soc/qcom/ |
| H A D | rpmh-internal.h | 76 * @cache_lock: synchronize access to the cache data 112 * @lock: Synchronize state of the controller. If RPMH's cache
|
| /linux/fs/sysfs/ |
| H A 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()
|
| /linux/Documentation/driver-api/dmaengine/ |
| H A D | client.rst | 378 5. Synchronize termination API 384 Synchronize the termination of the DMA channel to the current context. 386 This function should be used after dmaengine_terminate_async() to synchronize
|
| /linux/drivers/net/fddi/ |
| H A D | defza.c | 227 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() 1062 readw_o(&fp->regs->reset); /* Synchronize. */ in fza_reset_timer() 1072 readw_o(&fp->regs->int_mask); /* Synchronize. */ in fza_reset_timer() 1133 readw_o(&fp->regs->int_mask); /* Synchronize. */ in fza_start_xmit() [all …]
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-fsl-mc | 7 synchronize the objects under fsl-mc bus and the
|
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 305 * __hw_addr_sync_dev - Synchronize device's multicast list 306 * @list: address list to synchronize 357 * __hw_addr_ref_sync_dev - Synchronize device's multicast address list taking 359 * @list: address list to synchronize 852 * dev_uc_sync - Synchronize device's unicast list to another device 881 * dev_uc_sync_multiple - Synchronize device's unicast list to another 1076 * dev_mc_sync - Synchronize device's multicast list to another device 1104 * dev_mc_sync_multiple - Synchronize device's multicast list to another
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_irq.c | 83 * and synchronize the IRQ, and then clean up the rings. 87 /* Disable interrupt and synchronize the IRQ */ in fbnic_fw_disable_mbx() 198 /* Synchronize IRQ to prevent race that would unmask vector */ in fbnic_mac_free_irq()
|
| /linux/drivers/misc/mei/ |
| H A D | hw-txe-regs.h | 126 * to synchronize with host about IPC interface state. 207 * to synchronize with SeC about IPC interface state.
|
| /linux/Documentation/core-api/ |
| H A D | local_ops.rst | 31 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/drivers/ptp/ |
| H A D | Kconfig | 16 synchronize distributed clocks over Ethernet networks. The 239 stack to synchronize the system clock to its ToD information
|
| /linux/drivers/hv/ |
| H A D | hv_utils_transport.h | 34 struct completion release; /* synchronize with fd release */
|
| /linux/include/linux/ |
| H A D | sched_clock.h | 24 * with the seqcount used to synchronize access, comfortably fits into
|
| /linux/arch/sparc/kernel/ |
| H A D | dtlb_prot.S | 20 membar #Sync ! Synchronize stores
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_timer.c | 36 dev_err(&GET_DEV(accel_dev), "Failed to synchronize qat timer\n"); in work_handler()
|
| /linux/arch/parisc/kernel/ |
| H A D | hpmc.S | 22 * 1) On MP systems we need to synchronize processors 112 /* MP_FIXME: synchronize all processors. */
|
| /linux/fs/ubifs/ |
| H A D | misc.h | 121 * ubifs_wbuf_sync - synchronize write-buffer. 122 * @wbuf: write-buffer to synchronize
|
| /linux/tools/testing/selftests/livepatch/test_modules/ |
| H A D | test_klp_callbacks_busy.c | 43 * To synchronize kernel messages, hold the init function from in test_klp_callbacks_busy_init()
|
| /linux/drivers/nvdimm/ |
| H A D | virtio_pmem.h | 65 /* Synchronize virtqueue data */
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_omap.c | 302 /* Port locked to synchronize UART_IER access against the console. */ in omap8250_restore_regs() 537 /* Synchronize UART_IER access against the console. */ in omap_8250_pm() 684 /* Synchronize UART_IER access against the console. */ in omap8250_irq() 746 /* Synchronize UART_IER access against the console. */ in omap_8250_startup() 783 /* Synchronize UART_IER access against the console. */ in omap_8250_shutdown() 820 /* Synchronize UART_IER access against the console. */ in omap_8250_unthrottle() 967 /* Synchronize UART_IER access against the console. */ in __dma_rx_complete() 1022 /* Port locked to synchronize UART_IER access against the console. */ in omap_8250_rx_dma() 1263 /* Port locked to synchronize UART_IER access against the console. */ in am654_8250_handle_rx_dma()
|