Searched refs:per_thread_size (Results 1 – 3 of 3) sorted by relevance
64 uint64_t per_thread_size = 0; in kern_collect_userth_state_size() local69 per_thread_size += sizeof(x86_state_hdr_t) + flavors[i].count * sizeof(natural_t); in kern_collect_userth_state_size()73 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size()
388 uint64_t per_thread_size = 0; in kern_collect_userth_state_size() local407 per_thread_size += sizeof(arm_state_hdr_t) + (flavors[i].count * sizeof(natural_t)); in kern_collect_userth_state_size()411 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size()
2564 uint64_t per_thread_size = sslen / no_threads;2567 dt_stat_add(size, per_thread_size);