Searched refs:thread_size (Results 1 – 1 of 1) sorted by relevance
2799 uint32_t thread_size; in load_threadstate() local2830 if (os_add_and_mul_overflow(size, 2, sizeof(uint32_t), &thread_size) || in load_threadstate()2831 os_sub_overflow(total_size, thread_size, &total_size)) { in load_threadstate()