/kernel/linux/linux-6.6/fs/ |
H A D | super.c | 1474 .sync = fs_bdev_sync, 1926 * for all running page faults we sync the filesystem which will clean all 1928 * sync is running).
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 1644 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 1947 static void iwl_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_nic_error() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mvm.h | 2335 bool sync,
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | main.h | 1075 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2500usb.c | 456 rt2x00_set_field16(®, TXRX_CSR19_TSF_SYNC, conf->sync); in rt2500usb_config_intf()
|
H A D | rt2500pci.c | 304 rt2x00_set_field32(®, CSR14_TSF_SYNC, conf->sync); in rt2500pci_config_intf()
|
H A D | rt2400pci.c | 298 rt2x00_set_field32(®, CSR14_TSF_SYNC, conf->sync); in rt2400pci_config_intf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 1206 var->sync = var->vmode = 0; in __fill_var()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.c | 1632 args.sync = !(__args->flags & DRM_NOUVEAU_VM_BIND_RUN_ASYNC); in nouveau_uvmm_bind_job_init()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote-core.c | 1752 mutex_init(&wdata->state.sync); in wiimote_create()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 958 sync(); in run_perf_stat() 1199 OPT_BOOLEAN('S', "sync", &sync_run, 1200 "call sync() before starting a run"),
|
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 971 sync(); in SysSync()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 1379 running GN to determine the inputs, and is easier to keep in-sync than
|
/third_party/littlefs/runners/ |
H A D | bench_runner.c | 1316 .sync = lfs_emubd_sync, in perm_run()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | win32_io.c | 1595 ntfs_log_trace("Could not sync.\n"); in ntfs_device_win32_sync() 1953 .sync = ntfs_device_win32_sync,
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1039 void sync();
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 2392 static ref LIBCLANG: std::sync::Arc<clang_sys::SharedLibrary> = { in ensure_libclang_is_loaded()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1875 pub fn sync(); in sync() functions
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 600 m_barrier->sync(de::SpinBarrier::WAIT_MODE_AUTO); in barrier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerMIPS32.cpp | 1149 void AssemblerMIPS32::sync() { in sync() function in Ice::MIPS32::AssemblerMIPS32
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 679 sync(); in write_table()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 13 use std::sync::atomic::{AtomicBool, Ordering};
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 600 m_barrier->sync(de::SpinBarrier::WAIT_MODE_AUTO); in barrier()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4xdr.c | 4515 struct nfsd42_write_res *write, bool sync) in nfsd42_encode_write_res() 4522 if (sync) in nfsd42_encode_write_res() 4514 nfsd42_encode_write_res(struct nfsd4_compoundres *resp, struct nfsd42_write_res *write, bool sync) nfsd42_encode_write_res() argument
|