Searched refs:scale (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmisc_protos.h90 unsigned int *scale);
95 unsigned int *scale);
H A Drtclock.h47 uint32_t scale; /* tsc -> nanosec multiplier */ member in struct:rtc_nanotime
63 uint32_t scale,
91 movl RNT_SCALE(%edi),%ecx /* * scale factor */ ; \
123 mulq %rcx /* delta * scale */ ; \
H A Drtclock.c99 * based on the scale factor and an implicit 32 bit shift.
112 : "c" (current_cpu_datap()->cpu_nanotime->scale)
169 * with this ratio expressed as a 32-bit scale and shift
173 * The tuple {tsc_base, ns_base, scale, shift} is exported in the commpage
182 commpage_set_nanotime(rntp->tsc_base, rntp->ns_base, rntp->scale, rntp->shift);
195 _rtc_nanotime_store(tsc, base, rntp->scale, rntp->shift, rntp);
267 _rtc_nanotime_store(tsc_base, base, rntp->scale, rntp->shift, rntp);
362 rntp->scale = ((uint64_t)NSEC_PER_SEC << 32) / cycles;
H A Dgenassym.c516 offsetof(rtc_nanotime_t *, scale));
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dunix_startup.c155 int scale; local
160 if ((scale = nmbclusters / NMBCLUSTERS) > 1) {
161 tcp_sendspace *= scale;
162 tcp_recvspace *= scale;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.h97 extern void commpage_set_nanotime(uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t shift);
H A Dcommpage.c473 uint32_t scale,
504 p32->nt_scale = scale;
505 p64->nt_scale = scale;
470 commpage_set_nanotime( uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t shift ) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h239 unsigned long scale; /* scaling factor (65536 / scale) */ member in struct:profile_profil
H A Dprofile-mk.c140 pv->profil_info.scale = 0x10000 / HISTFRACTION;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s489 LCL(scale) = LCL(counter_size)+4 /* scale factor */
490 LCL(profil_unused) = LCL(scale)+4 /* unused fields */
H A Dprofile-md.c976 fprintf(stream, "%12lu profil scale (%g)\n",
977 (long unsigned)pinfo->scale,
978 ((double)pinfo->scale) / ((double) 0x10000));
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h1761 void start_ack_timer( UInt32 value, UInt32 scale );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp3937 void IOService::start_ack_timer ( UInt32 interval, UInt32 scale )
3942 clock_interval_to_deadline(interval, scale, &deadline);

Completed in 147 milliseconds