Searched refs:thread_call_groups (Results 1 – 2 of 2) sorted by relevance
95 } thread_call_groups[THREAD_CALL_INDEX_MAX] = { variable266 return &thread_call_groups[index]; in thread_call_get_group()535 thread_call_group_setup(&thread_call_groups[i]); in thread_call_initialize()689 assert(group == &thread_call_groups[THREAD_CALL_INDEX_HIGH]); in _internal_call_release()1532 assert((group - &thread_call_groups[0]) < THREAD_CALL_INDEX_MAX); in sched_call_thread()1533 assert((group - &thread_call_groups[0]) > THREAD_CALL_INDEX_INVALID); in sched_call_thread()1919 thread_call_group_t group = &thread_call_groups[i]; in thread_call_daemon_continue()1992 assert((group - &thread_call_groups[0]) < THREAD_CALL_INDEX_MAX); in thread_call_delayed_timer()1993 assert((group - &thread_call_groups[0]) > THREAD_CALL_INDEX_INVALID); in thread_call_delayed_timer()2121 thread_call_delayed_timer_rescan(&thread_call_groups[i], flavor); in thread_call_delayed_timer_rescan_all()[all …]
1263 group = addressof(kern.globals.thread_call_groups[i])