Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dkern_stackshot.c148 struct stackshot_workitem { struct
159 struct stackshot_workitem *__counted_by(capacity) sswq_items; argument
1379 static struct stackshot_workitem *
1404 stackshot_put_workitem(struct stackshot_workitem item) in stackshot_put_workitem()
1750 struct stackshot_workitem *next_item = NULL; in stackshot_collect_kcdata()
1762 struct stackshot_workitem *item = &queue->sswq_items[cur_item]; in stackshot_collect_kcdata()
5323 kcd_exit_on_error(stackshot_put_workitem((struct stackshot_workitem) { in kdp_stackshot_kcdata_format()
5429 kcd_exit_on_error(stackshot_put_workitem((struct stackshot_workitem) { in kdp_stackshot_kcdata_format()
5676 .sswq_items = stackshot_alloc_arr(struct stackshot_workitem, queue_size, &error), in do_stackshot()
5859 struct stackshot_workitem *cur_workitemp; in stackshot_cpu_work_on_queue()