/third_party/ntfs-3g/libntfs-3g/ |
H A D | volume.c | 207 if (dev->d_ops->sync(dev)) in __ntfs_volume_release()
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 1636 Format(instr, "sync"); in DecodeTypeRegisterSPECIAL()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 749 pub fn sync(); in sync() functions
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.h | 352 void setDeletedFenceSync(GLsync sync); 376 // Fence sync objects created during MEC setup 378 // Fence sync regen calls will create a fence sync objects 380 // Fence syncs to regen are a list of starting fence sync objects that were deleted and need to
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstMIPS32.cpp | 1111 Asm->sync(); in emitIAS()
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 14 # Keep the following in sync with the version - see common/unicode/uvernum.h
|
/third_party/rust/crates/regex/src/ |
H A D | compile.rs | 5 use std::sync::Arc;
|
H A D | exec.rs | 4 use std::sync::Arc;
|
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 160 use rustc_data_structures::sync::Lrc;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cik.c | 3649 * @resv: reservation object to sync to 3661 struct radeon_sync sync; in cik_copy_cpdma() local 3668 radeon_sync_create(&sync); in cik_copy_cpdma() 3675 radeon_sync_free(rdev, &sync, NULL); in cik_copy_cpdma() 3679 radeon_sync_resv(rdev, &sync, resv, false); in cik_copy_cpdma() 3680 radeon_sync_rings(rdev, &sync, ring->idx); in cik_copy_cpdma() 3704 radeon_sync_free(rdev, &sync, NULL); in cik_copy_cpdma() 3709 radeon_sync_free(rdev, &sync, fence); in cik_copy_cpdma() 5756 /* sync PFP to ME, otherwise we might get invalid PFP reads */ in cik_vm_flush()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4proc.c | 9658 int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync) in nfs4_proc_layoutreturn() argument 9681 if (!sync) { in nfs4_proc_layoutreturn() 9697 if (sync) in nfs4_proc_layoutreturn() 9809 nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync) in nfs4_proc_layoutcommit() argument 9827 dprintk("NFS: initiating layoutcommit call. sync %d " in nfs4_proc_layoutcommit() 9828 "lbw: %llu inode %lu\n", sync, in nfs4_proc_layoutcommit() 9832 if (!sync) { in nfs4_proc_layoutcommit() 9844 if (sync) in nfs4_proc_layoutcommit()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4proc.c | 9863 int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync) in nfs4_proc_layoutreturn() argument 9886 if (!sync) { in nfs4_proc_layoutreturn() 9902 if (sync) in nfs4_proc_layoutreturn() 10016 nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync) in nfs4_proc_layoutcommit() argument 10035 dprintk("NFS: initiating layoutcommit call. sync %d " in nfs4_proc_layoutcommit() 10036 "lbw: %llu inode %lu\n", sync, in nfs4_proc_layoutcommit() 10040 if (!sync) { in nfs4_proc_layoutcommit() 10052 if (sync) in nfs4_proc_layoutcommit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | cik.c | 3639 * @resv: reservation object to sync to 3651 struct radeon_sync sync; in cik_copy_cpdma() local 3658 radeon_sync_create(&sync); in cik_copy_cpdma() 3665 radeon_sync_free(rdev, &sync, NULL); in cik_copy_cpdma() 3669 radeon_sync_resv(rdev, &sync, resv, false); in cik_copy_cpdma() 3670 radeon_sync_rings(rdev, &sync, ring->idx); in cik_copy_cpdma() 3694 radeon_sync_free(rdev, &sync, NULL); in cik_copy_cpdma() 3699 radeon_sync_free(rdev, &sync, fence); in cik_copy_cpdma() 5745 /* sync PFP to ME, otherwise we might get invalid PFP reads */ in cik_vm_flush()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 615 bool sync) in binder_wakeup_poll_threads_ilocked() 624 if (sync) in binder_wakeup_poll_threads_ilocked() 664 * @sync: whether to do a synchronous wake-up 678 bool sync) in binder_wakeup_thread_ilocked() 683 if (sync) in binder_wakeup_thread_ilocked() 703 binder_wakeup_poll_threads_ilocked(proc, sync); in binder_wakeup_thread_ilocked() 710 binder_wakeup_thread_ilocked(proc, thread, /* sync = */false); in binder_wakeup_proc_ilocked() 2793 * the sync transaction was rejected 2854 binder_wakeup_thread_ilocked(proc, thread, !oneway /* sync */); in binder_proc_transaction() 6753 /* sync binde in print_binder_transaction_brief() 614 binder_wakeup_poll_threads_ilocked(struct binder_proc *proc, bool sync) binder_wakeup_poll_threads_ilocked() argument 676 binder_wakeup_thread_ilocked(struct binder_proc *proc, struct binder_thread *thread, bool sync) binder_wakeup_thread_ilocked() argument [all...] |
/third_party/node/deps/undici/ |
H A D | undici.js | 4032 part._readableState.sync = false; 9343 function resume(client, sync) { 9348 _resume(client, sync); 9357 function _resume(client, sync) { 9394 if (sync) {
|
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 796 * Batch local counters to keep them in sync with in __mod_memcg_state() 933 * Batch local counters to keep them in sync with in __count_memcg_events() 1913 unsigned mode, int sync, void *arg) in memcg_oom_wake_function() 1925 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function() 4617 * Keep in sync with memcg_exact_page(). 4856 int sync, void *key) in memcg_event_wake() 1912 memcg_oom_wake_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *arg) memcg_oom_wake_function() argument 4855 memcg_event_wake(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) memcg_event_wake() argument
|
H A D | shmem.c | 1384 * Our capabilities prevent regular writeback or sync from ever calling in shmem_writepage() 1388 * threads or sync. in shmem_writepage() 2036 static int synchronous_wake_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in synchronous_wake_function() argument 2038 int ret = default_wake_function(wait, mode, sync, key); in synchronous_wake_function()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 1163 dpolicy->sync = true; in __init_discard_policy() 1176 dpolicy->sync = false; in __init_discard_policy() 1252 blk_opf_t flag = dpolicy->sync ? REQ_SYNC : 0; in __submit_discard_cmd()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 156 BFQ_BFQQ_FNS(sync); variable 164 /* Expiration time of async (0) and sync (1) requests, in ns. */ 183 * When a sync request is dispatched, the queue that contains that 189 * w.r.t. to sync I/O, and it is done to counter the tendency of async 676 * Async I/O can easily starve sync I/O (both sync reads and sync 677 * writes), by consuming all tags. Similarly, storms of sync writes, 678 * such as those that sync(2) may trigger, can starve sync read 2385 const int sync = rq_is_sync(rq); bfq_remove_request() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 594 * will let stats be out of sync by atmost (MEMCG_CHARGE_BATCH * nr_cpus) but 1922 unsigned mode, int sync, void *arg) in memcg_oom_wake_function() 1934 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function() 4837 int sync, void *key) in memcg_event_wake() 1921 memcg_oom_wake_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *arg) memcg_oom_wake_function() argument 4836 memcg_event_wake(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) memcg_event_wake() argument
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-scsi.c | 4354 void ata_scsi_scan_host(struct ata_port *ap, int sync) in ata_scsi_scan_host() argument 4402 if (sync) { in ata_scsi_scan_host()
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1563 char sync; in setup_trace_fixture() local 1583 read(pipefd[0], &sync, 1); in setup_trace_fixture() 2912 TH_LOG("Expected the remaining sibling to sync"); in TEST_F() 3002 TH_LOG("Failed to read() sync from parent"); in TEST() 3005 TH_LOG("Failed to get sync data from read()"); in TEST() 3015 /* Read final sync from parent. */ in TEST()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 112 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() argument 120 } else if (sync) { in fuse_file_put() 1965 * ->writepages() should be called for sync() and friends. We in fuse_writepage() 2361 * - sync(2) 3211 * In such case the aio will behave exactly like sync io. in fuse_direct_IO()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | workqueue.c | 605 * queued anywhere after initialization until it is sync canceled. pwq is 3087 static int cwt_wakefn(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn() argument 3093 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn() 3797 /* sync @pwq with the current state of its associated wq and link it */ 3811 /* sync max_active to the current setting */ in link_pwq()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-scsi.c | 4450 void ata_scsi_scan_host(struct ata_port *ap, int sync) in ata_scsi_scan_host() argument 4498 if (sync) { in ata_scsi_scan_host()
|