Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dobject-list.c95 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; in fscache_objlist_lookup() local
110 pobj = (struct fscache_object *)pos; in fscache_objlist_lookup()
114 if (pobj < obj) { in fscache_objlist_lookup()
118 } else if (pobj > obj) { in fscache_objlist_lookup()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_object.c446 struct nouveau_gpuobj **pobj) in nv50_gpuobj_dma_new() argument
451 ret = nouveau_gpuobj_new(dev, chan, 24, 16, NVOBJ_FLAG_ZERO_FREE, pobj); in nv50_gpuobj_dma_new()
455 nv50_gpuobj_dma_init(*pobj, 0, class, base, size, target, in nv50_gpuobj_dma_new()
463 struct nouveau_gpuobj **pobj) in nouveau_gpuobj_dma_new() argument
476 target, access, type, comp, pobj); in nouveau_gpuobj_dma_new()
484 nouveau_gpuobj_ref(gart, pobj); in nouveau_gpuobj_dma_new()
539 *pobj = obj; in nouveau_gpuobj_dma_new()
Dnv50_evo.c78 u64 base, u64 size, struct nouveau_gpuobj **pobj) in nv50_evo_dmaobj_new() argument
95 if (pobj) in nv50_evo_dmaobj_new()
96 nouveau_gpuobj_ref(obj, pobj); in nv50_evo_dmaobj_new()
Dnouveau_drv.h1033 u32 comp, struct nouveau_gpuobj **pobj);