/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 43 use std::sync::Arc; 1499 // Transition table and set of states and map should all be in sync. in add_state() 1892 use std::sync::Arc;
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zram_drv.c | 780 unsigned long entry, struct bio *parent, bool sync) in read_from_bdev() 783 if (sync) in read_from_bdev() 791 unsigned long entry, struct bio *parent, bool sync) in read_from_bdev() 779 read_from_bdev(struct zram *zram, struct bio_vec *bvec, unsigned long entry, struct bio *parent, bool sync) read_from_bdev() argument 790 read_from_bdev(struct zram *zram, struct bio_vec *bvec, unsigned long entry, struct bio *parent, bool sync) read_from_bdev() argument
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | via-pmu.c | 199 static int pmu_send_request(struct adb_request *req, int sync); 984 static int pmu_send_request(struct adb_request *req, int sync) in pmu_send_request() argument 1055 if (sync) in pmu_send_request()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 213 int sync, int status) in __arm_smmu_tlb_sync() 219 return smmu->impl->tlb_sync(smmu, page, sync, status); in __arm_smmu_tlb_sync() 221 arm_smmu_writel(smmu, page, sync, QCOM_DUMMY_VAL); in __arm_smmu_tlb_sync() 232 "TLB sync timed out -- SMMU may be deadlocked\n"); in __arm_smmu_tlb_sync() 384 * of the sync as possible is significant, hence we don't just make this a 212 __arm_smmu_tlb_sync(struct arm_smmu_device *smmu, int page, int sync, int status) __arm_smmu_tlb_sync() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 586 .metadata.sync = 0, in iwl_mvm_sync_nssn() 618 * We keep the NSSN not too far behind, if we are sync'ing it and it in iwl_mvm_release_frames() 836 if (internal_notif->sync && in iwl_mvm_rx_queue_notif() 838 WARN_ONCE(1, "Received expired RX queue sync message\n"); in iwl_mvm_rx_queue_notif() 856 if (internal_notif->sync && in iwl_mvm_rx_queue_notif()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | uvesafb.c | 278 var->sync = FB_SYNC_VERT_HIGH_ACT; in uvesafb_setup_var() 1265 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT)) in uvesafb_set_par() 1267 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT)) in uvesafb_set_par()
|
H A D | tgafb.c | 255 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT) 257 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT) 263 par->sync_on_green = !!(info->var.sync & FB_SYNC_ON_GREEN);
|
H A D | neofb.c | 50 * - disable pan-on-sync, need specs 265 if (!(var->sync & FB_SYNC_HOR_HIGH_ACT)) in vgaHWInit() 268 if (!(var->sync & FB_SYNC_VERT_HIGH_ACT)) in vgaHWInit() 1284 case FB_BLANK_POWERDOWN: /* powerdown - both sync lines down */ in neofb_blank() 1639 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | quota.c | 436 * We should not sync it, but we still have a qd reference and slot in qd_check_sync() 1150 int sync; in gfs2_quota_unlock() local 1153 sync = need_sync(qd); in gfs2_quota_unlock() 1156 if (!sync) in gfs2_quota_unlock() 1586 quotad_check_timeo(sdp, "sync", gfs2_quota_sync, t, in gfs2_quotad()
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 1212 static int ep_poll_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in ep_poll_callback() argument 1732 * instead, but then epi->ws would temporarily be out of sync in ep_send_events_proc() 1816 unsigned int mode, int sync, void *key) in ep_autoremove_wake_function() 1818 int ret = default_wake_function(wq_entry, mode, sync, key); in ep_autoremove_wake_function() 1815 ep_autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) ep_autoremove_wake_function() argument
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | sched.h | 2500 struct u64_stats_sync sync; member 2517 seq = __u64_stats_fetch_begin(&irqtime->sync); in irq_time_read() 2519 } while (__u64_stats_fetch_retry(&irqtime->sync, seq)); in irq_time_read()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | quota.c | 462 * We should not sync it, but we still have a qd reference and slot in qd_check_sync() 1163 bool sync; in gfs2_quota_unlock() local 1166 sync = need_sync(qd); in gfs2_quota_unlock() 1169 if (!sync) in gfs2_quota_unlock() 1590 quotad_check_timeo(sdp, "sync", gfs2_quota_sync, t, in gfs2_quotad()
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 1167 static int ep_poll_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in ep_poll_callback() argument 1714 * instead, but then epi->ws would temporarily be out of sync in ep_send_events() 1796 unsigned int mode, int sync, void *key) in ep_autoremove_wake_function() 1798 int ret = default_wake_function(wq_entry, mode, sync, key); in ep_autoremove_wake_function() 1795 ep_autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) ep_autoremove_wake_function() argument
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | zdata.c | 108 bool eio, sync; member 1403 /* wake up the caller thread for sync decompression */ in z_erofs_decompress_kickoff() 1404 if (io->sync) { in z_erofs_decompress_kickoff() 1412 /* Use (kthread_)work and sync decompression for atomic contexts only */ in z_erofs_decompress_kickoff() 1430 /* enable sync decompression for readahead */ in z_erofs_decompress_kickoff() 1570 q->sync = true; in jobqueue_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | neofb.c | 50 * - disable pan-on-sync, need specs 266 if (!(var->sync & FB_SYNC_HOR_HIGH_ACT)) in vgaHWInit() 269 if (!(var->sync & FB_SYNC_VERT_HIGH_ACT)) in vgaHWInit() 1285 case FB_BLANK_POWERDOWN: /* powerdown - both sync lines down */ in neofb_blank() 1640 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
H A D | uvesafb.c | 278 var->sync = FB_SYNC_VERT_HIGH_ACT; in uvesafb_setup_var() 1267 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT)) in uvesafb_set_par() 1269 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT)) in uvesafb_set_par()
|
H A D | tgafb.c | 262 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT) 264 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT) 270 par->sync_on_green = !!(info->var.sync & FB_SYNC_ON_GREEN);
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | via-pmu.c | 197 static int pmu_send_request(struct adb_request *req, int sync); 975 static int pmu_send_request(struct adb_request *req, int sync) in pmu_send_request() argument 1046 if (sync) in pmu_send_request()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 194 int sync, int status) in __arm_smmu_tlb_sync() 200 return smmu->impl->tlb_sync(smmu, page, sync, status); in __arm_smmu_tlb_sync() 202 arm_smmu_writel(smmu, page, sync, QCOM_DUMMY_VAL); in __arm_smmu_tlb_sync() 213 "TLB sync timed out -- SMMU may be deadlocked\n"); in __arm_smmu_tlb_sync() 356 * of the sync as possible is significant, hence we don't just make this a 193 __arm_smmu_tlb_sync(struct arm_smmu_device *smmu, int page, int sync, int status) __arm_smmu_tlb_sync() argument
|
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SingleKvStoreCallbackJsunit.test.js | 832 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 833 kvStore.sync(syncDeviceIds, mode, 10); 835 console.info('testSingleKvStoreOnSyncComplete101 sync no peer device :e:' + e); 861 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 862 kvStore.sync(syncDeviceIds, mode, 10); 864 console.info('testSingleKvStoreOnSyncComplete102 sync no peer device :e:' + e); 890 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 891 kvStore.sync(syncDeviceIds, mode, 10); 893 console.info('testSingleKvStoreOnSyncComplete103 sync no peer device :e:' + e);
|
H A D | DeviceKvStorePromiseJsunit.test.js | 872 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 873 kvStore.sync(syncDeviceIds, mode); 875 console.info('testDeviceKvStoreOnSyncComplete001 sync no peer device :e:' + e); 904 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 905 kvStore.sync(syncDeviceIds, mode); 936 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 937 kvStore.sync(syncDeviceIds, mode);
|
H A D | DeviceKvStoreCallbackJsunit.test.js | 867 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 868 kvStore.sync(syncDeviceIds, mode); 870 console.info('testDeviceKvStoreOnSyncComplete101 sync no peer device :e:' + e); 899 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 900 kvStore.sync(syncDeviceIds, mode); 902 console.info('testDeviceKvStoreOnSyncComplete102 sync no peer device :e:' + e); 931 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds)); 932 kvStore.sync(syncDeviceIds, mode); 934 console.info('testDeviceKvStoreOnSyncComplete103 sync no peer device :e:' + e);
|
/third_party/ffmpeg/libavformat/ |
H A D | avidec.c | 1237 int64_t i, sync; in avi_sync() local 1241 for (i = sync = avio_tell(pb); !avio_feof(pb); i++) { in avi_sync() 1335 } else if (((ast->prefix_count < 5 || sync + 9 > i) && in avi_sync()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 409 sync(); in AtomicCompareExchange() 420 sync(); in AtomicExchange() 463 sync(); in AtomicOps()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 951 for (const auto& sync : syncs) in createGlobalPriorityQueueTests() 953 auto syncGroup = new tcu::TestCaseGroup(testCtx, sync.second); in createGlobalPriorityQueueTests() 970 cfg.syncType = sync.first; in createGlobalPriorityQueueTests()
|