Home
last modified time | relevance | path

Searched refs:NODE_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.c1179 node->flag |= NODE_POOL_ALLOCATED; in emlxs_mem_get()
1236 if (!(node->flag & NODE_POOL_ALLOCATED)) { in emlxs_mem_put()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h435 #define NODE_POOL_ALLOCATED 0x00000001 macro