Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/tools/lldbmacros/
H A Dworkqueue.py23 scheduled = GetEnumValue("workq_state_flags_t::WQ_DELAYED_CALL_SCHEDULED")
25 if wq.wq_flags & (scheduled | pended):
27 if wq.wq_flags & scheduled: s += 'S'
32 scheduled = GetEnumValue("workq_state_flags_t::WQ_IMMEDIATE_CALL_SCHEDULED")
34 if wq.wq_flags & (scheduled | pended):
36 if wq.wq_flags & scheduled: s += 'S'
/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.h259 boolean_t scheduled; /* set when the timer is scheduled */ member
H A Dtcp_timer.c1943 if (!listp->scheduled) { in need_to_resched_timerlist()
1988 listp->scheduled = TRUE; in tcp_sched_timerlist()
2357 if (!listp->scheduled) { in tcp_sched_timers()
2389 if (listp->scheduled) { in tcp_sched_timers()
2765 if (listp->scheduled) { in tcp_interface_send_probe()
2904 if (listp->scheduled) { in tcp_probe_connectivity()
/xnu-11215.81.4/doc/scheduler/
H A Dsched_clutch_edge.md41 …is set to `(now + WCEL[bucket])`. This ensures that the bucket would be scheduled at WCEL[bucket] …
277 The threads for shared resources can be scheduled using one of the two policies: