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

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h80 unsigned int pid_padding :6; /* used to be pid_ref, now an int */
86 uint_t pid_ref; member in struct:pid
95 ++(pidp)->pid_ref;
97 (pidp)->pid_ref > 1 ? \
98 --(pidp)->pid_ref : pid_rele(pidp);
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h406 unsigned int pid_padding :6; /* used to be pid_ref, now an int */
412 uint_t pid_ref; member in struct:pid
421 ++(pidp)->pid_ref;
423 (pidp)->pid_ref > 1 ? \
424 --(pidp)->pid_ref : pid_rele(pidp);

Completed in 60 milliseconds