Home
last modified time | relevance | path

Searched refs:sync (Results 1251 - 1275 of 1899) sorted by relevance

1...<<51525354555657585960>>...76

/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_vm.c174 * Returns the fence we need to sync to (if any).
704 radeon_sync_resv(rdev, &ib.sync, pd->tbo.base.resv, true); in radeon_vm_update_page_directory()
833 radeon_sync_resv(rdev, &ib->sync, pt->tbo.base.resv, true); in radeon_vm_update_ptes()
1008 radeon_sync_fence(&ib.sync, vm->ids[i].last_id_use); in radeon_vm_bo_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c592 NV_PRINTK(err, cli, "fail post-validate sync\n"); in validate_list()
755 bool do_reloc = false, sync = false; in nouveau_gem_ioctl_pushbuf() local
775 sync = req->vram_available & NOUVEAU_GEM_PUSHBUF_SYNC; in nouveau_gem_ioctl_pushbuf()
924 if (sync) { in nouveau_gem_ioctl_pushbuf()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dsysfs.c834 bool sync = strtoul_or_return(buf); in SHOW_LOCKED() local
836 if (sync != CACHE_SYNC(&c->cache->sb)) { in SHOW_LOCKED()
837 SET_CACHE_SYNC(&c->cache->sb, sync); in SHOW_LOCKED()
/third_party/node/lib/internal/streams/
H A Dreadable.js130 sync: makeBitMapDescriptor(kSync),
357 if (state.flowing && state.length === 0 && !state.sync &&
506 // designed to be sync/async agnostic.
507 // Take note if the _read call is sync or async (ie, if the read call
600 if (state.sync) {
601 // If we are sync, wait until next tick to emit the data.
610 // in the ecosystem (e.g. dicer) rely on this event being sync.
615 // Don't emit readable right away in sync mode, because this can trigger
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js1832 else if (!sync) {
1837 let sync = true;
1839 sync = false;
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1801 else if (!sync) {
1806 let sync = true;
1808 sync = false;
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c2443 __u32 sync; in f2fs_ioc_gc() local
2449 if (get_user(sync, (__u32 __user *)arg)) in f2fs_ioc_gc()
2459 if (!sync) { in f2fs_ioc_gc()
2468 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2469 gc_control.err_gc_skipped = sync; in f2fs_ioc_gc()
2481 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
2484 .err_gc_skipped = range->sync, in __f2fs_ioc_gc_range()
2504 if (!range->sync) { in __f2fs_ioc_gc_range()
4905 u32 sync; member
4919 err = get_user(range.sync, in f2fs_compat_ioc_gc_range()
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc316 __ sync(); \
321 __ sync(); \
323 __ sync(); \
330 __ sync(); \
337 __ sync(); \
354 __ sync(); \
365 __ sync(); \
371 __ sync(); \
378 __ sync(); \
395 __ sync(); \
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Ddd.c199 /* sync with probes to avoid races. */ in device_block_probing()
608 if (dev->pm_domain && dev->pm_domain->sync) in really_probe()
609 dev->pm_domain->sync(dev); in really_probe()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dentry_64.S863 sync /* disable interrupts so SRR0/1 */
886 sync
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7724/
H A Dsetup.c163 .sync = 0, /* hsync and vsync are active low */
178 .sync = 0, /* hsync and vsync are active low */
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dezx.c79 .sync = 0,
100 .sync = 0,
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-kona.c214 static bool __ccu_policy_engine_start(struct ccu_data *ccu, bool sync) in __ccu_policy_engine_start() argument
253 if (sync) in __ccu_policy_engine_start()
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7724/
H A Dsetup.c163 .sync = 0, /* hsync and vsync are active low */
178 .sync = 0, /* hsync and vsync are active low */
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c138 * Digit output produces some sync lost interrupts during the in omap_crtc_set_enabled()
382 if (dssdrv->sync) in omap_crtc_manual_display_update()
383 dssdrv->sync(dssdev); in omap_crtc_manual_display_update()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe.h225 struct u64_stats_sync sync; member
267 struct u64_stats_sync sync; member
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dwanxl.c361 if (copy_to_user(ifr->ifr_settings.ifs_ifsu.sync, &line, size)) in wanxl_ioctl()
371 if (copy_from_user(&line, ifr->ifr_settings.ifs_ifsu.sync, in wanxl_ioctl()
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c154 if (mt->sync & FB_SYNC_HOR_HIGH_ACT) in matroxfb_dh_restore()
156 if (mt->sync & FB_SYNC_VERT_HIGH_ACT) in matroxfb_dh_restore()
595 96L,2,0, /* no sync info */
/kernel/linux/linux-5.10/fs/f2fs/
H A Dinode.c21 void f2fs_mark_inode_dirty_sync(struct inode *inode, bool sync) in f2fs_mark_inode_dirty_sync() argument
29 if (f2fs_inode_dirtied(inode, sync)) in f2fs_mark_inode_dirty_sync()
/kernel/linux/linux-5.10/fs/cachefiles/
H A Drdwr.c21 int sync, void *_key) in cachefiles_read_waiter()
33 monitor->netfs_page->index, mode, sync, in cachefiles_read_waiter()
20 cachefiles_read_waiter(wait_queue_entry_t *wait, unsigned mode, int sync, void *_key) cachefiles_read_waiter() argument
/kernel/linux/linux-5.10/kernel/sched/
H A Dcputime.c40 u64_stats_update_begin(&irqtime->sync); in irqtime_account_delta()
44 u64_stats_update_end(&irqtime->sync); in irqtime_account_delta()
/kernel/linux/linux-5.10/net/llc/
H A Dllc_conn.c933 void llc_sk_stop_all_timers(struct sock *sk, bool sync) in llc_sk_stop_all_timers() argument
937 if (sync) { in llc_sk_stop_all_timers()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_cs.c261 r = radeon_sync_resv(p->rdev, &p->ib.sync, resv, in radeon_cs_sync_rings()
481 DRM_ERROR("Failed to sync rings: %i\n", r); in radeon_cs_ib_chunk()
537 radeon_sync_fence(&p->ib.sync, bo_va->last_pt_update); in radeon_bo_vm_update_pte()
579 DRM_ERROR("Failed to sync rings: %i\n", r); in radeon_cs_ib_vm_chunk()
/kernel/linux/linux-6.6/drivers/base/
H A Ddd.c206 /* sync with probes to avoid races. */ in device_block_probing()
705 if (dev->pm_domain && dev->pm_domain->sync) in really_probe()
706 dev->pm_domain->sync(dev); in really_probe()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.c954 int sync = tp->t_flags & XFS_TRANS_SYNC; in __xfs_trans_commit() local
1020 if (sync) { in __xfs_trans_commit()

Completed in 37 milliseconds

1...<<51525354555657585960>>...76