Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 25 of 55) sorted by relevance

123

/xnu-8792.41.9/bsd/sys/
H A Dvmmeter.h123 int16_t t_rq; /* length of the run queue */
124 int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */
125 int16_t t_pw; /* jobs in page wait */
126 int16_t t_sl; /* jobs sleeping in core */
127 int16_t t_sw; /* swapped out runnable/short block jobs */
H A Devent.h108 int16_t filter; /* filter for event */
119 int16_t filter; /* filter for event */
128 int16_t filter; /* filter for event */
141 int16_t filter; /* filter for event */
152 int16_t filter; /* filter for event */
H A Dsysent.h49 int16_t sy_narg; /* number of args */
/xnu-8792.41.9/osfmk/kern/
H A Dkcdata.h755 int16_t ths_base_priority;
756 int16_t ths_sched_priority;
777 int16_t ths_base_priority;
778 int16_t ths_sched_priority;
801 int16_t ths_base_priority;
802 int16_t ths_sched_priority;
880 int16_t tds_base_priority;
881 int16_t tds_sched_priority;
895 int16_t tds_base_priority;
896 int16_t tds_sched_priority;
[all …]
H A Dthread.h472 int16_t sched_pri; /* scheduled (current) priority */
473int16_t base_pri; /* effective base priority (equal to req_base_pri …
474 int16_t req_base_pri; /* requested base priority */
475 int16_t max_priority; /* copy of max base priority */
476 int16_t task_priority; /* copy of task base priority */
477 int16_t promotion_priority; /* priority thread is currently promoted to */
479 int16_t suspend_count; /* Kernel holds on this thread */
785 int16_t override_qos;
786 int16_t override_resource_type;
H A Dsched_clutch.h144 int16_t scr_priority;
148 int16_t scr_urgency;
H A Dpriority.c296 thread->req_base_pri = (int16_t)priority; in sched_set_thread_base_priority()
300 thread->base_pri = (int16_t)priority; in sched_set_thread_base_priority()
387 int16_t priority = thread->base_pri; in thread_recompute_sched_pri()
390 priority = (int16_t)SCHED(compute_timeshare_priority)(thread); in thread_recompute_sched_pri()
H A Dpolicy_internal.h313 int16_t qos_pri[THREAD_QOS_LAST];
314 int16_t qos_iotier[THREAD_QOS_LAST];
H A Dkern_stackshot.c1033 int16_t *plh_chains; /* _size allocated */
1035int16_t *plh_hash; /* (1 << STACKSHOT_PLH_SHIFT) entry hash table: hash(ptr) -…
1036 int16_t plh_curgen_min; /* min idx seen for this gen */
1037 int16_t plh_curgen_max; /* max idx seen for this gen */
1118 static int16_t
1131 return (int16_t)(ptr & ((1ul << STACKSHOT_PLH_SHIFT) - 1)); in stackshot_plh_hash()
1158 static int16_t
1163 int16_t cur; in stackshot_plh_lookup()
1181 int16_t hash = stackshot_plh_hash(ispl); in stackshot_plh_lookup()
1230 int16_t curgen_min = plh->plh_curgen_min; in kdp_stackshot_plh_record()
[all …]
/xnu-8792.41.9/libkdd/
H A Dkcdata.h755 int16_t ths_base_priority;
756 int16_t ths_sched_priority;
777 int16_t ths_base_priority;
778 int16_t ths_sched_priority;
801 int16_t ths_base_priority;
802 int16_t ths_sched_priority;
880 int16_t tds_base_priority;
881 int16_t tds_sched_priority;
895 int16_t tds_base_priority;
896 int16_t tds_sched_priority;
[all …]
H A DKCDBasicTypeDescription.m41 case KC_ST_INT16: retval = "int16_t"; break;
106 case KC_ST_INT16: obj = [NSNumber numberWithShort:read_unaligned(int16_t, data)]; break; category
/xnu-8792.41.9/EXTERNAL_HEADERS/
H A Dstdint.h37 typedef int16_t int_least16_t;
48 typedef int16_t int_fast16_t;
/xnu-8792.41.9/bsd/sys/_types/
H A D_int16_t.h30 typedef short int16_t; typedef
/xnu-8792.41.9/tests/
H A Dturnstile_multihop_types.h11 typedef int16_t s16;
H A Dos_unaligned.c32 CHECK_ALIGNMENT(int16_t);
/xnu-8792.41.9/osfmk/kperf/
H A Dthread_samplers.h73 int16_t kpthsn_suspend_count;
/xnu-8792.41.9/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h85 int16_t n_desc; /* see <mach-o/stab.h> */
/xnu-8792.41.9/bsd/net/
H A Dif_var_status.h416 int16_t reference_signal_level;
420 int16_t signal_level;
/xnu-8792.41.9/pexpert/gen/
H A Dbootargs.c372 *(int16_t *)to = (int16_t)val; in argnumcpy()
/xnu-8792.41.9/pexpert/pexpert/i386/
H A Defi.h42 typedef int16_t EFI_INT16;
47 typedef int16_t EFI_CHAR16;
/xnu-8792.41.9/osfmk/mach/
H A Dvm_types.h198 int16_t refcount;
H A Dndr.h107 #define __NDR_READSWAP__int16_t(a) (int16_t)OSReadSwapInt16((void *)a, 0)
/xnu-8792.41.9/bsd/net/classq/
H A Dclassq_sfb.h67 int16_t pmark; /* marking probability in Q format */
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReportTypes.h145 int16_t element_idx; // 0..nelements-1
/xnu-8792.41.9/iokit/IOKit/
H A DIOReportTypes.h145 int16_t element_idx; // 0..nelements-1

123