Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c5584 size_t queue_size; in do_stackshot() local
5593 queue_size = FUDGED_SIZE(tasks_count + terminated_tasks_count, 10); in do_stackshot()
5596 .sswq_items = stackshot_alloc_arr(struct stackshot_workitem, queue_size, &error), in do_stackshot()
5597 .sswq_capacity = queue_size, in do_stackshot()