Searched defs:thread_stat (Results 1 – 2 of 2) sorted by relevance
90 struct thread_stat { struct91 struct rb_node rb;93 u32 tid;94 struct list_head seq_list;
114 struct thread_stat { struct123 static struct thread_stat *thread_stat_find(u32 tid) in thread_stat_find() argument