Searched refs:lc_index (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dlru_cache.h153 unsigned lc_index; member in struct:lc_element
184 * This also limits the maximum value of lc_element.lc_index, allowing the
185 * 8 high bits of .lc_index to be overloaded with flags in the future. */
/linux-master/lib/
H A Dlru_cache.c42 unsigned i = e_->lc_index; \
129 e->lc_index = i;
207 e->lc_index = i;
573 BUG_ON(lc->lc_element[i]->lc_index != i);
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c343 buffer->update_slot_nr[i] = cpu_to_be16(e->lc_index);

Completed in 137 milliseconds