Lines Matching defs:state
225 * The buffer state indicates how it is being used:
257 cbufstate_t state; /* processing state */
313 kmutex_t mutex; /* live state lock */
339 * Dynamic state when dumpsys() is running.
387 bz_stream bzstream; /* bzip2 state */
419 lock_t helper_lock; /* protect helper state */
669 cp->state = CBUF_FREEBUF;
680 cp->state = CBUF_FREEMAP;
701 * out, the only impact is that kmem state in the dump becomes
721 * lookup. The walker maintains the state of the list traversal.
1025 /* Set the size for bzip2 state. Only bzip2 needs it. */
1070 cp->state = CBUF_FREEBUF;
1078 * bzip2 needs compression state. Use the dumpbzalloc
1099 cp->state = CBUF_FREEBUF;
1714 cp->state = newstate;
1953 * BZ_FINISH no more input, flush the state
2023 /* Cleanup state and buffers */
2026 /* Reset state so that it is re-usable. */
2412 switch (cp->state) {
2550 uprintf("dump: unexpected buffer state %d, "
2551 "buffer will be lost\n", cp->state);