Searched refs:allocated_res (Results 1 – 1 of 1) sorted by relevance
154 struct resource **allocated_res; in pcibr_ate_alloc() local180 …allocated_res = (struct resource **)(((unsigned long)pcibr_soft->bs_allocated_ate_res) + new_res->… in pcibr_ate_alloc()181 *allocated_res = new_res; in pcibr_ate_alloc()191 struct resource **allocated_res; in pcibr_ate_free() local194 …allocated_res = (struct resource **)(((unsigned long)pcibr_soft->bs_allocated_ate_res) + index * s… in pcibr_ate_free()196 status = release_resource(*allocated_res); in pcibr_ate_free()199 kfree(*allocated_res); in pcibr_ate_free()