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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c51 * The counter, picl_hdl_hi, is the hi water mark for allocated picl handles.
144 static uint32_t picl_hdl_hi = 1; variable
593 if ((pid != picld_pid) || (hash_val >= picl_hdl_hi) ||
668 hdl = MAKE_HANDLE(picld_pid, picl_hdl_hi);
669 ++picl_hdl_hi;
3556 picl_hdl_hi = 1;

Completed in 67 milliseconds