Searched refs:accumulated_busy_time (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLibPrivate.h65 uint64_t * accumulated_busy_time);
H A DIOKitLib.c1089 uint64_t * accumulated_busy_time)
1093 kr = io_service_get_state( service, state, busy_state, accumulated_busy_time );
1099 *accumulated_busy_time = 0;
1111 uint64_t accumulated_busy_time; local
1113 return (IOServiceGetBusyStateAndTime(service, &state, busyState, &accumulated_busy_time));
1122 uint64_t accumulated_busy_time; local
1124 return (IOServiceGetBusyStateAndTime(service, state, &busy_state, &accumulated_busy_time));
1085 IOServiceGetBusyStateAndTime( io_service_t service, uint64_t * state, uint32_t * busy_state, uint64_t * accumulated_busy_time) argument
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c864 uint64_t accumulated_busy_time; local
932 status = IOServiceGetBusyStateAndTime(service, &state, &integer, &accumulated_busy_time);
943 if (accumulated_busy_time)
946 accumulated_busy_time / kMillisecondScale);
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Ddevice.defs529 out accumulated_busy_time : uint64_t
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c2208 uint64_t accumulated_busy_time; local
2253 kr = IOServiceGetBusyStateAndTime(obj, &state, &busy_state, &accumulated_busy_time);
2281 accumulated_busy_time / kMillisecondScale);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOUserClient.cpp2478 uint64_t *accumulated_busy_time )
2484 *accumulated_busy_time = service->getAccumulatedBusyTime();

Completed in 116 milliseconds