Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpool.h40 #define POOL_MAXID 999999 /* maximum possible pool ID */ macro
/titanic_44/usr/src/uts/common/os/
H A Dpool.c169 pool_ids = id_space_create("pool_ids", POOL_DEFAULT + 1, POOL_MAXID); in pool_init()