Searched refs:tstate_size (Results 1 – 4 of 4) sorted by relevance
50 uint64_t tstate_size = 0; in kern_collectth_state_size() local53 tstate_size += sizeof(x86_state_hdr_t) + in kern_collectth_state_size()58 *ptstate_size = sizeof(struct thread_command) + tstate_size; in kern_collectth_state_size()65 uint64_t tstate_size, tstate_count; in kern_collectth_state() local80 kern_collectth_state_size(&tstate_count, &tstate_size); in kern_collectth_state()83 tc->cmdsize = (uint32_t) tstate_size; in kern_collectth_state()
109 size_t tstate_size; member191 + t->tstate_size); in collectth_state()242 size_t command_size, header_size, tstate_size; in coredump() local355 tstate_size = 0; in coredump()357 tstate_size += sizeof(mythread_state_flavor_t) + in coredump()372 if (os_add_and_mul_overflow(tstate_size, sizeof(struct thread_command), thread_count, &rhs)) { in coredump()571 tir1.tstate_size = tstate_size; in coredump()
122 void kern_collectth_state_size(uint64_t * tstate_count, uint64_t * tstate_size);
281 kern_collectth_state_size(uint64_t * tstate_count, uint64_t * tstate_size) in kern_collectth_state_size() argument286 *tstate_size = sizeof(struct thread_command) in kern_collectth_state_size()