Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 12 of 12) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOTimerEventSource.h223 virtual IOReturn setTimeoutMS(UInt32 ms);
260 virtual IOReturn wakeAtTimeMS(UInt32 ms);
H A DIOService.h1690 static IOReturn waitMatchIdle( UInt32 ms );
/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp429 IOTimerEventSource::setTimeoutMS(UInt32 ms) in setTimeoutMS() argument
431 return setTimeout(ms, kMillisecondScale); in setTimeoutMS()
494 IOTimerEventSource::wakeAtTimeMS(UInt32 ms) in wakeAtTimeMS() argument
496 return wakeAtTime(ms, kMillisecondScale); in wakeAtTimeMS()
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md35 75000, /* DF (75ms) */
36 150000, /* UT (150ms) */
37 250000 /* BG (250ms) */
46 8000, /* FG (8ms)*/
47 4000, /* IN (4ms) */
48 2000, /* DF (2ms) */
49 1000, /* UT (1ms) */
50 0 /* BG (0ms) */
105 8000, /* IN (8ms) */
106 6000, /* DF (6ms) */
[all …]
/xnu-11215/bsd/sys/
H A Dpipe.h124 vm_page_t ms[PIPENPAGES]; /* pages in source process */ member
/xnu-11215/tests/
H A Dkevent_continuous_time.c27 #define ms_to_tick(ms) (ns_to_tick((ms) * one_mil)) argument
/xnu-11215/osfmk/kern/
H A Dsyscall_subr.c597 thread_yield_internal(mach_msg_timeout_t ms) in thread_yield_internal() argument
614 thread_depress_ms(ms); in thread_yield_internal()
/xnu-11215/bsd/kern/
H A Duipc_mbuf.c3187 struct mbuf *m, *ms; in cslab_free() local
3223 cl = ms->m_ext.ext_buf; in cslab_free()
3232 VERIFY(m_get_rfa(ms) != NULL && MBUF_IS_COMPOSITE(ms)); in cslab_free()
3416 struct mbuf *ms; in mbuf_cslab_alloc() local
3488 VERIFY(m_get_rfa(ms) != NULL && MBUF_IS_COMPOSITE(ms)); in mbuf_cslab_alloc()
3569 struct mbuf *m, *ms; in mbuf_cslab_audit() local
3609 cl = ms->m_ext.ext_buf; in mbuf_cslab_audit()
3612 VERIFY(m_get_rfa(ms) != NULL && MBUF_IS_COMPOSITE(ms)); in mbuf_cslab_audit()
4110 struct mbuf *ms; local
8836 VERIFY(ms->m_flags == M_EXT && m_get_rfa(ms) != NULL &&
[all …]
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py325 ms = us / 1000
326 s = ms / 1000
333 … print("{:d} ns, {:f} us, {:f} ms, {:f} s, {:f} m, {:f} h, {:f} d".format(ns, us, ms, s, m, h, d))
335 print("{:d} ns, {:f} us, {:f} ms, {:f} s".format(ns, us, ms, s))
/xnu-11215/bsd/netinet/
H A Dtcp_log.c370 #define P_MS(ms, shift) ((ms) >> (shift)), (((ms) * 1000) >> (shift)) % 1000 argument
/xnu-11215/bsd/nfs/
H A Dnfs_subs.c324 struct mbuf_stat ms; in nfs_mbuf_init() local
326 mbuf_stats(&ms); in nfs_mbuf_init()
327 nfs_mbuf_mhlen = ms.mhlen; in nfs_mbuf_init()
328 nfs_mbuf_minclsize = ms.minclsize; in nfs_mbuf_init()
/xnu-11215/tests/skywalk/
H A Dskywalk_test_common.c2360 sktc_set_tcp_msl(int ms) in sktc_set_tcp_msl() argument
2366 &sktc_tcp_msl, &len, &ms, sizeof(ms)); in sktc_set_tcp_msl()