Searched defs:core_state (Results 1 – 1 of 1) sorted by relevance
370 struct core_state { struct371 atomic_t nr_threads;372 struct core_thread dumper;373 struct completion startup;476 struct core_state *core_state; /* coredumping support */ member