Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid5-log.h21 void r5l_wake_reclaim(struct r5l_log *log, sector_t space);
Draid5-cache.c324 void r5l_wake_reclaim(struct r5l_log *log, sector_t space);
347 r5l_wake_reclaim(conf->log, 0); in r5c_check_stripe_cache_usage()
366 r5l_wake_reclaim(conf->log, 0); in r5c_check_cached_full_stripe()
442 r5l_wake_reclaim(log, 0); in r5c_update_log_state()
1085 r5l_wake_reclaim(log, reserve); in r5l_write_stripe()
1237 r5l_wake_reclaim(log, 0); in __r5l_stripe_write_finished()
1561 void r5l_wake_reclaim(struct r5l_log *log, sector_t space) in r5l_wake_reclaim() function
1585 r5l_wake_reclaim(log, MaxSector); in r5l_quiesce()
Draid5.c856 r5l_wake_reclaim(conf->log, 0); in raid5_get_active_stripe()