Searched defs:ptree_hdl_hi (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c52 * The counter, ptree_hdl_hi, is the hi water mark for allocated ptree handles.
143 static uint32_t ptree_hdl_hi = 1; variable
612 if ((pid != picld_pid) || (hash_val >= ptree_hdl_hi) ||
650 hdl = MAKE_HANDLE(picld_pid, ptree_hdl_hi);
651 ++ptree_hdl_hi;
3557 ptree_hdl_hi = 1;

Completed in 52 milliseconds