Home
last modified time | relevance | path

Searched refs:queue_size (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c5555 size_t queue_size; in do_stackshot() local
5564 queue_size = FUDGED_SIZE(tasks_count + terminated_tasks_count, 10); in do_stackshot()
5567 .sswq_items = stackshot_alloc_arr(struct stackshot_workitem, queue_size, &error), in do_stackshot()
5568 .sswq_capacity = queue_size, in do_stackshot()