Lines Matching defs:active_thins
265 struct list_head active_thins;
358 * iterating the active_thins list.
660 list_for_each_entry_rcu(tc, &pool->active_thins, list)
2320 if (!list_empty(&pool->active_thins)) {
2321 tc = list_entry_rcu(pool->active_thins.next, struct thin_c, list);
2334 list_for_each_entry_continue_rcu(tc, &pool->active_thins, list) {
2805 list_for_each_entry_rcu(tc, &pool->active_thins, list) {
2997 INIT_LIST_HEAD(&pool->active_thins);
3628 * Must requeue active_thins' bios and then resume
3629 * active_thins _before_ clearing 'suspend' flag.
4285 list_add_tail_rcu(&tc->list, &tc->pool->active_thins);