Searched refs:pending_changes (Results 1 – 11 of 11) sorted by relevance
34 if (wmi_priv.pending_changes == 0) { in call_biosattributes_interface()35 wmi_priv.pending_changes = 1; in call_biosattributes_interface()
83 bool pending_changes; member
198 return sprintf(buf, "%d\n", wmi_priv.pending_changes); in pending_reboot_show()
208 lc->pending_changes = 0; in lc_reset()427 if (lc->pending_changes >= lc->max_pending_changes) in __lc_get()436 lc->pending_changes++; in __lc_get()546 lc->pending_changes = 0; in lc_committed()
586 if (!ret && !tlmi_priv.pending_changes) { in current_value_store()587 tlmi_priv.pending_changes = true; in current_value_store()670 return sprintf(buf, "%d\n", tlmi_priv.pending_changes); in pending_reboot_show()719 if (!ret && !tlmi_priv.pending_changes) { in debug_cmd_store()720 tlmi_priv.pending_changes = true; in debug_cmd_store()
62 bool pending_changes; member
192 unsigned int pending_changes; member
447 device->act_log->pending_changes == 0 || in drbd_al_begin_io_commit()453 if (device->act_log->pending_changes) { in drbd_al_begin_io_commit()499 al->max_pending_changes - al->pending_changes); in drbd_al_begin_io_nonblock()513 if (!al->pending_changes) in drbd_al_begin_io_nonblock()
688 unsigned long pending_changes; member1472 test_bit(BTRFS_PENDING_##opt, &(info)->pending_changes)1474 set_bit(BTRFS_PENDING_##opt, &(info)->pending_changes)1476 clear_bit(BTRFS_PENDING_##opt, &(info)->pending_changes)
2470 prev = xchg(&fs_info->pending_changes, 0); in btrfs_apply_pending_changes()
1409 if (fs_info->pending_changes == 0) in btrfs_sync_fs()
Completed in 36 milliseconds