Lines Matching defs:processed_units
346 struct radix_tree_root *processed_units);
351 struct radix_tree_root *processed_units)
356 unit = radix_tree_lookup(processed_units, (unsigned long)data);
366 unit_list, processed_units);
373 ret = radix_tree_insert(processed_units, (unsigned long)data, unit);
387 struct radix_tree_root *processed_units)
397 unit = pwrseq_unit_setup(pos, unit_list, processed_units);
415 struct radix_tree_root *processed_units)
433 processed_units);
449 struct radix_tree_root processed_units;
454 INIT_RADIX_TREE(&processed_units, GFP_KERNEL);
455 ret = pwrseq_do_setup_targets(targets, pwrseq, &processed_units);
456 radix_tree_for_each_slot(slot, &processed_units, &iter, 0)
457 radix_tree_delete(&processed_units, iter.index);