Searched defs:sync (Results 1 - 200 of 233) sorted by relevance

12

/linux-4.4.14/fs/ntfs/
H A Dmft.h102 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) write_mft_record() argument
H A Daops.c934 bool sync, is_mft, page_is_dirty, rec_is_dirty; ntfs_write_mst_block() local
H A Dinode.c2966 int __ntfs_write_inode(struct inode *vi, int sync) __ntfs_write_inode() argument
H A Dmft.c669 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync) write_mft_record_nolock() argument
465 ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no, MFT_RECORD *m, int sync) ntfs_sync_mft_mirror() argument
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drv770_dma.c48 struct radeon_sync sync; rv770_copy_dma() local
H A Dradeon_sync.c42 void radeon_sync_create(struct radeon_sync *sync) radeon_sync_create() argument
63 void radeon_sync_fence(struct radeon_sync *sync, radeon_sync_fence() argument
89 radeon_sync_resv(struct radeon_device *rdev, struct radeon_sync *sync, struct reservation_object *resv, bool shared) radeon_sync_resv() argument
137 radeon_sync_rings(struct radeon_device *rdev, struct radeon_sync *sync, int ring) radeon_sync_rings() argument
212 radeon_sync_free(struct radeon_device *rdev, struct radeon_sync *sync, struct radeon_fence *fence) radeon_sync_free() argument
H A Devergreen_dma.c114 struct radeon_sync sync; evergreen_copy_dma() local
H A Dsi_dma.c237 struct radeon_sync sync; si_copy_dma() local
H A Dr600_dma.c445 struct radeon_sync sync; r600_copy_dma() local
H A Dcik_sdma.c585 struct radeon_sync sync; cik_copy_dma() local
H A Dr600.c2967 struct radeon_sync sync; r600_copy_cpdma() local
/linux-4.4.14/drivers/clk/tegra/
H A Dclk-audio-sync.c26 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); clk_sync_source_recalc_rate() local
34 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); clk_sync_source_round_rate() local
45 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); clk_sync_source_set_rate() local
60 struct tegra_clk_sync_source *sync; tegra_clk_register_sync_source() local
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmdio_10g.h46 bool sync; efx_mdio_phyxgxs_lane_sync() local
/linux-4.4.14/kernel/irq/
H A Dpm.c125 bool sync; for_each_irq_desc() local
/linux-4.4.14/arch/powerpc/boot/
H A Dio.h87 static inline void sync(void) sync() function
/linux-4.4.14/arch/arm/mach-omap2/
H A Dsleep44xx.S181 sync: label
H A Dusb-tusb6010.c163 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned ps_refclk, unsigned waitpin, unsigned async, unsigned sync, unsigned irq, unsigned dmachan) tusb6010_setup_interface() argument
/linux-4.4.14/arch/arm/include/asm/
H A Doutercache.h35 void (*sync)(void); member in struct:outer_cache_fns
/linux-4.4.14/drivers/macintosh/
H A Dadb-iop.c217 int adb_iop_send_request(struct adb_request *req, int sync) adb_iop_send_request() argument
H A Dmacio-adb.c166 static int macio_send_request(struct adb_request *req, int sync) macio_send_request() argument
H A Dvia-maciisi.c229 maciisi_send_request(struct adb_request* req, int sync) maciisi_send_request() argument
H A Dvia-cuda.c307 cuda_send_request(struct adb_request *req, int sync) cuda_send_request() argument
H A Dvia-macii.c234 static int macii_send_request(struct adb_request *req, int sync) macii_send_request() argument
H A Dvia-pmu68k.c272 pmu_send_request(struct adb_request *req, int sync) pmu_send_request() argument
H A Dvia-pmu.c962 static int pmu_send_request(struct adb_request *req, int sync) pmu_send_request() argument
/linux-4.4.14/drivers/input/keyboard/
H A Dclps711x-keypad.c41 bool sync = false; clps711x_keypad_poll() local
/linux-4.4.14/kernel/rcu/
H A Dsync.c33 void (*sync)(void); member in struct:__anon14814
H A Drcutorture.c251 void (*sync)(void); member in struct:rcu_torture_ops
/linux-4.4.14/arch/powerpc/include/asm/
H A Demulated_ops.h46 struct ppc_emulated_entry sync; member in struct:ppc_emulated
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/
H A Dtimex.h120 u32 sync; startup_timestamp_counter() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c47 void amdgpu_sync_create(struct amdgpu_sync *sync) amdgpu_sync_create() argument
106 int amdgpu_sync_fence(struct amdgpu_device *adev, struct amdgpu_sync *sync, amdgpu_sync_fence() argument
215 struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync) amdgpu_sync_get_fence() argument
237 int amdgpu_sync_wait(struct amdgpu_sync *sync) amdgpu_sync_wait() argument
278 int amdgpu_sync_rings(struct amdgpu_sync *sync, amdgpu_sync_rings() argument
164 amdgpu_sync_resv(struct amdgpu_device *adev, struct amdgpu_sync *sync, struct reservation_object *resv, void *owner) amdgpu_sync_resv() argument
367 amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, struct fence *fence) amdgpu_sync_free() argument
H A Damdgpu_vm.c135 amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync) amdgpu_vm_grab_id() argument
918 amdgpu_vm_clear_invalids(struct amdgpu_device *adev, struct amdgpu_vm *vm, struct amdgpu_sync *sync) amdgpu_vm_clear_invalids() argument
/linux-4.4.14/sound/drivers/vx/
H A Dvx_uer.c33 static int vx_modify_board_clock(struct vx_core *chip, int sync) vx_modify_board_clock() argument
/linux-4.4.14/drivers/s390/cio/
H A Dorb.h23 u32 sync:1; /* synchronize control */ member in struct:cmd_orb
H A Dqdio.h130 u8 sync:1; member in struct:siga_flag
/linux-4.4.14/drivers/vfio/
H A Dvirqfd.c46 static int virqfd_wakeup(wait_queue_t *wait, unsigned mode, int sync, void *key) virqfd_wakeup() argument
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_blowfish.c465 u16 sync = dsp->bf_sync; dsp_bf_decrypt() local
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h39 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, member in struct:nouveau_fence_chan
H A Dnv50_display.c192 struct nvif_object sync; member in struct:nv50_dmac
376 struct nv50_sync sync; member in struct:nv50_head
401 struct nouveau_bo *sync; member in struct:nv50_disp
567 struct nv50_sync *sync = nv50_sync(crtc); nv50_display_flip_next() local
2472 struct nv50_sync *sync = nv50_sync(crtc); nv50_display_init() local
/linux-4.4.14/net/caif/
H A Dcfrfml.c31 spinlock_t sync; member in struct:cfrfml
H A Dcfserl.c25 spinlock_t sync; member in struct:cfserl
/linux-4.4.14/include/video/
H A Dsa1100fb.h45 u_char sync; member in struct:sa1100fb_mach_info
/linux-4.4.14/include/linux/
H A Drculist.h198 list_splice_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) list_splice_init_rcu() argument
H A Drmap.h187 page_check_address(struct page *page, struct mm_struct *mm, unsigned long address, spinlock_t **ptlp, int sync) page_check_address() argument
H A Dbacking-dev-defs.h183 static inline void clear_bdi_congested(struct backing_dev_info *bdi, int sync) clear_bdi_congested() argument
188 static inline void set_bdi_congested(struct backing_dev_info *bdi, int sync) set_bdi_congested() argument
H A Dpm.h630 void (*sync)(struct device *dev); member in struct:dev_pm_domain
H A Dfb.h780 u32 sync; member in struct:fb_videomode
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c286 int sync; mpc5200_psc_ac97_gpio_reset() local
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
H A Dstrcop.h19 unsigned char sync : 1; member in struct:strcop_meta_in
/linux-4.4.14/sound/soc/intel/atom/sst/
H A Dsst_ipc.c124 sst_post_message_mrfld(struct intel_sst_drv *sst_drv_ctx, struct ipc_post *ipc_msg, bool sync) sst_post_message_mrfld() argument
H A Dsst_pvt.c229 sst_prepare_and_post_msg(struct intel_sst_drv *sst, int task_id, int ipc_msg, int cmd_id, int pipe_id, size_t mbox_data_len, const void *mbox_data, void **data, bool large, bool fill_dsp, bool sync, bool response) sst_prepare_and_post_msg() argument
/linux-4.4.14/sound/soc/
H A Dsoc-jack.c80 unsigned int sync = 0; snd_soc_jack_report() local
/linux-4.4.14/drivers/rtc/
H A Drtc-88pm860x.c34 int (*sync)(unsigned int ticks); member in struct:pm860x_rtc_info
/linux-4.4.14/drivers/video/fbdev/
H A Dpxa168fb.c329 static void set_dma_control1(struct pxa168fb_info *fbi, int sync) set_dma_control1() argument
H A Dcontrolfb.c66 unsigned long sync; member in struct:fb_par_control
H A Dcyber2000fb.c1011 unsigned int sync = 0; cyber2000fb_blank() local
H A Dmxsfb.c183 u32 sync; member in struct:mxsfb_info
H A Datafb.c128 int sync; member in struct:atafb_par::__anon11092::__anon11093
136 short sync; member in struct:atafb_par::__anon11092::falcon_hw
H A Dsh_mobile_hdmi.c407 u8 sync = 0; sh_hdmi_external_video_param() local
/linux-4.4.14/drivers/gpu/host1x/
H A Dintr.c67 static void remove_completed_waiters(struct list_head *head, u32 sync, remove_completed_waiters() argument
/linux-4.4.14/drivers/mfd/
H A Ducb1x00-core.c240 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) ucb1x00_adc_read() argument
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dcx22700.c263 u8 sync = cx22700_readreg (state, 0x07); cx22700_read_status() local
H A Dl64781.c365 int sync = l64781_readreg (state, 0x32); l64781_read_status() local
H A Dves1820.c245 int sync; ves1820_read_status() local
319 int sync; ves1820_get_frontend() local
H A Dcx24110.c445 int sync = cx24110_readreg (state, 0x55); cx24110_read_status() local
H A Dstv0288.c369 u8 sync = stv0288_readreg(state, 0x24); stv0288_read_status() local
H A Dstv0297.c335 u8 sync = stv0297_readreg(state, 0xDF); stv0297_read_status() local
H A Dtda10021.c315 int sync; tda10021_read_status() local
394 int sync; tda10021_get_frontend() local
H A Dtda10023.c383 int sync; tda10023_read_status() local
464 int sync,inv; tda10023_get_frontend() local
H A Dtda8083.c255 u8 sync = tda8083_readreg (state, 0x02); tda8083_read_status() local
H A Dves1x93.c307 u8 sync = ves1x93_readreg (state, 0x0e); ves1x93_read_status() local
H A Dstv0299.c490 u8 sync = stv0299_readreg (state, 0x1b); stv0299_read_status() local
H A Dcx24123.c837 int sync = cx24123_readreg(state, 0x14); cx24123_read_status() local
H A Dcxd2841er.c903 u8 sync = 0; cxd2841er_read_status_tc() local
851 cxd2841er_read_status_t_t2(struct cxd2841er_priv *priv, u8 *sync, u8 *tslock, u8 *unlock) cxd2841er_read_status_t_t2() argument
H A Dmb86a16.c637 int sync; sync_chk() local
1063 int sync; mb86a16_set_fe() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c687 u8 i, tc, err, sync, oper; i40e_cee_to_dcb_config() local
/linux-4.4.14/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h93 u8 sync; member in struct:qcaspi
/linux-4.4.14/drivers/firewire/
H A Dcore-iso.c192 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags) fw_iso_context_start() argument
H A Dcore-card.c632 dummy_start_iso(struct fw_iso_context *ctx, s32 cycle, u32 sync, u32 tags) dummy_start_iso() argument
/linux-4.4.14/fs/nfs/
H A Dfscache.c417 void __nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) __nfs_readpage_to_fscache() argument
H A Dfscache.h145 nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) nfs_readpage_to_fscache() argument
216 nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) nfs_readpage_to_fscache() argument
H A Dpnfs.c2231 pnfs_layoutcommit_inode(struct inode *inode, bool sync) pnfs_layoutcommit_inode() argument
948 pnfs_send_layoutreturn(struct pnfs_layout_hdr *lo, nfs4_stateid stateid, enum pnfs_iomode iomode, bool sync) pnfs_send_layoutreturn() argument
H A Dpnfs.h160 int (*sync)(struct inode *inode, bool datasync); member in struct:pnfs_layoutdriver_type
698 static inline int pnfs_layoutcommit_inode(struct inode *inode, bool sync) pnfs_layoutcommit_inode() argument
/linux-4.4.14/net/core/
H A Ddev_addr_lists.c23 __hw_addr_create_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync) __hw_addr_create_ex() argument
49 __hw_addr_add_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync, int sync_count) __hw_addr_add_ex() argument
92 __hw_addr_del_entry(struct netdev_hw_addr_list *list, struct netdev_hw_addr *ha, bool global, bool sync) __hw_addr_del_entry() argument
116 __hw_addr_del_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync) __hw_addr_del_ex() argument
H A Ddatagram.c71 static int receiver_wake_function(wait_queue_t *wait, unsigned int mode, int sync, receiver_wake_function() argument
/linux-4.4.14/fs/cachefiles/
H A Drdwr.c24 cachefiles_read_waiter(wait_queue_t *wait, unsigned mode, int sync, void *_key) cachefiles_read_waiter() argument
/linux-4.4.14/kernel/sched/
H A Dwait.c291 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) autoremove_wake_function() argument
350 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) woken_wake_function() argument
366 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *arg) wake_bit_function() argument
510 static int wake_atomic_t_function(wait_queue_t *wait, unsigned mode, int sync, wake_atomic_t_function() argument
/linux-4.4.14/include/media/
H A Dvideobuf-core.h128 int (*sync) (struct videobuf_queue *q, member in struct:videobuf_qtype_ops
/linux-4.4.14/Documentation/networking/timestamping/
H A Dtimestamping.c91 static const unsigned char sync[] = { variable
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c219 int sync, j; sym_display_Tekram_nvram() local
/linux-4.4.14/drivers/md/
H A Ddm-io.c362 dispatch_io(int rw, unsigned int num_regions, struct dm_io_region *where, struct dpages *dp, struct io *io, int sync) dispatch_io() argument
H A Ddm-log.c234 enum sync { enum in struct:log_c
238 } sync; member in struct:log_c
365 enum sync sync = DEFAULTSYNC; create_log_context() local
H A Ddm-raid.c1370 sector_t sync; raid_status() local
H A Ddm-raid1.c687 struct bio_list sync, nosync, recover, *this_list = NULL; do_writes() local
/linux-4.4.14/drivers/gpu/drm/via/
H A Dvia_dmablit.c778 drm_via_blitsync_t *sync = data; via_dma_blit_sync() local
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dav7110_v4l.c236 int source, sync, err; av7110_dvb_c_switch() local
H A Dav7110_av.c240 u32 sync; av7110_pes_play() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgf119.c312 u32 sync = nvkm_rd32(device, 0x660404 + (head * 0x300)); gf119_disp_intr_unk2_2() local
/linux-4.4.14/fs/adfs/
H A Dadfs.h135 int (*sync)(struct adfs_dir *dir); member in struct:adfs_dir_ops
/linux-4.4.14/fs/ocfs2/
H A Dquota_global.c871 int sync = 0; ocfs2_mark_dquot_dirty() local
/linux-4.4.14/fs/ubifs/
H A Ddir.c975 int err, release, sync = 0, move = (new_dir != old_dir); ubifs_rename() local
H A Djournal.c546 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); ubifs_jnl_update() local
789 int sync = 0, len = UBIFS_INO_NODE_SZ, last_reference = !inode->i_nlink; ubifs_jnl_write_inode() local
1152 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); ubifs_jnl_truncate() local
1293 int sync = IS_DIRSYNC(host); ubifs_jnl_delete_xattr() local
1406 int sync = IS_DIRSYNC(host); ubifs_jnl_change_xattr() local
286 write_head(struct ubifs_info *c, int jhead, void *buf, int len, int *lnum, int *offs, int sync) write_head() argument
924 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct dentry *old_dentry, const struct inode *new_dir, const struct dentry *new_dentry, int sync) ubifs_jnl_rename() argument
/linux-4.4.14/fs/ufs/
H A Dballoc.c322 ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, int sync) ufs_clear_frags() argument
/linux-4.4.14/fs/xfs/
H A Dxfs_trans.c896 int sync = tp->t_flags & XFS_TRANS_SYNC; __xfs_trans_commit() local
H A Dxfs_log.c3105 int sync = 0; /* do we sync? */ xlog_state_release_iclog() local
/linux-4.4.14/include/linux/platform_data/
H A Dvideo-pxafb.h88 u_char sync; member in struct:pxafb_mode_info
/linux-4.4.14/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c500 unsigned short sync = SiS_Pr->SiS_RefIndex[rrti].Ext_InfoFlag >> 8; SiS_SetCRT1Sync() local
/linux-4.4.14/drivers/usb/musb/
H A Dtusb6010.c1111 void __iomem *sync = NULL; tusb_musb_init() local
H A Dmusb_core.h349 dma_addr_t sync; member in struct:musb
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_plain.c502 plain_release_ctx(struct ptlrpc_sec *sec, struct ptlrpc_cli_ctx *ctx, int sync) plain_release_ctx() argument
H A Dsec.c285 void sptlrpc_cli_ctx_put(struct ptlrpc_cli_ctx *ctx, int sync) sptlrpc_cli_ctx_put() argument
386 void sptlrpc_req_put_ctx(struct ptlrpc_request *req, int sync) sptlrpc_req_put_ctx() argument
/linux-4.4.14/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c15 static void calculate_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync, u32* hps_ctrl) calculate_hps_source_and_sync() argument
528 int sync = vv->current_hps_sync; saa7146_set_window() local
627 void saa7146_set_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync) saa7146_set_hps_source_and_sync() argument
/linux-4.4.14/drivers/media/i2c/
H A Dsaa6588.c79 u8 sync; member in struct:saa6588
/linux-4.4.14/drivers/media/platform/davinci/
H A Disif.c549 struct vpss_sync_pol sync; isif_config_raw() local
895 struct vpss_sync_pol sync; isif_config_ycbcr() local
H A Dvpss.c214 void vpss_set_sync_pol(struct vpss_sync_pol sync) vpss_set_sync_pol() argument
376 void dm365_vpss_set_sync_pol(struct vpss_sync_pol sync) dm365_vpss_set_sync_pol() argument
/linux-4.4.14/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c188 static int sync(struct camera_data *cam, int frame_nr) sync() function
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_dmm_priv.h100 u32 sync:12; member in struct:pat_ctrl
H A Domap_gem.c119 } *sync; member in struct:omap_gem_object
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dcmdevt.c38 mwifiex_init_cmd_node(struct mwifiex_private *priv, struct cmd_ctrl_node *cmd_node, u32 cmd_oid, void *data_buf, bool sync) mwifiex_init_cmd_node() argument
499 mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no, u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync) mwifiex_send_cmd() argument
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c873 __fm10k_uc_sync(struct net_device *dev, const unsigned char *addr, bool sync) __fm10k_uc_sync() argument
940 __fm10k_mc_sync(struct net_device *dev, const unsigned char *addr, bool sync) __fm10k_mc_sync() argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c140 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync) write_l2e() argument
/linux-4.4.14/drivers/bluetooth/
H A Dhci_h5.c195 const unsigned char sync[] = { 0x01, 0x7e }; h5_open() local
/linux-4.4.14/fs/f2fs/
H A Dgc.c817 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync) f2fs_gc() argument
H A Dcheckpoint.c143 ra_meta_pages(struct f2fs_sb_info *sbi, block_t start, int nrpages, int type, bool sync) ra_meta_pages() argument
H A Dfile.c1607 __u32 sync; f2fs_ioc_gc() local
H A Dsuper.c573 int f2fs_sync_fs(struct super_block *sb, int sync) f2fs_sync_fs() argument
/linux-4.4.14/fs/nfs/blocklayout/
H A Dblocklayout.c365 bl_write_pagelist(struct nfs_pgio_header *header, int sync) bl_write_pagelist() argument
/linux-4.4.14/fs/nfs/filelayout/
H A Dfilelayout.c514 filelayout_write_pagelist(struct nfs_pgio_header *hdr, int sync) filelayout_write_pagelist() argument
/linux-4.4.14/fs/nfs/objlayout/
H A Dobjio_osd.c80 bool sync; member in struct:objio_state
H A Dobjlayout.c242 objlayout_read_done(struct objlayout_io_res *oir, ssize_t status, bool sync) objlayout_read_done() argument
324 objlayout_write_done(struct objlayout_io_res *oir, ssize_t status, bool sync) objlayout_write_done() argument
/linux-4.4.14/mm/
H A Dbacking-dev.c898 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync) clear_wb_congested() argument
912 void set_wb_congested(struct bdi_writeback_congested *congested, int sync) set_wb_congested() argument
931 long congestion_wait(int sync, long timeout) congestion_wait() argument
968 long wait_iff_congested(struct zone *zone, int sync, long timeout) wait_iff_congested() argument
H A Drmap.c755 __page_check_address(struct page *page, struct mm_struct *mm, unsigned long address, spinlock_t **ptlp, int sync) __page_check_address() argument
H A Dcompaction.c1337 const bool sync = cc->mode != MIGRATE_ASYNC; compact_zone() local
H A Dvmalloc.c602 __purge_vmap_area_lazy(unsigned long *start, unsigned long *end, int sync, int force_flush) __purge_vmap_area_lazy() argument
/linux-4.4.14/net/9p/
H A Dtrans_fd.c521 static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) p9_pollwake() argument
/linux-4.4.14/fs/btrfs/
H A Dtransaction.h123 bool sync; member in struct:btrfs_trans_handle
H A Dfile.c1762 bool sync = (file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host); btrfs_file_write_iter() local
/linux-4.4.14/kernel/
H A Dexit.c1455 child_wait_callback(wait_queue_t *wait, unsigned mode, int sync, void *key) child_wait_callback() argument
/linux-4.4.14/sound/firewire/bebob/
H A Dbebob_maudio.c143 check_clk_sync(struct snd_bebob *bebob, unsigned int size, bool *sync) check_clk_sync() argument
/linux-4.4.14/sound/soc/sh/rcar/
H A Dsrc.c26 struct rsnd_kctrl_cfg_s sync; /* sync convert */ member in struct:rsnd_src
/linux-4.4.14/virt/kvm/
H A Deventfd.c187 irqfd_wakeup(wait_queue_t *wait, unsigned mode, int sync, void *key) irqfd_wakeup() argument
/linux-4.4.14/drivers/staging/xgifb/
H A DXGI_main_26.c81 XGIfb_mode_rate_to_ddata(struct vb_device_info *XGI_Pr, struct xgi_hw_device_info *HwDeviceExtension, unsigned char modeno, u32 *left_margin, u32 *right_margin, u32 *upper_margin, u32 *lower_margin, u32 *hsync_len, u32 *vsync_len, u32 *sync, u32 *vmode) XGIfb_mode_rate_to_ddata() argument
H A Dvb_setmode.c251 unsigned short sync, temp; XGI_SetSync() local
/linux-4.4.14/drivers/scsi/pcmcia/
H A Dnsp_cs.c450 sync_data *sync = &(data->Sync[target]); nsp_analyze_sdtr() local
919 sync_data *sync = &(data->Sync[target]); nsp_nexus() local
/linux-4.4.14/drivers/vhost/
H A Dvhost.c126 static int vhost_poll_wakeup(wait_queue_t *wait, unsigned mode, int sync, vhost_poll_wakeup() argument
/linux-4.4.14/drivers/video/fbdev/i810/
H A Di810_main.c148 static bool sync; variable
/linux-4.4.14/drivers/video/fbdev/omap/
H A Domapfb.h184 void (*sync) (void); member in struct:lcd_ctrl
H A Dhwa742.c99 struct completion *sync; member in union:hwa742_request::__anon11177
/linux-4.4.14/drivers/scsi/
H A Dgdth_ioctl.h160 } __attribute__((packed)) sync; member in union:__anon9454::__anon9455
H A Dwd719x.h242 __le32 sync; /* SYNC msg options (ID 0-15) */ member in struct:wd719x_host_param
H A Daha152x.c353 static int sync[] = {1, 1}; variable
H A Deata.c660 unchar sync; member in struct:eata_info
679 unchar sync; /* 1 if scsi target id 7...0 is running sync scsi */ member in struct:eata_info
H A Deata_generic.h241 __u8 sync; /* device at ID 7 tru 0 is running in * member in struct:get_conf
/linux-4.4.14/drivers/md/bcache/
H A Dsysfs.c591 bool sync = strtoul_or_return(buf); SHOW_LOCKED() local
/linux-4.4.14/drivers/gpu/ipu-v3/
H A Dipu-dc.c130 dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, int map, int wave, int glue, int sync, int stop) dc_write_tmpl() argument
/linux-4.4.14/drivers/media/rc/
H A Drc-main.c538 static void ir_do_keyup(struct rc_dev *dev, bool sync) ir_do_keyup() argument
/linux-4.4.14/drivers/base/regmap/
H A Dinternal.h170 int (*sync)(struct regmap *map, unsigned int min, unsigned int max); member in struct:regcache_ops
/linux-4.4.14/drivers/gpu/drm/i915/
H A Ddvo_ns2501.c205 uint8_t sync; /* configuration of the C0 register */ member in struct:ns2501_configuration
/linux-4.4.14/drivers/gpu/drm/msm/edp/
H A Dedp_ctrl.c827 static void edp_clock_synchrous(struct edp_ctrl *ctrl, int sync) edp_clock_synchrous() argument
/linux-4.4.14/drivers/clk/bcm/
H A Dclk-kona.c213 static bool __ccu_policy_engine_start(struct ccu_data *ccu, bool sync) __ccu_policy_engine_start() argument
/linux-4.4.14/fs/jfs/
H A Djfs_logmgr.h294 __le32 sync; /* 4: syncpt address (0 = here) */ member in struct:lrd::__anon11614::__anon11619
408 int sync; /* 4: addr from last logsync() */ member in struct:jfs_log
/linux-4.4.14/fs/exofs/
H A Dore.c363 bool sync = (ios->done == NULL); ore_io_execute() local
/linux-4.4.14/fs/
H A Dselect.c182 static int __pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key) __pollwake() argument
208 static int pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key) pollwake() argument
H A Dfs-writeback.c2353 int write_inode_now(struct inode *inode, int sync) write_inode_now() argument
H A Deventpoll.c999 static int ep_poll_callback(wait_queue_t *wait, unsigned mode, int sync, void *key) ep_poll_callback() argument
/linux-4.4.14/include/uapi/drm/
H A Dvia_drm.h274 drm_via_blitsync_t sync; member in struct:drm_via_dmablit
/linux-4.4.14/include/uapi/linux/
H A Dfirewire-cdev.h850 __u32 sync; member in struct:fw_cdev_start_iso
H A Dif.h212 sync_serial_settings __user *sync; member in union:if_settings::__anon14090
H A Dfb.h273 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo
/linux-4.4.14/sound/pci/
H A Dsis7019.c225 int sync; sis_update_voice() local
H A Drme96.c1386 bool sync; snd_rme96_playback_trigger() local
1443 bool sync; snd_rme96_capture_trigger() local
/linux-4.4.14/drivers/vme/bridges/
H A Dvme_ca91cx42.c275 ca91cx42_irq_set(struct vme_bridge *ca91cx42_bridge, int level, int state, int sync) ca91cx42_irq_set() argument
H A Dvme_tsi148.c405 tsi148_irq_set(struct vme_bridge *tsi148_bridge, int level, int state, int sync) tsi148_irq_set() argument
/linux-4.4.14/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1084 char sync; setup_trace_fixture() local
/linux-4.4.14/drivers/tty/serial/
H A Dicom.h105 u8 sync; /* 1F3 Sync Reg */ member in struct:func_dram
/linux-4.4.14/drivers/video/fbdev/aty/
H A Dradeon_base.c1661 u32 sync, h_sync_pol, v_sync_pol, dotClock, pixClock; radeonfb_set_par() local
H A Daty128fb.c1049 u32 left, right, upper, lower, hslen, vslen, sync, vmode; aty128_var_to_crtc() local
1238 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; aty128_crtc_to_var() local
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb.h148 unsigned int sync; member in struct:xtimings
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dinit.c2055 unsigned short sync; SiS_SetCRT1Sync() local
/linux-4.4.14/drivers/scsi/arm/
H A Dfas216.c517 enum { sync, async, none, reject } res = none; fas216_handlesync() enumerator in enum:__anon9167
/linux-4.4.14/drivers/hid/
H A Dhid-wiimote-modules.c562 bool sync = false; wiimod_ir_in_ir() local
H A Dhid-wiimote.h126 struct mutex sync; member in struct:wiimote_state
H A Dwacom_wac.c2278 bool sync; wacom_wac_irq() local
/linux-4.4.14/drivers/net/
H A Dmacvlan.c163 static void macvlan_hash_del(struct macvlan_dev *vlan, bool sync) macvlan_hash_del() argument
/linux-4.4.14/drivers/net/wan/
H A Dz85230.h277 u8 sync; /* Set if in sync mode */ member in struct:z8530_channel
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c511 bool sync = false; ath6kl_htc_tx_issue() local
/linux-4.4.14/drivers/ata/
H A Dlibata-scsi.c3718 void ata_scsi_scan_host(struct ata_port *ap, int sync) ata_scsi_scan_host() argument
/linux-4.4.14/block/
H A Dblk-core.c66 static void blk_clear_congested(struct request_list *rl, int sync) blk_clear_congested() argument
80 static void blk_set_congested(struct request_list *rl, int sync) blk_set_congested() argument
935 static void __freed_request(struct request_list *rl, int sync) __freed_request() argument
957 int sync = rw_is_sync(flags); freed_request() local
1702 const bool sync = !!(bio->bi_rw & REQ_SYNC); blk_queue_bio() local
/linux-4.4.14/fs/fuse/
H A Dfile.c89 static void fuse_file_put(struct fuse_file *ff, bool sync) fuse_file_put() argument
/linux-4.4.14/fs/gfs2/
H A Dquota.c1087 int sync; gfs2_quota_unlock() local
/linux-4.4.14/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1662 ff_layout_write_pagelist(struct nfs_pgio_header *hdr, int sync) ff_layout_write_pagelist() argument
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h829 uint64_t sync:4; member in struct:cvmx_pcsx_rxx_states_reg::cvmx_pcsx_rxx_states_reg_s
860 uint64_t sync:1; member in struct:cvmx_pcsx_rxx_sync_reg::cvmx_pcsx_rxx_sync_reg_s
/linux-4.4.14/arch/s390/kernel/
H A Dtime.c723 static void clock_sync_cpu(struct clock_sync_data *sync) clock_sync_cpu() argument
/linux-4.4.14/sound/soc/codecs/
H A Dwm8996.c1821 int sync = WM8996_REG_SYNC; wm8996_set_sysclk() local
H A Darizona.c1875 arizona_calc_fratio(struct arizona_fll *fll, struct arizona_fll_cfg *cfg, unsigned int target, unsigned int Fref, bool sync) arizona_calc_fratio() argument
1955 arizona_calc_fll(struct arizona_fll *fll, struct arizona_fll_cfg *cfg, unsigned int Fref, bool sync) arizona_calc_fll() argument
2029 arizona_apply_fll(struct arizona *arizona, unsigned int base, struct arizona_fll_cfg *cfg, int source, bool sync) arizona_apply_fll() argument
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dfile.c910 ll_lsm_getattr(struct lov_stripe_md *lsm, struct obd_export *exp, struct obdo *obdo, __u64 ioepoch, int sync) ll_lsm_getattr() argument
957 ll_inode_getattr(struct inode *inode, struct obdo *obdo, __u64 ioepoch, int sync) ll_inode_getattr() argument
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1266 static int sync = -1; /* "matroxfb:sync:xxxxx" */ variable
/linux-4.4.14/drivers/memory/
H A Domap-gpmc.c1543 bool mux = false, sync = false; gpmc_calc_timings() local
1489 gpmc_calc_common_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool sync) gpmc_calc_common_timings() argument
/linux-4.4.14/fs/logfs/
H A Dlogfs.h159 void (*sync)(struct super_block *sb); member in struct:logfs_device_ops
/linux-4.4.14/arch/powerpc/xmon/
H A Dxmon.c252 static inline void sync(void) sync() function

Completed in 5852 milliseconds

12