Searched refs:alloc_resource (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dpci_impl.h175 extern struct resource *alloc_resource(void);
H A Dpci-noop.c48 alloc_resource(void) function
H A Dcore_mcpcia.c300 io = alloc_resource();
301 mem = alloc_resource();
302 hae_mem = alloc_resource();
H A Dcore_tsunami.c259 hose->io_space = alloc_resource();
260 hose->mem_space = alloc_resource();
H A Dcore_titan.c257 hose->io_space = alloc_resource();
258 hose->mem_space = alloc_resource();
H A Dcore_wildfire.c69 hose->io_space = alloc_resource();
70 hose->mem_space = alloc_resource();
H A Dpci.c406 alloc_resource(void) function
H A Dcore_t2.c438 hae_mem = alloc_resource();
H A Dcore_marvel.c235 hose->io_space = alloc_resource();
236 hose->mem_space = alloc_resource();
H A Dcore_cia.c696 struct resource *hae_mem = alloc_resource();
/linux-master/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c242 static int alloc_resource(struct intel_vgpu *vgpu, function
347 ret = alloc_resource(vgpu, conf);
/linux-master/kernel/
H A Dresource.c159 * alloc_resource() overcomplicates resource handling.
165 static struct resource *alloc_resource(gfp_t flags) function
1049 struct resource *res = alloc_resource(GFP_ATOMIC);
1086 next_res = alloc_resource(GFP_ATOMIC);
1276 struct resource *res = alloc_resource(GFP_KERNEL);
1386 new_res = alloc_resource(GFP_KERNEL | (alloc_nofail ? __GFP_NOFAIL : 0));
1425 new_res = alloc_resource(GFP_ATOMIC);
1886 res = alloc_resource(GFP_KERNEL);
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c1290 static inline void alloc_resource(struct pci_dev *dev, int idx) function
1336 alloc_resource(dev, idx);

Completed in 131 milliseconds