| /xnu-8792.41.9/bsd/sys/ |
| H A D | vmmeter.h | 123 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 D | event.h | 108 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 D | sysent.h | 49 int16_t sy_narg; /* number of args */
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | kcdata.h | 755 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 D | thread.h | 472 int16_t sched_pri; /* scheduled (current) priority */ 473 …int16_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 D | sched_clutch.h | 144 int16_t scr_priority; 148 int16_t scr_urgency;
|
| H A D | priority.c | 296 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 D | policy_internal.h | 313 int16_t qos_pri[THREAD_QOS_LAST]; 314 int16_t qos_iotier[THREAD_QOS_LAST];
|
| H A D | kern_stackshot.c | 1033 int16_t *plh_chains; /* _size allocated */ 1035 …int16_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 D | kcdata.h | 755 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 D | KCDBasicTypeDescription.m | 41 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 D | stdint.h | 37 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.h | 30 typedef short int16_t; typedef
|
| /xnu-8792.41.9/tests/ |
| H A D | turnstile_multihop_types.h | 11 typedef int16_t s16;
|
| H A D | os_unaligned.c | 32 CHECK_ALIGNMENT(int16_t);
|
| /xnu-8792.41.9/osfmk/kperf/ |
| H A D | thread_samplers.h | 73 int16_t kpthsn_suspend_count;
|
| /xnu-8792.41.9/EXTERNAL_HEADERS/mach-o/ |
| H A D | nlist.h | 85 int16_t n_desc; /* see <mach-o/stab.h> */
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_var_status.h | 416 int16_t reference_signal_level; 420 int16_t signal_level;
|
| /xnu-8792.41.9/pexpert/gen/ |
| H A D | bootargs.c | 372 *(int16_t *)to = (int16_t)val; in argnumcpy()
|
| /xnu-8792.41.9/pexpert/pexpert/i386/ |
| H A D | efi.h | 42 typedef int16_t EFI_INT16; 47 typedef int16_t EFI_CHAR16;
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | vm_types.h | 198 int16_t refcount;
|
| H A D | ndr.h | 107 #define __NDR_READSWAP__int16_t(a) (int16_t)OSReadSwapInt16((void *)a, 0)
|
| /xnu-8792.41.9/bsd/net/classq/ |
| H A D | classq_sfb.h | 67 int16_t pmark; /* marking probability in Q format */
|
| /xnu-8792.41.9/iokit/DriverKit/ |
| H A D | IOReportTypes.h | 145 int16_t element_idx; // 0..nelements-1
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOReportTypes.h | 145 int16_t element_idx; // 0..nelements-1
|