Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c147 struct stackshot_workitem { struct
158 struct stackshot_workitem *__counted_by(capacity) sswq_items; argument
1369 static struct stackshot_workitem *
1394 stackshot_put_workitem(struct stackshot_workitem item) in stackshot_put_workitem()
1740 struct stackshot_workitem *next_item = NULL; in stackshot_collect_kcdata()
1752 struct stackshot_workitem *item = &queue->sswq_items[cur_item]; in stackshot_collect_kcdata()
5243 kcd_exit_on_error(stackshot_put_workitem((struct stackshot_workitem) { in kdp_stackshot_kcdata_format()
5349 kcd_exit_on_error(stackshot_put_workitem((struct stackshot_workitem) { in kdp_stackshot_kcdata_format()
5596 .sswq_items = stackshot_alloc_arr(struct stackshot_workitem, queue_size, &error), in do_stackshot()
5779 struct stackshot_workitem *cur_workitemp; in stackshot_cpu_work_on_queue()