Home
last modified time | relevance | path

Searched refs:sync (Results 1551 - 1575 of 2032) sorted by relevance

1...<<61626364656667686970>>...82

/kernel/linux/linux-5.10/kernel/
H A Dexit.c831 /* sync mm's RSS info before statistics gathering */ in do_exit()
1495 int sync, void *key) in child_wait_callback()
1507 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
1494 child_wait_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) child_wait_callback() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs.h669 * @need_sync: non-zero if the timer expired and the wbuf needs sync'ing
1783 const struct fscrypt_name *snd_nm, int sync);
1790 const struct inode *whiteout, int sync);
/kernel/linux/linux-5.10/fs/ufs/
H A Dballoc.c326 int sync) in ufs_clear_frags()
338 if (IS_SYNC(inode) || sync) in ufs_clear_frags()
325 ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, int sync) ufs_clear_frags() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/
H A Dedp_ctrl.c817 static void edp_clock_synchrous(struct edp_ctrl *ctrl, int sync) in edp_clock_synchrous() argument
824 if (sync) in edp_clock_synchrous()
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-common.c45 void ipu_srm_dp_update(struct ipu_soc *ipu, bool sync) in ipu_srm_dp_update() argument
51 val |= sync ? DP_S_SRM_MODE_NEXT_FRAME : in ipu_srm_dp_update()
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c175 static int sync(struct camera_data *cam, int frame_nr) in sync() function
407 if ((err = sync(cam, frame)) < 0) in cpia2_s_fmt_vid_cap()
/kernel/linux/linux-6.6/fs/ufs/
H A Dballoc.c322 int sync) in ufs_clear_frags()
334 if (IS_SYNC(inode) || sync) in ufs_clear_frags()
321 ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, int sync) ufs_clear_frags() argument
/kernel/linux/linux-6.6/fs/f2fs/
H A Dinode.c27 void f2fs_mark_inode_dirty_sync(struct inode *inode, bool sync) in f2fs_mark_inode_dirty_sync() argument
32 if (f2fs_inode_dirtied(inode, sync)) in f2fs_mark_inode_dirty_sync()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs.h678 * @need_sync: non-zero if the timer expired and the wbuf needs sync'ing
1812 const struct fscrypt_name *snd_nm, int sync);
1819 const struct inode *whiteout, int sync);
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Damba-clcd.c487 fb->fb.var.sync = fb->panel->mode.sync; in clcdfb_register()
H A Datmel_lcdfb.c606 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT)) in atmel_lcdfb_set_par()
608 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT)) in atmel_lcdfb_set_par()
H A Di740fb.c563 if (var->sync & FB_SYNC_HOR_HIGH_ACT) in i740fb_decode_var()
565 if (var->sync & FB_SYNC_VERT_HIGH_ACT) in i740fb_decode_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c126 mt->sync = var->sync; in matroxfb_var2my()
291 ((hs & 0x100) >> 6) | /* sync start */ in matroxfb_vgaHWinit()
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h604 #define CFG_INV_COMPSYNC(sync) ((sync)<<5)
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphy.c1106 * @sync: perform action synchronously
1110 * WARNING: Setting sync to false may cause the system being unable to suspend
1113 * Therefore use sync = false only if you're sure it's safe with the respective
1116 int phy_speed_down(struct phy_device *phydev, bool sync) in phy_speed_down() argument
1143 ret = sync ? phy_poll_aneg_done(phydev) : 0; in phy_speed_down()
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dbus.c511 static void __nd_device_register(struct device *dev, bool sync) in __nd_device_register() argument
534 if (sync) in __nd_device_register()
573 * In the sync case the device is being unregistered due in nd_device_unregister()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-common.c45 void ipu_srm_dp_update(struct ipu_soc *ipu, bool sync) in ipu_srm_dp_update() argument
51 val |= sync ? DP_S_SRM_MODE_NEXT_FRAME : in ipu_srm_dp_update()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dgoodix.c480 goto sync; /* Release any previously registered touches */ in goodix_process_events()
495 sync: in goodix_process_events()
740 dev_err(&ts->client->dev, "Controller irq sync failed.\n"); in goodix_int_sync()
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c873 if ((file->fFops != NULL) && (file->fFops->sync != NULL)) { in fsync()
874 ret = file->fFops->sync(file); in fsync()
/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c992 in[0].sync = 1; in config_output()
995 in[1].sync = 1; in config_output()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c38 #include <sync/sync.h>
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c119 { "sync", PANVK_DEBUG_SYNC },
925 queue->sync = create.handle; in panvk_queue_init()
1088 .handles = (uint64_t) (uintptr_t)(&queue->sync), in panvk_QueueWaitIdle()
/third_party/opencl-headers/CL/
H A Dcl_icd.h785 cl_context context, cl_GLsync sync, cl_int *errcode_ret);
1055 cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h785 cl_context context, cl_GLsync sync, cl_int *errcode_ret);
1055 cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display,
/third_party/rust/crates/regex/src/
H A Ddfa.rs43 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;

Completed in 48 milliseconds

1...<<61626364656667686970>>...82