Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c503 mp->flag |= MAP_POOL_ALLOCATED; in emlxs_mem_pool_alloc()
961 mp->flag |= MAP_POOL_ALLOCATED; in emlxs_mem_pool_get()
1007 if (!(mp->flag & MAP_POOL_ALLOCATED) || in emlxs_mem_pool_put()
1253 if (!(mp->flag & MAP_POOL_ALLOCATED)) { in emlxs_mem_put()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1931 #define MAP_POOL_ALLOCATED 0x00000001 macro