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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
188 struct uncached_pool *uc_pool; local
[all...]

Completed in 42 milliseconds