/linux-4.4.14/fs/ntfs/ |
H A D | mft.h | 102 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) write_mft_record() argument
|
H A D | aops.c | 934 bool sync, is_mft, page_is_dirty, rec_is_dirty; ntfs_write_mst_block() local
|
H A D | inode.c | 2966 int __ntfs_write_inode(struct inode *vi, int sync) __ntfs_write_inode() argument
|
H A D | mft.c | 669 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 D | rv770_dma.c | 48 struct radeon_sync sync; rv770_copy_dma() local
|
H A D | radeon_sync.c | 42 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 D | evergreen_dma.c | 114 struct radeon_sync sync; evergreen_copy_dma() local
|
H A D | si_dma.c | 237 struct radeon_sync sync; si_copy_dma() local
|
H A D | r600_dma.c | 445 struct radeon_sync sync; r600_copy_dma() local
|
H A D | cik_sdma.c | 585 struct radeon_sync sync; cik_copy_dma() local
|
H A D | r600.c | 2967 struct radeon_sync sync; r600_copy_cpdma() local
|
/linux-4.4.14/drivers/clk/tegra/ |
H A D | clk-audio-sync.c | 26 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 D | mdio_10g.h | 46 bool sync; efx_mdio_phyxgxs_lane_sync() local
|
/linux-4.4.14/kernel/irq/ |
H A D | pm.c | 125 bool sync; for_each_irq_desc() local
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | io.h | 87 static inline void sync(void) sync() function
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | sleep44xx.S | 181 sync: label
|
H A D | usb-tusb6010.c | 163 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 D | outercache.h | 35 void (*sync)(void); member in struct:outer_cache_fns
|
/linux-4.4.14/drivers/macintosh/ |
H A D | adb-iop.c | 217 int adb_iop_send_request(struct adb_request *req, int sync) adb_iop_send_request() argument
|
H A D | macio-adb.c | 166 static int macio_send_request(struct adb_request *req, int sync) macio_send_request() argument
|
H A D | via-maciisi.c | 229 maciisi_send_request(struct adb_request* req, int sync) maciisi_send_request() argument
|
H A D | via-cuda.c | 307 cuda_send_request(struct adb_request *req, int sync) cuda_send_request() argument
|
H A D | via-macii.c | 234 static int macii_send_request(struct adb_request *req, int sync) macii_send_request() argument
|
H A D | via-pmu68k.c | 272 pmu_send_request(struct adb_request *req, int sync) pmu_send_request() argument
|
H A D | via-pmu.c | 962 static int pmu_send_request(struct adb_request *req, int sync) pmu_send_request() argument
|
/linux-4.4.14/drivers/input/keyboard/ |
H A D | clps711x-keypad.c | 41 bool sync = false; clps711x_keypad_poll() local
|
/linux-4.4.14/kernel/rcu/ |
H A D | sync.c | 33 void (*sync)(void); member in struct:__anon14814
|
H A D | rcutorture.c | 251 void (*sync)(void); member in struct:rcu_torture_ops
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | emulated_ops.h | 46 struct ppc_emulated_entry sync; member in struct:ppc_emulated
|
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/ |
H A D | timex.h | 120 u32 sync; startup_timestamp_counter() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sync.c | 47 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 D | amdgpu_vm.c | 135 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 D | vx_uer.c | 33 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 D | orb.h | 23 u32 sync:1; /* synchronize control */ member in struct:cmd_orb
|
H A D | qdio.h | 130 u8 sync:1; member in struct:siga_flag
|
/linux-4.4.14/drivers/vfio/ |
H A D | virqfd.c | 46 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 D | dsp_blowfish.c | 465 u16 sync = dsp->bf_sync; dsp_bf_decrypt() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.h | 39 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, member in struct:nouveau_fence_chan
|
H A D | nv50_display.c | 192 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 D | cfrfml.c | 31 spinlock_t sync; member in struct:cfrfml
|
H A D | cfserl.c | 25 spinlock_t sync; member in struct:cfserl
|
/linux-4.4.14/include/video/ |
H A D | sa1100fb.h | 45 u_char sync; member in struct:sa1100fb_mach_info
|
/linux-4.4.14/include/linux/ |
H A D | rculist.h | 198 list_splice_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) list_splice_init_rcu() argument
|
H A D | rmap.h | 187 page_check_address(struct page *page, struct mm_struct *mm, unsigned long address, spinlock_t **ptlp, int sync) page_check_address() argument
|
H A D | backing-dev-defs.h | 183 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 D | pm.h | 630 void (*sync)(struct device *dev); member in struct:dev_pm_domain
|
H A D | fb.h | 780 u32 sync; member in struct:fb_videomode
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_common.c | 286 int sync; mpc5200_psc_ac97_gpio_reset() local
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | strcop.h | 19 unsigned char sync : 1; member in struct:strcop_meta_in
|
/linux-4.4.14/sound/soc/intel/atom/sst/ |
H A D | sst_ipc.c | 124 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 D | sst_pvt.c | 229 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 D | soc-jack.c | 80 unsigned int sync = 0; snd_soc_jack_report() local
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-88pm860x.c | 34 int (*sync)(unsigned int ticks); member in struct:pm860x_rtc_info
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | pxa168fb.c | 329 static void set_dma_control1(struct pxa168fb_info *fbi, int sync) set_dma_control1() argument
|
H A D | controlfb.c | 66 unsigned long sync; member in struct:fb_par_control
|
H A D | cyber2000fb.c | 1011 unsigned int sync = 0; cyber2000fb_blank() local
|
H A D | mxsfb.c | 183 u32 sync; member in struct:mxsfb_info
|
H A D | atafb.c | 128 int sync; member in struct:atafb_par::__anon11092::__anon11093 136 short sync; member in struct:atafb_par::__anon11092::falcon_hw
|
H A D | sh_mobile_hdmi.c | 407 u8 sync = 0; sh_hdmi_external_video_param() local
|
/linux-4.4.14/drivers/gpu/host1x/ |
H A D | intr.c | 67 static void remove_completed_waiters(struct list_head *head, u32 sync, remove_completed_waiters() argument
|
/linux-4.4.14/drivers/mfd/ |
H A D | ucb1x00-core.c | 240 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 D | cx22700.c | 263 u8 sync = cx22700_readreg (state, 0x07); cx22700_read_status() local
|
H A D | l64781.c | 365 int sync = l64781_readreg (state, 0x32); l64781_read_status() local
|
H A D | ves1820.c | 245 int sync; ves1820_read_status() local 319 int sync; ves1820_get_frontend() local
|
H A D | cx24110.c | 445 int sync = cx24110_readreg (state, 0x55); cx24110_read_status() local
|
H A D | stv0288.c | 369 u8 sync = stv0288_readreg(state, 0x24); stv0288_read_status() local
|
H A D | stv0297.c | 335 u8 sync = stv0297_readreg(state, 0xDF); stv0297_read_status() local
|
H A D | tda10021.c | 315 int sync; tda10021_read_status() local 394 int sync; tda10021_get_frontend() local
|
H A D | tda10023.c | 383 int sync; tda10023_read_status() local 464 int sync,inv; tda10023_get_frontend() local
|
H A D | tda8083.c | 255 u8 sync = tda8083_readreg (state, 0x02); tda8083_read_status() local
|
H A D | ves1x93.c | 307 u8 sync = ves1x93_readreg (state, 0x0e); ves1x93_read_status() local
|
H A D | stv0299.c | 490 u8 sync = stv0299_readreg (state, 0x1b); stv0299_read_status() local
|
H A D | cx24123.c | 837 int sync = cx24123_readreg(state, 0x14); cx24123_read_status() local
|
H A D | cxd2841er.c | 903 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 D | mb86a16.c | 637 int sync; sync_chk() local 1063 int sync; mb86a16_set_fe() local
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb.c | 687 u8 i, tc, err, sync, oper; i40e_cee_to_dcb_config() local
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.h | 93 u8 sync; member in struct:qcaspi
|
/linux-4.4.14/drivers/firewire/ |
H A D | core-iso.c | 192 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags) fw_iso_context_start() argument
|
H A D | core-card.c | 632 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 D | fscache.c | 417 void __nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) __nfs_readpage_to_fscache() argument
|
H A D | fscache.h | 145 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 D | pnfs.c | 2231 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 D | pnfs.h | 160 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 D | dev_addr_lists.c | 23 __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 D | datagram.c | 71 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 D | rdwr.c | 24 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 D | wait.c | 291 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 D | videobuf-core.h | 128 int (*sync) (struct videobuf_queue *q, member in struct:videobuf_qtype_ops
|
/linux-4.4.14/Documentation/networking/timestamping/ |
H A D | timestamping.c | 91 static const unsigned char sync[] = { variable
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.c | 219 int sync, j; sym_display_Tekram_nvram() local
|
/linux-4.4.14/drivers/md/ |
H A D | dm-io.c | 362 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 D | dm-log.c | 234 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 D | dm-raid.c | 1370 sector_t sync; raid_status() local
|
H A D | dm-raid1.c | 687 struct bio_list sync, nosync, recover, *this_list = NULL; do_writes() local
|
/linux-4.4.14/drivers/gpu/drm/via/ |
H A D | via_dmablit.c | 778 drm_via_blitsync_t *sync = data; via_dma_blit_sync() local
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
H A D | av7110_v4l.c | 236 int source, sync, err; av7110_dvb_c_switch() local
|
H A D | av7110_av.c | 240 u32 sync; av7110_pes_play() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gf119.c | 312 u32 sync = nvkm_rd32(device, 0x660404 + (head * 0x300)); gf119_disp_intr_unk2_2() local
|
/linux-4.4.14/fs/adfs/ |
H A D | adfs.h | 135 int (*sync)(struct adfs_dir *dir); member in struct:adfs_dir_ops
|
/linux-4.4.14/fs/ocfs2/ |
H A D | quota_global.c | 871 int sync = 0; ocfs2_mark_dquot_dirty() local
|
/linux-4.4.14/fs/ubifs/ |
H A D | dir.c | 975 int err, release, sync = 0, move = (new_dir != old_dir); ubifs_rename() local
|
H A D | journal.c | 546 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 D | balloc.c | 322 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 D | xfs_trans.c | 896 int sync = tp->t_flags & XFS_TRANS_SYNC; __xfs_trans_commit() local
|
H A D | xfs_log.c | 3105 int sync = 0; /* do we sync? */ xlog_state_release_iclog() local
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | video-pxafb.h | 88 u_char sync; member in struct:pxafb_mode_info
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_init.c | 500 unsigned short sync = SiS_Pr->SiS_RefIndex[rrti].Ext_InfoFlag >> 8; SiS_SetCRT1Sync() local
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | tusb6010.c | 1111 void __iomem *sync = NULL; tusb_musb_init() local
|
H A D | musb_core.h | 349 dma_addr_t sync; member in struct:musb
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | sec_plain.c | 502 plain_release_ctx(struct ptlrpc_sec *sec, struct ptlrpc_cli_ctx *ctx, int sync) plain_release_ctx() argument
|
H A D | sec.c | 285 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 D | saa7146_hlp.c | 15 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 D | saa6588.c | 79 u8 sync; member in struct:saa6588
|
/linux-4.4.14/drivers/media/platform/davinci/ |
H A D | isif.c | 549 struct vpss_sync_pol sync; isif_config_raw() local 895 struct vpss_sync_pol sync; isif_config_ycbcr() local
|
H A D | vpss.c | 214 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 D | cpia2_v4l.c | 188 static int sync(struct camera_data *cam, int frame_nr) sync() function
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_priv.h | 100 u32 sync:12; member in struct:pat_ctrl
|
H A D | omap_gem.c | 119 } *sync; member in struct:omap_gem_object
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | cmdevt.c | 38 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 D | fm10k_netdev.c | 873 __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 D | l2t.c | 140 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync) write_l2e() argument
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | hci_h5.c | 195 const unsigned char sync[] = { 0x01, 0x7e }; h5_open() local
|
/linux-4.4.14/fs/f2fs/ |
H A D | gc.c | 817 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync) f2fs_gc() argument
|
H A D | checkpoint.c | 143 ra_meta_pages(struct f2fs_sb_info *sbi, block_t start, int nrpages, int type, bool sync) ra_meta_pages() argument
|
H A D | file.c | 1607 __u32 sync; f2fs_ioc_gc() local
|
H A D | super.c | 573 int f2fs_sync_fs(struct super_block *sb, int sync) f2fs_sync_fs() argument
|
/linux-4.4.14/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 365 bl_write_pagelist(struct nfs_pgio_header *header, int sync) bl_write_pagelist() argument
|
/linux-4.4.14/fs/nfs/filelayout/ |
H A D | filelayout.c | 514 filelayout_write_pagelist(struct nfs_pgio_header *hdr, int sync) filelayout_write_pagelist() argument
|
/linux-4.4.14/fs/nfs/objlayout/ |
H A D | objio_osd.c | 80 bool sync; member in struct:objio_state
|
H A D | objlayout.c | 242 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 D | backing-dev.c | 898 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 D | rmap.c | 755 __page_check_address(struct page *page, struct mm_struct *mm, unsigned long address, spinlock_t **ptlp, int sync) __page_check_address() argument
|
H A D | compaction.c | 1337 const bool sync = cc->mode != MIGRATE_ASYNC; compact_zone() local
|
H A D | vmalloc.c | 602 __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 D | trans_fd.c | 521 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 D | transaction.h | 123 bool sync; member in struct:btrfs_trans_handle
|
H A D | file.c | 1762 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 D | exit.c | 1455 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 D | bebob_maudio.c | 143 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 D | src.c | 26 struct rsnd_kctrl_cfg_s sync; /* sync convert */ member in struct:rsnd_src
|
/linux-4.4.14/virt/kvm/ |
H A D | eventfd.c | 187 irqfd_wakeup(wait_queue_t *wait, unsigned mode, int sync, void *key) irqfd_wakeup() argument
|
/linux-4.4.14/drivers/staging/xgifb/ |
H A D | XGI_main_26.c | 81 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 D | vb_setmode.c | 251 unsigned short sync, temp; XGI_SetSync() local
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 450 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 D | vhost.c | 126 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 D | i810_main.c | 148 static bool sync; variable
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
H A D | omapfb.h | 184 void (*sync) (void); member in struct:lcd_ctrl
|
H A D | hwa742.c | 99 struct completion *sync; member in union:hwa742_request::__anon11177
|
/linux-4.4.14/drivers/scsi/ |
H A D | gdth_ioctl.h | 160 } __attribute__((packed)) sync; member in union:__anon9454::__anon9455
|
H A D | wd719x.h | 242 __le32 sync; /* SYNC msg options (ID 0-15) */ member in struct:wd719x_host_param
|
H A D | aha152x.c | 353 static int sync[] = {1, 1}; variable
|
H A D | eata.c | 660 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 D | eata_generic.h | 241 __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 D | sysfs.c | 591 bool sync = strtoul_or_return(buf); SHOW_LOCKED() local
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
H A D | ipu-dc.c | 130 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 D | rc-main.c | 538 static void ir_do_keyup(struct rc_dev *dev, bool sync) ir_do_keyup() argument
|
/linux-4.4.14/drivers/base/regmap/ |
H A D | internal.h | 170 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 D | dvo_ns2501.c | 205 uint8_t sync; /* configuration of the C0 register */ member in struct:ns2501_configuration
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
H A D | edp_ctrl.c | 827 static void edp_clock_synchrous(struct edp_ctrl *ctrl, int sync) edp_clock_synchrous() argument
|
/linux-4.4.14/drivers/clk/bcm/ |
H A D | clk-kona.c | 213 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 D | jfs_logmgr.h | 294 __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 D | ore.c | 363 bool sync = (ios->done == NULL); ore_io_execute() local
|
/linux-4.4.14/fs/ |
H A D | select.c | 182 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 D | fs-writeback.c | 2353 int write_inode_now(struct inode *inode, int sync) write_inode_now() argument
|
H A D | eventpoll.c | 999 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 D | via_drm.h | 274 drm_via_blitsync_t sync; member in struct:drm_via_dmablit
|
/linux-4.4.14/include/uapi/linux/ |
H A D | firewire-cdev.h | 850 __u32 sync; member in struct:fw_cdev_start_iso
|
H A D | if.h | 212 sync_serial_settings __user *sync; member in union:if_settings::__anon14090
|
H A D | fb.h | 273 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo
|
/linux-4.4.14/sound/pci/ |
H A D | sis7019.c | 225 int sync; sis_update_voice() local
|
H A D | rme96.c | 1386 bool sync; snd_rme96_playback_trigger() local 1443 bool sync; snd_rme96_capture_trigger() local
|
/linux-4.4.14/drivers/vme/bridges/ |
H A D | vme_ca91cx42.c | 275 ca91cx42_irq_set(struct vme_bridge *ca91cx42_bridge, int level, int state, int sync) ca91cx42_irq_set() argument
|
H A D | vme_tsi148.c | 405 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 D | seccomp_bpf.c | 1084 char sync; setup_trace_fixture() local
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | icom.h | 105 u8 sync; /* 1F3 Sync Reg */ member in struct:func_dram
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1661 u32 sync, h_sync_pol, v_sync_pol, dotClock, pixClock; radeonfb_set_par() local
|
H A D | aty128fb.c | 1049 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 D | savagefb.h | 148 unsigned int sync; member in struct:xtimings
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
H A D | init.c | 2055 unsigned short sync; SiS_SetCRT1Sync() local
|
/linux-4.4.14/drivers/scsi/arm/ |
H A D | fas216.c | 517 enum { sync, async, none, reject } res = none; fas216_handlesync() enumerator in enum:__anon9167
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-wiimote-modules.c | 562 bool sync = false; wiimod_ir_in_ir() local
|
H A D | hid-wiimote.h | 126 struct mutex sync; member in struct:wiimote_state
|
H A D | wacom_wac.c | 2278 bool sync; wacom_wac_irq() local
|
/linux-4.4.14/drivers/net/ |
H A D | macvlan.c | 163 static void macvlan_hash_del(struct macvlan_dev *vlan, bool sync) macvlan_hash_del() argument
|
/linux-4.4.14/drivers/net/wan/ |
H A D | z85230.h | 277 u8 sync; /* Set if in sync mode */ member in struct:z8530_channel
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 511 bool sync = false; ath6kl_htc_tx_issue() local
|
/linux-4.4.14/drivers/ata/ |
H A D | libata-scsi.c | 3718 void ata_scsi_scan_host(struct ata_port *ap, int sync) ata_scsi_scan_host() argument
|
/linux-4.4.14/block/ |
H A D | blk-core.c | 66 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 D | file.c | 89 static void fuse_file_put(struct fuse_file *ff, bool sync) fuse_file_put() argument
|
/linux-4.4.14/fs/gfs2/ |
H A D | quota.c | 1087 int sync; gfs2_quota_unlock() local
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 1662 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 D | cvmx-pcsx-defs.h | 829 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 D | time.c | 723 static void clock_sync_cpu(struct clock_sync_data *sync) clock_sync_cpu() argument
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm8996.c | 1821 int sync = WM8996_REG_SYNC; wm8996_set_sysclk() local
|
H A D | arizona.c | 1875 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 D | file.c | 910 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 D | matroxfb_base.c | 1266 static int sync = -1; /* "matroxfb:sync:xxxxx" */ variable
|
/linux-4.4.14/drivers/memory/ |
H A D | omap-gpmc.c | 1543 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 D | logfs.h | 159 void (*sync)(struct super_block *sb); member in struct:logfs_device_ops
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | xmon.c | 252 static inline void sync(void) sync() function
|