Searched refs:r5l_wake_reclaim (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-log.h | 23 extern void r5l_wake_reclaim(struct r5l_log *log, sector_t space);
|
H A 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()
|
H A D | raid5.c | 734 r5l_wake_reclaim(conf->log, 0); in raid5_get_active_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-log.h | 21 void r5l_wake_reclaim(struct r5l_log *log, sector_t space);
|
H A 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() 1085 r5l_wake_reclaim(log, reserve); in r5l_write_stripe() 1237 r5l_wake_reclaim(log, 0); in __r5l_stripe_write_finished() 1560 void r5l_wake_reclaim(struct r5l_log *log, sector_t space) in r5l_wake_reclaim() function 1586 r5l_wake_reclaim(log, MaxSector); in r5l_quiesce()
|
H A D | raid5.c | 856 r5l_wake_reclaim(conf->log, 0); in raid5_get_active_stripe()
|
Completed in 29 milliseconds