Searched refs:max_count (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/libkern/zlib/ |
| H A D | trees.c | 757 int max_count = 7; /* max repeat count */ in scan_tree() local 761 max_count = 138; in scan_tree() 768 if (++count < max_count && curlen == nextlen) { in scan_tree() 782 max_count = 138; in scan_tree() 785 max_count = 6; in scan_tree() 788 max_count = 7; in scan_tree() 809 int max_count = 7; /* max repeat count */ in send_tree() local 814 max_count = 138; in send_tree() 840 max_count = 138; in send_tree() 843 max_count = 6; in send_tree() [all …]
|
| /xnu-11215/osfmk/ipc/ |
| H A D | mach_kernelrpc.c | 277 …const mach_msg_type_number_t max_count = (sizeof(MACH_PORT_INFO_OUT) / sizeof(MACH_PORT_INFO_OUT[0… in _kernelrpc_mach_port_get_attributes_trap() local 278 typeof(MACH_PORT_INFO_OUT[0]) info[max_count]; in _kernelrpc_mach_port_get_attributes_trap() 293 if (count > max_count) { in _kernelrpc_mach_port_get_attributes_trap() 294 count = max_count; in _kernelrpc_mach_port_get_attributes_trap()
|
| H A D | ipc_importance.h | 254 extern int task_importance_list_pids(task_t task, int flags, char *pid_list, unsigned int max_count…
|
| H A D | ipc_importance.c | 3844 task_importance_list_pids(task_t task, int flags, char *pid_list, unsigned int max_count) in task_importance_list_pids() argument 3847 max_count < 1 || in task_importance_list_pids() 3863 if (pidcount >= max_count) { in task_importance_list_pids() 3882 if (pidcount >= max_count) { in task_importance_list_pids()
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_workqueue.c | 3989 uint32_t max_count = wq->wq_constrained_threads_scheduled; in workq_constrained_allowance() local 3994 assert(max_count > 0); in workq_constrained_allowance() 3995 max_count--; in workq_constrained_allowance() 3997 if (max_count >= wq_max_constrained_threads) { in workq_constrained_allowance() 4008 max_count -= wq_max_constrained_threads; in workq_constrained_allowance() 4043 allowance_passed = MIN(count, max_count); in workq_constrained_allowance()
|
| /xnu-11215/bsd/net/ |
| H A D | kpi_interface.h | 803 u_int32_t max_count, mbuf_t *first_packet, mbuf_t *last_packet,
|
| /xnu-11215/osfmk/kern/ |
| H A D | kalloc.c | 1970 uint64_t max_count = kt_count = kt_scratch_size / sizeof(kalloc_type_views_t); in kalloc_init() local 1993 kt_count = max_count; in kalloc_init()
|
| /xnu-11215/bsd/netinet6/ |
| H A D | ipsec.c | 2977 u_int32_t max_count = ~0; in ipsec_updatereplay() local 2980 max_count = PER_TC_REPLAY_WINDOW_RANGE; in ipsec_updatereplay() 2983 if (replay->count == max_count) { in ipsec_updatereplay()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 4492 max_count = kern.globals.memorystatus_jetsam_snapshot_max 4495 count = max_count 4500 print("{:s}".format(max_count))
|
| /xnu-11215/bsd/kern/ |
| H A D | kdebug.c | 251 static kd_threadmap *_thread_map_create_live(size_t max_count,
|
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 11375 uint32_t max_count, i, j; local 11416 max_count = count[0] + count[1]; 11417 result = OSDictionary::withCapacity(max_count);
|