Searched refs:LC_FREE (Results 1 - 5 of 5) sorted by relevance

/linux-master/lib/
H A Dlru_cache.c130 e->lc_number = LC_FREE;
131 e->lc_new_number = LC_FREE;
208 e->lc_number = LC_FREE;
209 e->lc_new_number = LC_FREE;
297 * sets @e->enr to %LC_FREE.
305 e->lc_number = e->lc_new_number = LC_FREE;
455 * where that different number may also be %LC_FREE.
/linux-master/include/linux/
H A Dlru_cache.h128 * in_use: currently in use (refcnt > 0, lc_number != LC_FREE)
130 * (lc_refcnt == 0, lc_number != LC_FREE),
132 * (lc_refcnt == 0, lc_number == LC_FREE),
135 * if either on "in_use" or "lru", i.e. lc_number != LC_FREE.
142 * them, as the change "index: -old_label, +LC_FREE" would need a transaction
158 #define LC_FREE (~0U) macro
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c345 if (e->lc_number != LC_FREE)
356 buffer->update_extent_nr[i] = cpu_to_be32(LC_FREE);
370 buffer->context[i] = cpu_to_be32(LC_FREE);
600 if (al_ext->lc_number == LC_FREE)
1037 if (device->resync_wenr != LC_FREE && device->resync_wenr != enr) {
1057 device->resync_wenr = LC_FREE;
1118 device->resync_wenr = LC_FREE;
1128 device->resync_wenr = LC_FREE;
1188 device->resync_wenr = LC_FREE;
1213 if (bm_ext->lce.lc_number == LC_FREE)
[all...]
H A Ddrbd_worker.c1847 device->resync_wenr = LC_FREE;
H A Ddrbd_main.c2004 device->resync_wenr = LC_FREE;

Completed in 155 milliseconds