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

/arch/ia64/kernel/
H A Duncached.c49 struct uncached_pool *uc_pool = (struct uncached_pool *)data; local
54 atomic_inc(&uc_pool->status);
61 struct uncached_pool *uc_pool = (struct uncached_pool *)data; local
65 atomic_inc(&uc_pool->status);
78 static int uncached_add_chunk(struct uncached_pool *uc_pool, int nid) argument
81 int status, i, nchunks_added = uc_pool->nchunks_added;
84 if (mutex_lock_interruptible(&uc_pool->add_chunk_mutex) != 0)
87 if (uc_pool->nchunks_added > nchunks_added) {
89 mutex_unlock(&uc_pool->add_chunk_mutex);
93 if (uc_pool
188 struct uncached_pool *uc_pool; local
[all...]

Completed in 39 milliseconds