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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_stack.h41 kstat_named_t sctp_find_next_tq; member in struct:sctp_kstat_s
76 uint64_t sctp_find_next_tq; member in struct:sctp_kstat_counter_s
H A Dsctp.c100 * sctp_find_next_tq() when an existing taskq cannot be dispatched.
1774 sctp_find_next_tq(sctp_t *sctp) function
1810 SCTP_KSTAT(sctps, sctp_find_next_tq);
1821 * If the try_harder argument is B_TRUE, this routine sctp_find_next_tq()
1843 if (!sctp_find_next_tq(sctp)) {

Completed in 62 milliseconds