Searched refs:active_thins (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-thin.c | 265 struct list_head active_thins; member 358 * iterating the active_thins list. 660 list_for_each_entry_rcu(tc, &pool->active_thins, list) in error_retry_list_with_code() 2320 if (!list_empty(&pool->active_thins)) { in get_first_thin() 2321 tc = list_entry_rcu(pool->active_thins.next, struct thin_c, list); in get_first_thin() 2334 list_for_each_entry_continue_rcu(tc, &pool->active_thins, list) { in get_next_thin() 2805 list_for_each_entry_rcu(tc, &pool->active_thins, list) { in requeue_bios() 2997 INIT_LIST_HEAD(&pool->active_thins); in pool_create() 3628 * Must requeue active_thins' bios and then resume in pool_resume() 3629 * active_thins _before in pool_resume() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-thin.c | 268 struct list_head active_thins; member 359 * iterating the active_thins list. 660 list_for_each_entry_rcu(tc, &pool->active_thins, list) in error_retry_list_with_code() 2337 if (!list_empty(&pool->active_thins)) { in get_first_thin() 2338 tc = list_entry_rcu(pool->active_thins.next, struct thin_c, list); in get_first_thin() 2351 list_for_each_entry_continue_rcu(tc, &pool->active_thins, list) { in get_next_thin() 2820 list_for_each_entry_rcu(tc, &pool->active_thins, list) { in requeue_bios() 3007 INIT_LIST_HEAD(&pool->active_thins); in pool_create() 3633 * Must requeue active_thins' bios and then resume in pool_resume() 3634 * active_thins _before in pool_resume() [all...] |
Completed in 11 milliseconds