Home
last modified time | relevance | path

Searched refs:max_pending_changes (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dlru_cache.h189 * but no more than max_pending_changes */
190 unsigned int max_pending_changes; member
239 unsigned max_pending_changes,
/linux/lib/
H A Dlru_cache.c69 * @max_pending_changes: maximum changes to accumulate until a transaction is required
78 unsigned max_pending_changes, in lc_create() argument
117 lc->max_pending_changes = max_pending_changes; in lc_create()
415 * max_pending_changes changes. */ in __lc_get()
416 if (lc->pending_changes >= lc->max_pending_changes) in __lc_get()
462 * Up to "max_pending_changes" (see lc_create()) can be accumulated.
/linux/drivers/block/drbd/
H A Ddrbd_actlog.c499 al->max_pending_changes - al->pending_changes); in drbd_al_begin_io_nonblock()