Searched refs:when (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/
H A Dprofile_prvd.c414 profile_online(void *arg, dtrace_cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) argument
427 when->cyt_interval = prof->prof_interval;
428 when->cyt_when = dtrace_gethrtime() + when->cyt_interval;
430 pcpu->profc_expected = when->cyt_when;
431 pcpu->profc_interval = when->cyt_interval;
452 cyc_time_t when; local
462 when.cyt_interval = prof->prof_interval;
464 when.cyt_when = dtrace_gethrtime() + when
[all...]
H A Ddtrace_glue.c291 cyc_time_t when; member in struct:wrap_timer_call
335 clock_deadline_for_periodic_event(wrapTC->when.cyt_interval, mach_absolute_time(),
356 clock_deadline_for_periodic_event( wrapTC->when.cyt_interval, mach_absolute_time(), &(wrapTC->deadline) );
361 timer_call_add_cyclic(wrap_timer_call_t *wrapTC, cyc_handler_t *handler, cyc_time_t *when) argument
368 wrapTC->when = *when;
370 nanoseconds_to_absolutetime( wrapTC->when.cyt_interval, (uint64_t *)&wrapTC->when.cyt_interval );
375 clock_deadline_for_periodic_event( wrapTC->when.cyt_interval, now, &(wrapTC->deadline) );
415 cyclic_timer_add(cyc_handler_t *handler, cyc_time_t *when) argument
509 cyc_time_t when; member in struct:wrap_thread_call
534 cyclic_add(cyc_handler_t *handler, cyc_time_t *when) argument
[all...]
H A Ddtrace.c247 * etc. Importantly, dtrace_lock is _not_ required when in probe context;
251 * (2) dtrace_provider_lock is required when manipulating provider state, or
252 * when provider state must be held constant.
254 * (3) dtrace_meta_lock is required when manipulating meta provider state, or
255 * when meta provider state must be held constant.
603 * Set DTrace verbosity when an error occured (0 = disabled, 1 = enabld).
604 * Errors are reported when a DIFO or a DOF has been rejected by the kernel.
837 * that the counter is never zero when we have seen
2302 * value that defaults to 1 when not present. If additional
2973 * ensures that we won't trip up when acces
12971 cyc_time_t when; local
[all...]
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSBoolean.h79 * @param when Unused.
83 const int when) const;
/xnu-2782.1.97/libkern/c++/
H A DOSObject.cpp161 void OSObject::taggedRelease(const void *tag, const int when) const
199 if ((UInt16) actualCount < when)
238 void OSObject::release(int when) const
240 taggedRelease(0, when);
H A DOSBoolean.cpp86 void OSBoolean::taggedRelease(__unused const void *tag, __unused const int when) const { }
H A DOSSymbol.cpp574 void OSSymbol::taggedRelease(const void *tag, const int when) const
577 super::taggedRelease(tag, when);
H A DOSMetaClass.cpp443 * is converted to a real OSSymbol only when we record the OSKext in
499 void OSMetaClass::release(__unused int when) const { }
502 void OSMetaClass::taggedRelease(__unused const void * tag, __unused const int when) const { }
H A DOSKext.cpp340 static bool sSystemSleep = false; // true when system going to sleep
352 * that it remains visible even when we are performing extremely
1767 * so in this case we log a message when new & existing are equivalent
1777 * take that hit when neither kext is loaded.
3862 * we create one when it's linked.
5984 * and that would cause a panic on OSKext::free() when metaClasses is freed.
6101 /* save a copy of the bundle ID for us to check when deciding to
6364 * kexts are removed from it when unloaded, and we cannot make
6400 AbsoluteTime when; local
6418 1000 * 1000 * 1000, &when);
[all...]
/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd136 # installfile - Atomically copy files, esp. when multiple architectures

Completed in 126 milliseconds