Searched refs:need_sync (Results 1 – 1 of 1) sorted by relevance
3164 int need_sync; in add_sync() local3166 need_sync = any_global_or_shared_sync_writes(kernel); in add_sync()3167 if (need_sync < 0) in add_sync()3169 if (!need_sync) in add_sync()3262 int need_sync; in add_group_write_sync() local3264 need_sync = any_sync_writes_in_group(kernel, group); in add_group_write_sync()3265 if (need_sync < 0) in add_group_write_sync()3267 if (need_sync) { in add_group_write_sync()