Searched refs:thread_state_data_t (Results 1 – 2 of 2) sorted by relevance
86 typedef natural_t thread_state_data_t[THREAD_STATE_MAX]; typedef
292 thread_state_data_t old_state; in exception_deliver()310 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()414 thread_state_data_t old_state; in exception_deliver()450 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()518 kfree_data(new_state, sizeof(thread_state_data_t)); in exception_deliver()