Home
last modified time | relevance | path

Searched refs:pending_changes (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/lib/
Dlru_cache.c197 lc->pending_changes = 0; in lc_reset()
416 if (lc->pending_changes >= lc->max_pending_changes) in __lc_get()
425 lc->pending_changes++; in __lc_get()
535 lc->pending_changes = 0; in lc_committed()
/Linux-v6.6/drivers/platform/x86/dell/dell-wmi-sysman/
Dbiosattr-interface.c34 if (wmi_priv.pending_changes == 0) { in call_biosattributes_interface()
35 wmi_priv.pending_changes = 1; in call_biosattributes_interface()
Ddell-wmi-sysman.h83 bool pending_changes; member
Dsysman.c198 return sprintf(buf, "%d\n", wmi_priv.pending_changes); in pending_reboot_show()
/Linux-v6.6/drivers/platform/x86/
Dthink-lmi.h85 bool pending_changes; member
Dthink-lmi.c1076 if (!ret && !tlmi_priv.pending_changes) { in current_value_store()
1077 tlmi_priv.pending_changes = true; in current_value_store()
1150 return sprintf(buf, "%d\n", tlmi_priv.pending_changes); in pending_reboot_show()
1197 if (!ret && !tlmi_priv.pending_changes) { in debug_cmd_store()
1198 tlmi_priv.pending_changes = true; in debug_cmd_store()
/Linux-v6.6/include/linux/
Dlru_cache.h192 unsigned int pending_changes; member
/Linux-v6.6/drivers/block/drbd/
Ddrbd_actlog.c447 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()