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

/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c96 * 2a. signalfd_lock (after sfd_lock is dropped, when sfd_count falls to 0)
118 uint_t sfd_count; /* ref count */ member in struct:signalfd_state
147 ASSERT(state->sfd_count > 0);
150 state->sfd_count++;
162 ASSERT(state->sfd_count > 0);
163 if (state->sfd_count == 1) {
182 state->sfd_count--;
363 state->sfd_count = 1;

Completed in 75 milliseconds