Searched refs:duration (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dlock.h23 unsigned long duration[2]; member in struct:uslock_debug
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.h93 u_int32_t duration; /* duration of sample period (secs) */ member in struct:HotFilesInfo
H A Dhfs_hotfiles.c71 time_t hfl_duration; /* duration of sample period */
479 hotfileinfo.duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
1901 hotfileinfo->duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
/darwin-on-arm/xnu/osfmk/i386/
H A Dsimple_lock.h87 unsigned long duration[2]; member in struct:uslock_debug
H A Dgenassym.c139 DECLARE("SLOCK_DURATIONH",offsetof(usimple_lock_t, debug.duration[0]));
140 DECLARE("SLOCK_DURATIONL",offsetof(usimple_lock_t, debug.duration[1]));
H A Dlocks_i386.c461 l->debug.duration[0] = l->debug.duration[1] = 0;
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME72 [-D duration in msecs (default 10s)]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h151 @param newService The IOService object the notification is delivering. It is retained for the duration of the handler's invocation and doesn't need to be released by the handler. */
164 @param provider The IOService object who is delivering the notification. It is retained for the duration of the handler's invocation and doesn't need to be released by the handler.
1613 virtual void clampPowerOn( unsigned long duration );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp6278 // Set to highest available power state for a minimum of duration milliseconds
6281 void IOService::clampPowerOn ( unsigned long duration )

Completed in 63 milliseconds