Home
last modified time | relevance | path

Searched refs:fastpath (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/libkern/os/ !
H A Dobject.h199 #define fastpath(x) ((typeof(x))__builtin_expect((long)(x), ~0l)) macro
H A Dlog.c951 if (fastpath(ft)) { in firehose_trace_start()
956 if (fastpath(oslog_boot_done)) { in firehose_trace_start()
1040 if (fastpath(ft)) { in firehose_trace()