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

/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dthread_pool.c64 (tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
65 if (tpool->tp_flags & TP_ABANDON) {
70 if (tpool->tp_flags & TP_DESTROY)
80 tpool->tp_flags &= ~TP_WAIT;
105 if (tpool->tp_flags & TP_WAIT)
130 if (tpool->tp_flags & TP_WAIT)
133 (tpool->tp_flags & TP_SUSPEND)) &&
134 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
152 if (tpool->tp_flags & TP_DESTROY)
154 if (tpool->tp_flags
[all...]
H A Dthread_pool_impl.h80 int tp_flags; /* see below */ member in struct:tpool
89 /* tp_flags */
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h51 int tp_flags; member in struct:toepcb
H A Dcxgb_cpl_io.c133 KASSERT(!(toep->tp_flags & TP_CPL_DONE),
138 toep->tp_flags |= TP_CPL_DONE;
145 if (!(toep->tp_flags & TP_ATTACHED))
172 KASSERT(toep->tp_flags & TP_ATTACHED, ("%s: not attached", __func__));
180 toep->tp_flags &= ~TP_ATTACHED;
182 if (toep->tp_flags & TP_CPL_DONE)
333 if (toep->tp_flags & TP_FIN_SENT)
345 toep->tp_flags |= TP_FIN_SENT;
369 if (__predict_false((toep->tp_flags & TP_DATASENT) == 0)) {
382 toep->tp_flags |
[all...]
H A Dcxgb_listen.c468 CTASSERT(offsetof(struct toepcb, tp_flags) == offsetof(struct synq_entry, flags));

Completed in 76 milliseconds