Searched refs:SRN_MAX_CLONE (Results 1 – 2 of 2) sorted by relevance
61 #define SRN_MINOR_TO_CLONE(minor) ((minor) & (SRN_MAX_CLONE - 1))66 extern kcondvar_t srn_clones_cv[SRN_MAX_CLONE];67 extern uint_t srn_poll_cnt[SRN_MAX_CLONE];76 uchar_t srn_clones[SRN_MAX_CLONE]; /* unique opens */77 struct cred *srn_cred[SRN_MAX_CLONE]; /* cred for each open */78 int srn_type[SRN_MAX_CLONE]; /* type of handshake */79 int srn_delivered[SRN_MAX_CLONE];80 srn_event_info_t srn_pending[SRN_MAX_CLONE];81 int srn_fault[SRN_MAX_CLONE];85 kcondvar_t srn_clones_cv[SRN_MAX_CLONE];[all …]
67 #define SRN_MAX_CLONE 8 /* only two consumer known */ macro