Home
last modified time | relevance | path

Searched refs:sync (Results 1701 - 1725 of 1922) sorted by relevance

1...<<61626364656667686970>>...77

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-wiimote-modules.c555 bool sync = false; in wiimod_ir_in_ir() local
576 sync = true; in wiimod_ir_in_ir()
603 if (sync) in wiimod_ir_in_ir()
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStoreKVPromiseJsTest.js894 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds));
895 kvStore.sync(syncDeviceIds, mode);
897 console.error('SUB_DDM_DKV_DEVICEKVSTORE_ONSYNCCOMPLETE_PROMISE_0100 sync no peer device :e:' + `, error code is ${e.code}, message is ${e.message}`);
927 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds));
928 kvStore.sync(syncDeviceIds, mode);
960 console.info('kvStore.sync to ' + JSON.stringify(syncDeviceIds));
961 kvStore.sync(syncDeviceIds, mode);
/third_party/node/src/
H A Dnode_file.cc157 #define TRACE_NAME(name) "fs.sync." #name
160 TRACING_CATEGORY_NODE2(fs, sync)) != 0)
164 TRACING_CATEGORY_NODE2(fs, sync), TRACE_NAME(syscall), ##__VA_ARGS__);
168 TRACING_CATEGORY_NODE2(fs, sync), TRACE_NAME(syscall), ##__VA_ARGS__);
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c322 /* If the sync parameter is true, we will temporarily drop
325 * of po->prot_hook. If the sync parameter is false, it is the
328 static void __unregister_prot_hook(struct sock *sk, bool sync) in __unregister_prot_hook() argument
343 if (sync) { in __unregister_prot_hook()
350 static void unregister_prot_hook(struct sock *sk, bool sync) in unregister_prot_hook() argument
355 __unregister_prot_hook(sk, sync); in unregister_prot_hook()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c357 /* If the sync parameter is true, we will temporarily drop
360 * of po->prot_hook. If the sync parameter is false, it is the
363 static void __unregister_prot_hook(struct sock *sk, bool sync) in __unregister_prot_hook() argument
378 if (sync) { in __unregister_prot_hook()
385 static void unregister_prot_hook(struct sock *sk, bool sync) in unregister_prot_hook() argument
390 __unregister_prot_hook(sk, sync); in unregister_prot_hook()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py89 sync = False variable in SystemValues
1238 return ' sync'
1245 return ' (sync)'
4774 .hover.sync {background:white;}\n\
4775 .hover.bg,.hover.kth,.hover.sync,.hover.ps {background:white;}\n\
5237 if sysvals.sync:
5240 call('sync', shell=True)
5385 ' A = async/sync PM queue (A/S) C = runtime active children\n'\
6126 if ' async' in name or ' sync' in name:
6275 elif(option == 'sync')
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py94 sync = False variable in SystemValues
1417 return ' sync'
1424 return ' (sync)'
5028 .hover.sync {background:white;}\n\
5029 .hover.bg,.hover.kth,.hover.sync,.hover.ps {background:white;}\n\
5468 if sv.sync:
5472 call('sync', shell=True)
5624 ' A = async/sync PM queue (A/S) C = runtime active children\n'\
6364 if ' async' in name or ' sync' in name:
6513 elif(option == 'sync')
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcirrusfb.c918 /* adjust horizontal/vertical sync type (low/high), use VCLK3 */ in cirrusfb_set_par_foo()
921 if (var->sync & FB_SYNC_HOR_HIGH_ACT) in cirrusfb_set_par_foo()
923 if (var->sync & FB_SYNC_VERT_HIGH_ACT) in cirrusfb_set_par_foo()
/kernel/linux/linux-5.10/drivers/vme/bridges/
H A Dvme_tsi148.c400 int state, int sync) in tsi148_irq_set()
418 if (sync != 0) { in tsi148_irq_set()
399 tsi148_irq_set(struct vme_bridge *tsi148_bridge, int level, int state, int sync) tsi148_irq_set() argument
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dtcp.c320 bool sync, bool last) in nvme_tcp_queue_request()
334 sync && empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
319 nvme_tcp_queue_request(struct nvme_tcp_request *req, bool sync, bool last) nvme_tcp_queue_request() argument
/kernel/linux/linux-6.6/fs/gfs2/
H A Dglock.c96 int sync, void *key) in glock_wake_function()
107 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
95 glock_wake_function(wait_queue_entry_t *wait, unsigned int mode, int sync, void *key) glock_wake_function() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c564 * the iclog will get zeroed on activation of the iclog after sync, so we
1244 * this function once and use the result until we've issued an sb sync. in xfs_log_cover()
1248 * mount has lazy superblock accounting to sync to disk. The sb sync in xfs_log_cover()
1259 * tail pointer. The sync transaction and AIL push empties the AIL and in xfs_log_cover()
1474 * Every sync period we need to unpin all items in the AIL and push them to
1721 * log record known to be on disk. Use a snapshot of the last sync lsn in xlog_grant_push_threshold()
1893 * the buffer manually, the code needs to be kept in sync in xlog_write_iclog()
1896 goto sync; in xlog_write_iclog()
1960 sync in xlog_write_iclog()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dcirrusfb.c920 /* adjust horizontal/vertical sync type (low/high), use VCLK3 */ in cirrusfb_set_par_foo()
923 if (var->sync & FB_SYNC_HOR_HIGH_ACT) in cirrusfb_set_par_foo()
925 if (var->sync & FB_SYNC_VERT_HIGH_ACT) in cirrusfb_set_par_foo()
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H A Dvme_tsi148.c395 int state, int sync) in tsi148_irq_set()
413 if (sync != 0) { in tsi148_irq_set()
394 tsi148_irq_set(struct vme_bridge *tsi148_bridge, int level, int state, int sync) tsi148_irq_set() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c12 #include "time-sync.h"
606 * We keep the NSSN not too far behind, if we are sync'ing it and it in iwl_mvm_release_frames()
847 if (internal_notif->sync && in iwl_mvm_rx_queue_notif()
849 WARN_ONCE(1, "Received expired RX queue sync message\n"); in iwl_mvm_rx_queue_notif()
866 "invalid nssn sync notification size %d (%d)", in iwl_mvm_rx_queue_notif()
876 if (internal_notif->sync) { in iwl_mvm_rx_queue_notif()
878 "queue sync: queue %d responded a second time!\n", in iwl_mvm_rx_queue_notif()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphylink.c2965 * @sync: perform action synchronously
2969 * for a description of the @sync parameter.
2973 int phylink_speed_down(struct phylink *pl, bool sync) in phylink_speed_down() argument
2980 ret = phy_speed_down(pl->phydev, sync); in phylink_speed_down()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dtcp.c338 bool sync, bool last) in nvme_tcp_queue_request()
352 sync && empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
337 nvme_tcp_queue_request(struct nvme_tcp_request *req, bool sync, bool last) nvme_tcp_queue_request() argument
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsev.c2651 static int setup_vmgexit_scratch(struct vcpu_svm *svm, bool sync, u64 len) in setup_vmgexit_scratch() argument
2719 svm->sev_es.ghcb_sa_sync = sync; in setup_vmgexit_scratch()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm86 ; NOTE: This section is out of sync with x264, in order to
899 ; (All 4 remain in sync through SWAP.)
/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp1496 EGLSync sync, const string &syncName, in test()
1506 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, sync, 0, eglTime); in test()
1494 test(string funcNames[FUNC_NAME_NUM_NAMES], clientWaitSyncFuncType clientWaitSyncFunc, EGLSync sync, const string &syncName, EGLTime eglTime, const string &eglTimeName) test() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c1128 r = amdgpu_sync_resv(adev, &job->sync, bo->tbo.base.resv, in amdgpu_uvd_send_msg()
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h49 int sync; /* sync state (used by E1) */ member
105 #define HFC_CHIP_RX_SYNC 5 /* disable pll sync for pcm */
226 int e1_getclock; /* if sync is retrieved from interface */
227 int syncronized; /* keep track of existing sync interface */
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/displays/
H A Dpanel-dsi-cm.c925 dev_dbg(&ddata->pdev->dev, "sync\n"); in dsicm_sync()
932 dev_dbg(&ddata->pdev->dev, "sync done\n"); in dsicm_sync()
1155 .sync = dsicm_sync,
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfsl_ucc_hdlc.c167 /* set automatic sync to explicitly ignore CD signal */ in uhdlc_init()
698 if (copy_to_user(ifr->ifr_settings.ifs_ifsu.sync, &line, size)) in uhdlc_ioctl()
868 /* store si sync */ in store_clk_config()
964 /* Rx Tx and sync clock routing */ in uhdlc_resume()
H A Dixp4xx_hss.c88 /* Frame sync sampling, default = active low */
93 /* Frame sync pin: input (default) or output generated off a given clk edge */
1250 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; in hss_hdlc_ioctl()

Completed in 85 milliseconds

1...<<61626364656667686970>>...77