Searched refs:uint64_t (Results 151 - 175 of 590) sorted by relevance

1234567891011>>

/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.h197 uint64_t pgo_tid; /* thread ID of I/O thread that services this queue */
298 uint64_t *upl_reprio_info;
479 uint64_t reusable;
480 uint64_t reused;
481 uint64_t reused_wire;
482 uint64_t reused_remove;
483 uint64_t all_reusable_calls;
484 uint64_t partial_reusable_calls;
485 uint64_t all_reuse_calls;
486 uint64_t partial_reuse_call
[all...]
H A Dvm_compressor_backing_store.c42 uint64_t vm_swapout_thread_id;
44 uint64_t vm_swap_put_failures = 0;
45 uint64_t vm_swap_get_failures = 0;
67 uint64_t swp_size; /* size of this swap file */
94 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset);
135 struct swapfile *vm_swapfile_for_handle(uint64_t);
142 vm_swapfile_for_handle(uint64_t f_offset)
145 uint64_t file_offset = 0;
262 vm_swapfile_close((uint64_t)pathname, vp);
273 uint64_t siz
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Di386_vm_init.c90 uint64_t max_mem; /* Size of physical memory (bytes), adjusted by maxmem */
91 uint64_t mem_actual;
92 uint64_t sane_size = 0; /* Memory size for defaults calculations */
145 extern uint64_t firmware_Conventional_bytes;
146 extern uint64_t firmware_RuntimeServices_bytes;
147 extern uint64_t firmware_ACPIReclaim_bytes;
148 extern uint64_t firmware_ACPINVS_bytes;
149 extern uint64_t firmware_PalCode_bytes;
150 extern uint64_t firmware_Reserved_bytes;
151 extern uint64_t firmware_Unusable_byte
[all...]
H A Dmtrr.c40 uint64_t base; /* in IA32_MTRR_PHYSBASE format */
41 uint64_t mask; /* in IA32_MTRR_PHYSMASK format */
46 uint64_t types; /* fixed-range type octet */
53 uint64_t MTRRcap;
54 uint64_t MTRRdefType;
82 uint64_t length, uint32_t type, int valid);
84 uint64_t length, uint32_t type);
108 static uint64_t mtrr_phys_mask = PHYS_BITS_TO_MASK(36);
342 uint64_t pat = rdmsr64(MSR_IA32_CR_PAT);
476 mtrr_range_add(addr64_t address, uint64_t lengt
[all...]
H A Dacpi.c97 static uint64_t acpi_sleep_abstime;
98 static uint64_t acpi_idle_abstime;
99 static uint64_t acpi_wake_abstime, acpi_wake_postrebase_abstime;
167 uint64_t start;
168 uint64_t elapsed = 0;
169 uint64_t elapsed_trace_start = 0;
221 uint64_t old_cr3 = x86_64_pre_sleep();
478 uint64_t ctime = mach_absolute_time();
/xnu-2782.1.97/bsd/sys/
H A Dspawn_internal.h97 uint64_t data;
100 uint64_t datalen;
136 uint64_t psa_cpumonitor_percent; /* CPU usage monitor percentage */
137 uint64_t psa_cpumonitor_interval; /* CPU usage monitor interval, in seconds */
138 uint64_t psa_coalitionid; /* coalition to spawn into */
146 uint64_t psa_qos_clamp; /* QoS Clamp to set on the new process */
H A Dkern_memorystatus.h88 uint64_t user_data;
104 uint64_t compressions;
105 uint64_t decompressions;
106 uint64_t total_uncompressed_pages_in_compressor;
122 uint64_t user_data;
131 uint64_t snapshot_time;
132 uint64_t notification_time;
210 uint64_t user_data;
235 extern int memorystatus_update(proc_t p, int priority, uint64_t user_data, boolean_t effective, boolean_t update_memlimit, int32_t memlimit, boolean_t memlimit_background, boolean_t is_fatal_limit);
H A Dposix_sem.h66 uint64_t psem_creator_uniqueid;
/xnu-2782.1.97/osfmk/kern/
H A Dcoalition.c67 static uint64_t coalition_count;
68 static uint64_t coalition_next_id = 1;
76 uint64_t id; /* monotonically increasing */
79 uint64_t bytesread;
80 uint64_t byteswritten;
81 uint64_t gpu_time;
87 uint64_t last_became_nonempty_time;
88 uint64_t time_nonempty;
90 uint64_t task_count; /* Count of tasks that have started in this coalition */
91 uint64_t dead_task_coun
[all...]
H A Dkpc_common.c171 int *curcpu, uint64_t *buf )
205 int *curcpu, uint64_t *buf )
220 memcpy( &buf[offset], &FIXED_SHADOW(0), count*sizeof(uint64_t) );
229 memcpy( &buf[offset], &CONFIGURABLE_SHADOW(0), count*sizeof(uint64_t) );
327 uint64_t *
330 uint64_t *buf;
332 buf = kalloc(KPC_MAX_COUNTERS * sizeof(uint64_t));
334 bzero( buf, KPC_MAX_COUNTERS * sizeof(uint64_t) );
340 kpc_counterbuf_free(uint64_t *buf)
343 kfree(buf, KPC_MAX_COUNTERS * sizeof(uint64_t));
[all...]
H A Dkalloc.h88 uint64_t *sum_size,
H A Dthread.h246 uint64_t deadline;
250 uint64_t last_run_time; /* time when thread was switched away from */
264 uint64_t computation_metered;
265 uint64_t computation_epoch;
266 uint64_t safe_release; /* when to release fail-safe */
292 uint64_t user_timer_save; /* saved user timer value */
293 uint64_t system_timer_save; /* saved system timer value */
294 uint64_t vtimer_user_save; /* saved values for vtimers */
295 uint64_t vtimer_prof_save;
296 uint64_t vtimer_rlim_sav
[all...]
H A Dsched_prim.h280 uint64_t sched_traditional_fairshare_runq_stats_count_sum(void);
294 uint64_t sched_grrr_fairshare_runq_stats_count_sum(void);
355 uint64_t *rt_period,
356 uint64_t *rt_deadline);
361 uint64_t rt_period,
362 uint64_t rt_deadline,
431 uint64_t deadline);
438 uint64_t deadline,
439 uint64_t leeway);
607 uint64_t (*processor_runq_stats_count_su
[all...]
H A Dprocessor_data.h88 uint64_t timer_call_ttd; /* current timer call time-to-deadline */
89 uint64_t wakeups_issued_total; /* Count of thread wakeups issued
H A Dsched.h182 uint64_t count_sum;
183 uint64_t last_change_timestamp;
316 extern uint64_t sched_one_second_interval;
319 extern void compute_averages(uint64_t);
351 void sched_traditional_consider_maintenance(uint64_t);
355 extern uint64_t sched_safe_duration;
362 extern uint64_t max_unsafe_computation;
363 extern uint64_t max_poll_computation;
/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h108 uint64_t
114 return *(volatile uint64_t *)((uintptr_t)base + byteOffset);
146 uint64_t data
149 *(volatile uint64_t *)((uintptr_t)base + byteOffset) = data;
182 #define OSSwapHostToBigConstInt64(x) ((uint64_t)(x))
188 #define OSSwapHostToBigInt64(x) ((uint64_t)(x))
206 #define OSSwapBigToHostConstInt64(x) ((uint64_t)(x))
212 #define OSSwapBigToHostInt64(x) ((uint64_t)(x))
268 #define OSSwapHostToLittleConstInt64(x) ((uint64_t)(x))
274 #define OSSwapHostToLittleInt64(x) ((uint64_t)(
[all...]
H A Dkxld_types.h114 typedef uint64_t kxld_addr_t;
115 typedef uint64_t kxld_size_t;
/xnu-2782.1.97/iokit/IOKit/
H A DIOStatistics.h78 uint64_t timeOnGate;
87 uint64_t timeOnGate;
94 uint64_t timeOnGate;
188 uint64_t timeOnGate;
/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_md5.c7 static uint64_t getCount(MD5_CTX *ctx)
9 return ( (((uint64_t)ctx->count[0])<<32) | (ctx->count[1]) );
12 static void setCount(MD5_CTX *ctx, uint64_t count)
29 uint64_t count = getCount(md5_ctx);
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_srcversion.h42 uint64_t version;
/xnu-2782.1.97/libsyscall/custom/
H A Derrno.c43 typedef uint64_t cerror_return_t;
/xnu-2782.1.97/osfmk/mach/
H A Dtask_policy.h190 uint64_t int_darwinbg :1, /* marked as darwinbg via setpriority */
236 uint64_t darwinbg :1, /* marked as 'background', and sockets are marked bg when created */
269 uint64_t t_updating_policy :1, /* Busy bit for task to prevent concurrent 'complete' operations */
329 uint64_t requested;
330 uint64_t effective;
331 uint64_t pending;
334 uint64_t flags;
335 uint64_t imp_transitions;
336 uint64_t reserved[2];
/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.c86 uint64_t _cpu_capabilities = 0; // define the capability vector
205 uint64_t bits;
285 uint64_t misc_enable = rdmsr64(MSR_IA32_MISC_ENABLE);
320 uint64_t
369 uint64_t c8;
522 uint64_t tsc_base,
523 uint64_t ns_base,
585 uint64_t abstime,
586 uint64_t secs )
698 commpage_update_mach_approximate_time(uint64_t abstim
[all...]
/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c196 extern boolean_t IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
221 uint64_t delay = 10000000ULL; // 10 milliseconds.
270 vnsize(vnode_t vp, uint64_t *size)
392 uint64_t
399 decmpfs_cnode_set_vnode_cached_size(decmpfs_cnode *cp, uint64_t size)
402 uint64_t old = cp->uncompressed_size;
411 static uint64_t
418 decmpfs_cnode_set_decompression_flags(decmpfs_cnode *cp, uint64_t flags)
421 uint64_t old = cp->decompression_flags;
641 uint64_t decompression_flag
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptAccounting.cpp73 uint64_t i = 0;
83 uint64_t i = 0;

Completed in 187 milliseconds

1234567891011>>