Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 26) sorted by relevance

12

/lib/xz/
A Dxz_private.h75 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
77 # define DEC_IS_SINGLE(mode) (false) argument
81 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
83 # define DEC_IS_PREALLOC(mode) (false) argument
87 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
89 # define DEC_IS_DYNALLOC(mode) (false) argument
93 # define DEC_IS_MULTI(mode) (true) argument
95 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
97 # define DEC_IS_MULTI(mode) (false) argument
118 struct xz_dec_lzma2 *xz_dec_lzma2_create(enum xz_mode mode, uint32_t dict_max);
A Dxz_dec_lzma2.c90 enum xz_mode mode; member
291 if (DEC_IS_SINGLE(dict->mode)) { in dict_reset()
406 if (DEC_IS_MULTI(dict->mode)) { in dict_uncompressed()
440 if (DEC_IS_MULTI(dict->mode)) { in dict_flush()
1145 s->dict.mode = mode; in xz_dec_lzma2_create()
1148 if (DEC_IS_PREALLOC(mode)) { in xz_dec_lzma2_create()
1171 if (DEC_IS_MULTI(s->dict.mode)) { in xz_dec_lzma2_reset()
1200 if (DEC_IS_MULTI(s->dict.mode)) in xz_dec_lzma2_end()
1259 if (DEC_IS_SINGLE(s->dict.mode)) in xz_dec_microlzma_run()
1303 s->s.dict.mode = mode; in xz_dec_microlzma_alloc()
[all …]
A Dxz_dec_stream.c51 enum xz_mode mode; member
755 if (DEC_IS_SINGLE(s->mode)) in xz_dec_run()
762 if (DEC_IS_SINGLE(s->mode)) { in xz_dec_run()
785 struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) in xz_dec_init() argument
791 s->mode = mode; in xz_dec_init()
794 s->bcj = xz_dec_bcj_create(DEC_IS_SINGLE(mode)); in xz_dec_init()
799 s->lzma2 = xz_dec_lzma2_create(mode, dict_max); in xz_dec_init()
/lib/zlib_inflate/
A Dinflate.c42 state->mode = HEAD; in zlib_inflateReset()
173 state->mode = TYPE; in zlib_inflateSyncPacket()
358 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */ in zlib_inflate()
364 switch (state->mode) { in zlib_inflate()
398 state->mode = DICT; in zlib_inflate()
406 state->mode = TYPE; in zlib_inflate()
448 state->mode = COPY; in zlib_inflate()
464 state->mode = TYPE; in zlib_inflate()
577 state->mode = LEN; in zlib_inflate()
702 state->mode = LEN; in zlib_inflate()
[all …]
A Dinffast.c173 state->mode = BAD; in inflate_fast()
184 state->mode = BAD; in inflate_fast()
291 state->mode = BAD; in inflate_fast()
300 state->mode = TYPE; in inflate_fast()
305 state->mode = BAD; in inflate_fast()
A Dinflate.h75 inflate_mode mode; /* current inflate mode */ member
/lib/
A Dtest_sysctl.c81 .mode = 0644,
90 .mode = 0644,
97 .mode = 0644,
104 .mode = 0444,
111 .mode = 0644,
120 .mode = 0644,
127 .mode = 0644,
134 .mode = 0644,
187 .mode = 0644,
249 .mode = 0644,
[all …]
A Dfault-inject.c204 static void debugfs_create_ul(const char *name, umode_t mode, in debugfs_create_ul() argument
207 debugfs_create_file(name, mode, parent, value, &fops_ul); in debugfs_create_ul()
235 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; in fault_create_debugfs_attr() local
245 debugfs_create_ul("interval", mode, dir, &attr->interval); in fault_create_debugfs_attr()
246 debugfs_create_atomic_t("times", mode, dir, &attr->times); in fault_create_debugfs_attr()
247 debugfs_create_atomic_t("space", mode, dir, &attr->space); in fault_create_debugfs_attr()
248 debugfs_create_ul("verbose", mode, dir, &attr->verbose); in fault_create_debugfs_attr()
249 debugfs_create_u32("verbose_ratelimit_interval_ms", mode, dir, in fault_create_debugfs_attr()
251 debugfs_create_u32("verbose_ratelimit_burst", mode, dir, in fault_create_debugfs_attr()
256 debugfs_create_stacktrace_depth("stacktrace-depth", mode, dir, in fault_create_debugfs_attr()
[all …]
A Dnotifier-error-inject.c21 static struct dentry *debugfs_create_errno(const char *name, umode_t mode, in debugfs_create_errno() argument
24 return debugfs_create_file(name, mode, parent, value, &fops_errno); in debugfs_create_errno()
54 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; in notifier_err_inject_init() local
75 debugfs_create_errno("error", mode, action_dir, &action->error); in notifier_err_inject_init()
A Dtest_objpool.c50 int mode; /* only mode 0 supported */ member
356 sop = g_ot_sync_ops[test->mode].init(test); in ot_start_sync()
404 g_ot_sync_ops[test->mode].fini(sop); in ot_start_sync()
543 sop = g_ot_async_ops[test->mode].init(test); in ot_start_async()
584 g_ot_async_ops[test->mode].fini(sop); in ot_start_async()
A DKconfig.kasan3 # This config refers to the generic KASAN mode.
62 prompt "KASAN mode"
75 See Documentation/dev-tools/kasan.rst for details about each mode.
A DKconfig.ubsan52 only be used when trap mode is enabled. (See also the help for
174 Enable UBSAN when running on ARM64 with KVM in a split mode
176 In this mode, any UBSAN violation in EL2 would panic the kernel
A Dalloc_tag.c774 .mode = 0444,
776 .mode = 0644,
785 memory_allocation_profiling_sysctls[0].mode = 0444; in sysctl_init()
A DKconfig.kmsan47 is a more relaxed mode, but it generates more instrumentation code and
A DKconfig102 bool "Access I/O in non-MMIO mode"
107 hosts which can not be accessed in MMIO mode. Using the logical PIO
A Dkobject_uevent.c836 .mode = 0644,
A DKconfig.debug1099 mode for more than 20 seconds, without giving other tasks a
1123 mode for more than 20 seconds (configurable using the watchdog_thresh
1162 Hardlockups are bugs that cause the CPU to loop in kernel mode
1230 mode with interrupts disabled for more than 10 seconds (configurable
/lib/zlib_dfltcc/
A Ddfltcc_inflate.c115 state->mode = CHECK; in dfltcc_inflate()
123 state->mode = MEM; in dfltcc_inflate()
146 state->mode = BAD; in dfltcc_inflate()
149 state->mode = TYPEDO; in dfltcc_inflate()
/lib/crypto/mpi/
A Dmpi-internal.h208 typedef unsigned int UQItype __attribute__ ((mode(QI)));
209 typedef int SItype __attribute__ ((mode(SI)));
210 typedef unsigned int USItype __attribute__ ((mode(SI)));
211 typedef int DItype __attribute__ ((mode(DI)));
212 typedef unsigned int UDItype __attribute__ ((mode(DI)));
A Dlonglong.h675 typedef unsigned int __ll_UTItype __attribute__((mode(TI))); \
/lib/dim/
A Dnet_dim.c177 dim->mode = READ_ONCE(irq_moder->dim_tx_mode); in net_dim_setting()
182 dim->mode = READ_ONCE(irq_moder->dim_rx_mode); in net_dim_setting()
202 res.cq_period_mode = dim->mode; in net_dim_get_rx_irq_moder()
218 res.cq_period_mode = dim->mode; in net_dim_get_tx_irq_moder()
/lib/zstd/compress/
A Dzstd_compress.c224 assert(mode != ZSTD_ps_auto); in ZSTD_rowMatchFinderUsed()
235 …if (mode != ZSTD_ps_auto) return mode; /* if requested enabled, but no SIMD, we still will use row… in ZSTD_resolveRowMatchFinderMode()
236 mode = ZSTD_ps_disable; in ZSTD_resolveRowMatchFinderMode()
239 return mode; in ZSTD_resolveRowMatchFinderMode()
245 if (mode != ZSTD_ps_auto) return mode; in ZSTD_resolveBlockSplitterMode()
266 if (mode != ZSTD_ps_auto) return mode; in ZSTD_resolveEnableLdm()
271 return mode; in ZSTD_resolveExternalSequenceValidation()
1461 switch (mode) { in ZSTD_adjustCParams_internal()
6254 dictSize, mode); in ZSTD_CCtx_init_compressStream2()
6715 if (mode == ZSTD_sf_noBlockDelimiters) { in determine_blockSize()
[all …]
A Dzstd_compress_internal.h1539 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_CParamMode_e mode);
/lib/pldmfw/
A Dpldmfw.c484 if (data->context->mode == PLDMFW_UPDATE_MODE_SINGLE_COMPONENT && in pldm_parse_components()
491 if (data->context->mode == PLDMFW_UPDATE_MODE_SINGLE_COMPONENT && in pldm_parse_components()
/lib/fonts/
A DKconfig43 provided by the VGA text console 80x25 mode.

Completed in 59 milliseconds

12