Searched refs:calls (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h207 uint32_t calls; member in struct:IOStatisticsUserClientCall
H A DIOStatisticsPrivate.h115 uint32_t calls; member in struct:IOUserClientProcessEntry
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp1072 stats->userClientCalls[procs].calls = processEntry->calls;
1139 entry->calls++;
1170 entry->calls = 1;
1174 if (nextEntry->calls <= entry->calls)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c339 #error 1 << SYSTRACE_SHIFT must exceed number of system calls

Completed in 38 milliseconds