Lines Matching +full:idle +full:- +full:count
4 * SPDX-License-Identifier: Apache-2.0
78 * scheduler lock count and thread priority
87 * By putting them end-to-end, this means that a thread is
88 * non-preemptible if the bundled value is greater than or equal to
111 /* True for the per-CPU idle threads */
117 /* Recursive count of irq_lock() calls */
155 /* Stack start - Represents the start address of the thread-writable
163 * for local thread data storage, as well as any area left-out due to
170 * used for TLS or random stack base offsets. (start + size - delta)
210 * For CPU stats, execution_cycles is the sum of non-idle + idle cycles.
213 uint64_t execution_cycles; /* total # of cycles (cpu: non-idle + idle) */
214 uint64_t total_cycles; /* total # of non-idle cycles */
222 * non-idle threads as bounded by the idle thread(s).
225 uint64_t current_cycles; /* current # of non-idle cycles */
226 uint64_t peak_cycles; /* peak # of non-idle cycles */
227 uint64_t average_cycles; /* average # of non-idle cycles */
300 /** crude thread-local storage */
310 /** per-thread errno variable */
338 /* When using __switch() a few previously arch-specific items
352 /* Pointer to arch-specific TLS area */
375 /** arch-specifics: must always be at the end */