Searched refs:signalfd_state_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c28 * will be allocated for them along with an associated signalfd_state_t struct.
44 * signalfd_state_t entries. The sigfd_proc_state_t list is walked to find a
45 * sigfd_poll_waiter_t matching the signalfd_state_t which corresponds to the
47 * created, incrementing the refcount on the signalfd_state_t, and it is added
51 * associated sigfd_poll_waiter_t instead of directly in the signalfd_state_t.
56 * necessitates reference counting on the signalfd_state_t so it is able to
58 * ensures that blocked pollers which hold references to the signalfd_state_t
64 * associated with a signalfd_state_t with a matching signal mask. The
92 * 2. signalfd_state_t`sfd_lock
95 * 2. signalfd_state_t`sfd_loc
113 typedef struct signalfd_state signalfd_state_t; typedef in typeref:struct:signalfd_state
[all...]

Completed in 57 milliseconds