Home
last modified time | relevance | path

Searched refs:MAP_POOL_ALLOCATED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c466 mp->flag |= MAP_POOL_ALLOCATED; in emlxs_mem_pool_alloc()
924 mp->flag |= MAP_POOL_ALLOCATED; in emlxs_mem_pool_get()
970 if (!(mp->flag & MAP_POOL_ALLOCATED) || in emlxs_mem_pool_put()
1216 if (!(mp->flag & MAP_POOL_ALLOCATED)) { in emlxs_mem_put()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1903 #define MAP_POOL_ALLOCATED 0x00000001 macro