Searched refs:jetsam_threads (Results 1 – 1 of 1) sorted by relevance
1725 jetsam_state_t jetsam_threads; variable1739 if (jetsam_threads[thr_id].thread == current_thread()) { in jetsam_current_thread()1740 return &(jetsam_threads[thr_id]); in jetsam_current_thread()2008 jetsam_threads = zalloc_permanent(sizeof(struct jetsam_state_s) * in memorystatus_init()2013 jetsam_threads[i].inited = false; in memorystatus_init()2014 jetsam_threads[i].index = i; in memorystatus_init()2015 …hread_start_priority(memorystatus_thread, NULL, 95 /* MAXPRI_KERNEL */, &jetsam_threads[i].thread); in memorystatus_init()2019 thread_deallocate(jetsam_threads[i].thread); in memorystatus_init()3673 jetsam_state_t jetsam_thread = &jetsam_threads[thr_id]; in memorystatus_thread_wake()