Lines Matching defs:mode
315 lock_t spinlock; /* panic mode spin lock */
447 * assuming there are no helpers and falling back to serial mode.
1480 * need to save a little more data to describe the failure mode in
1951 * mode:
1956 dumpsys_bzrun(helper_t *hp, void *buf, size_t size, int mode)
1975 if (ps->avail_in == 0 && mode == BZ_RUN)
1989 rc = BZ2_bzCompress(ps, mode);
1993 if (mode == BZ_RUN && rc != BZ_RUN_OK) {
2001 if (ps->avail_out == 0 || mode == BZ_FINISH) {
2012 if (mode == BZ_FINISH) {
2024 if (mode == BZ_FINISH) {
2319 * Fall back to serial mode if there are no helpers.