Home
last modified time | relevance | path

Searched refs:force_sync (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk.h503 int bcm_vk_sync_msgq(struct bcm_vk *vk, bool force_sync);
H A Dbcm_vk_msg.c408 int bcm_vk_sync_msgq(struct bcm_vk *vk, bool force_sync) in bcm_vk_sync_msgq() argument
452 if (bcm_vk_drv_access_ok(vk) && !force_sync) { in bcm_vk_sync_msgq()
/openbmc/u-boot/tools/
H A Dmoveconfig.py1227 if not self.options.force_sync and not updated:
1441 if options.force_sync:
1833 if len(configs) == 0 and not any((options.force_sync, options.build_db,
/openbmc/linux/fs/nfs/
H A Dinode.c840 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr() local
851 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) { in nfs_getattr()
883 do_update |= force_sync || nfs_attribute_cache_expired(inode); in nfs_getattr()