Searched refs:async_token_pool (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/sys/powerpc/powernv/ |
H A D | opal_async.c | 45 static vmem_t *async_token_pool; variable 61 if (async_token_pool != NULL) in opal_init_async_tokens() 64 async_token_pool = vmem_create("OPAL Async", 0, count, 1, 1, in opal_init_async_tokens() 80 vmem_alloc(async_token_pool, 1, M_FIRSTFIT | M_WAITOK, &token); in opal_alloc_async_token() 90 vmem_free(async_token_pool, token, 1); in opal_free_async_token()
|