Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/
H A Dworkqueue.py25 scheduled = GetEnumValue("workq_state_flags_t::WQ_DELAYED_CALL_SCHEDULED")
27 if wq.wq_flags & (scheduled | pended):
29 if wq.wq_flags & scheduled: s += 'S'
34 scheduled = GetEnumValue("workq_state_flags_t::WQ_IMMEDIATE_CALL_SCHEDULED")
36 if wq.wq_flags & (scheduled | pended):
38 if wq.wq_flags & scheduled: s += 'S'
/xnu-8796.141.3/bsd/netinet/
H A Dtcp_timer.h258 boolean_t scheduled; /* set when the timer is scheduled */ member
H A Dtcp_timer.c1929 if (!listp->scheduled) { in need_to_resched_timerlist()
1974 listp->scheduled = TRUE; in tcp_sched_timerlist()
2349 if (!listp->scheduled) { in tcp_sched_timers()
2381 if (listp->scheduled) { in tcp_sched_timers()
2757 if (listp->scheduled) { in tcp_interface_send_probe()
2896 if (listp->scheduled) { in tcp_probe_connectivity()
/xnu-8796.141.3/doc/
H A Dsched_clutch_edge.md39 …is set to `(now + WCEL[bucket])`. This ensures that the bucket would be scheduled at WCEL[bucket] …
275 The threads for shared resources can be scheduled using one of the two policies: