Home
last modified time | relevance | path

Searched refs:lc_reset (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dlru_cache.h174 /* size of tracked objects, used to memset(,0,) them in lc_reset */
242 extern void lc_reset(struct lru_cache *lc);
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h174 /* size of tracked objects, used to memset(,0,) them in lc_reset */
241 extern void lc_reset(struct lru_cache *lc);
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c187 * lc_reset - does a full reset for @lc and the hash table slots.
193 void lc_reset(struct lru_cache *lc) in lc_reset() function
661 EXPORT_SYMBOL(lc_reset); variable
/kernel/linux/linux-6.6/lib/
H A Dlru_cache.c177 * lc_reset - does a full reset for @lc and the hash table slots.
183 void lc_reset(struct lru_cache *lc) in lc_reset() function
609 EXPORT_SYMBOL(lc_reset); variable
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_actlog.c1177 lc_reset(device->resync); in drbd_rs_cancel_all()
H A Ddrbd_worker.c1840 lc_reset(device->resync); in drbd_start_resync()
1848 wake_up(&device->al_wait); /* for lc_reset() above */ in drbd_start_resync()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_actlog.c1180 lc_reset(device->resync); in drbd_rs_cancel_all()
H A Ddrbd_worker.c1845 lc_reset(device->resync); in drbd_start_resync()
1853 wake_up(&device->al_wait); /* for lc_reset() above */ in drbd_start_resync()

Completed in 13 milliseconds