Searched refs:r5l_wake_reclaim (Results 1 – 3 of 3) sorted by relevance
/drivers/md/ |
D | raid5-log.h | 23 extern void r5l_wake_reclaim(struct r5l_log *log, sector_t space);
|
D | raid5-cache.c | 324 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() 1086 r5l_wake_reclaim(log, reserve); in r5l_write_stripe() 1238 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()
|
D | raid5.c | 735 r5l_wake_reclaim(conf->log, 0); in raid5_get_active_stripe()
|