Home
last modified time | relevance | path

Searched refs:allocated_res (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_ate.c154 struct resource **allocated_res; in pcibr_ate_alloc() local
180allocated_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() local
194allocated_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()