Searched refs:uc_pool (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Duncached.c50 struct uncached_pool *uc_pool = (struct uncached_pool *)data; local
55 atomic_inc(&uc_pool->status);
62 struct uncached_pool *uc_pool = (struct uncached_pool *)data; local
66 atomic_inc(&uc_pool->status);
79 static int uncached_add_chunk(struct uncached_pool *uc_pool, int nid) argument
82 int status, i, nchunks_added = uc_pool->nchunks_added;
85 if (mutex_lock_interruptible(&uc_pool->add_chunk_mutex) != 0)
88 if (uc_pool->nchunks_added > nchunks_added) {
90 mutex_unlock(&uc_pool->add_chunk_mutex);
94 if (uc_pool
189 struct uncached_pool *uc_pool; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c115 struct ttm_page_pool uc_pool; member in struct:ttm_pool_manager::__anon11313::__anon11314
796 ttm_page_pool_init_locked(&_manager->uc_pool, GFP_HIGHUSER, "uc");

Completed in 157 milliseconds