Lines Matching defs:active_thins
268 struct list_head active_thins;
359 * iterating the active_thins list.
660 list_for_each_entry_rcu(tc, &pool->active_thins, list)
2337 if (!list_empty(&pool->active_thins)) {
2338 tc = list_entry_rcu(pool->active_thins.next, struct thin_c, list);
2351 list_for_each_entry_continue_rcu(tc, &pool->active_thins, list) {
2820 list_for_each_entry_rcu(tc, &pool->active_thins, list) {
3007 INIT_LIST_HEAD(&pool->active_thins);
3633 * Must requeue active_thins' bios and then resume
3634 * active_thins _before_ clearing 'suspend' flag.
4297 list_add_tail_rcu(&tc->list, &tc->pool->active_thins);