Lines Matching defs:sched
75 #include <sys/sched.h>
5689 int sched = 0;
5720 sched = 1;
5792 return (sched);
5805 int sched;
5807 sched = hn_start_locked(txr, txr->hn_direct_tx_size);
5809 if (!sched)
5839 int sched;
5842 sched = hn_start_locked(txr, txr->hn_direct_tx_size);
5844 if (sched) {
5869 int sched = 0;
5895 sched = 1;
5953 return (sched);
6087 int sched;
6089 sched = hn_xmit(txr, txr->hn_direct_tx_size);
6091 if (!sched)
6135 int sched;
6138 sched = hn_xmit(txr, txr->hn_direct_tx_size);
6140 if (sched) {