Searched refs:shm_type (Results 1 – 2 of 2) sorted by relevance
1594 static struct mobj *alloc_shm(enum thread_shm_type shm_type, size_t size) in alloc_shm() argument1596 switch (shm_type) { in alloc_shm()1650 enum thread_shm_type shm_type, in thread_rpc_shm_cache_alloc() argument1671 if (ce->type != shm_type || sz > ce->size) { in thread_rpc_shm_cache_alloc()1674 ce->mobj = alloc_shm(shm_type, sz); in thread_rpc_shm_cache_alloc()1689 ce->type = shm_type; in thread_rpc_shm_cache_alloc()
777 enum thread_shm_type shm_type,
Completed in 7 milliseconds