Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dkern_stackshot.c5607 size_t queue_size; in do_stackshot() local
5616 queue_size = FUDGED_SIZE(tasks_count + terminated_tasks_count, 10); in do_stackshot()
5619 .sswq_items = stackshot_alloc_arr(struct stackshot_workitem, queue_size, &error), in do_stackshot()
5620 .sswq_capacity = queue_size, in do_stackshot()