Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c151 struct stackshot_workitem { struct
162 struct stackshot_workitem *__counted_by(capacity) sswq_items; argument
1390 static struct stackshot_workitem *
1415 stackshot_put_workitem(struct stackshot_workitem item) in stackshot_put_workitem()
1785 struct stackshot_workitem *next_item = NULL; in stackshot_collect_kcdata()
1797 struct stackshot_workitem *item = &queue->sswq_items[cur_item]; in stackshot_collect_kcdata()
5421 kcd_exit_on_error(stackshot_put_workitem((struct stackshot_workitem) { in kdp_stackshot_kcdata_format()
5527 kcd_exit_on_error(stackshot_put_workitem((struct stackshot_workitem) { in kdp_stackshot_kcdata_format()
5811 .sswq_items = stackshot_alloc_arr(struct stackshot_workitem, queue_size, &error), in do_stackshot()
6002 struct stackshot_workitem *cur_workitemp; in stackshot_cpu_work_on_queue()