Searched refs:used (Results 1 – 20 of 20) sorted by relevance
| /lib/zlib_inflate/ |
| A D | inftrees.c | 33 unsigned used; /* code entries in table used */ in zlib_inflate_table() local 194 used = 1U << root; /* use root table entries */ in zlib_inflate_table() 195 mask = used - 1; /* mask for comparing low */ in zlib_inflate_table() 198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table() 265 used += 1U << curr; in zlib_inflate_table() 266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table() 312 *table += used; in zlib_inflate_table()
|
| /lib/ |
| A D | test_parman.c | 74 bool used; member 209 if (!item->used) in test_parman_items_fini() 280 if (!item->used) { in test_parman_run() 295 item->used = !item->used; in test_parman_run()
|
| A D | ref_tracker.c | 110 int size, used; member 124 int ret, len = stream->size - stream->used; in pr_ostream_buf() 128 ret = vsnprintf(stream->buf + stream->used, len, fmt, args); in pr_ostream_buf() 131 stream->used += min(ret, len); in pr_ostream_buf() 216 return os.used; in ref_tracker_dir_snprint() 367 return os.used; in ref_tracker_dir_seq_print()
|
| A D | lru_cache.c | 191 lc->used = 0; in lc_reset() 229 lc->name, lc->used, lc->nr_elements, in lc_seq_printf_stats() 383 lc->used++; in __lc_get() 424 lc->used++; in __lc_get() 558 lc->used--; in lc_put()
|
| A D | Kconfig.ubsan | 10 Compile-time instrumentation is used to detect various undefined 52 only be used when trap mode is enabled. (See also the help for 71 GCC's bounds sanitizer. This option is used to select the 77 Clang's array bounds sanitizer. This option is used to select 138 bool "Perform checking for non-boolean values used as boolean"
|
| A D | alloc_tag.c | 560 static void release_module_tags(struct module *mod, bool used) in release_module_tags() argument 575 if (!used) in release_module_tags() 595 used = false; in release_module_tags() 598 mas_store(&mas, used ? &unloaded_mod : NULL); in release_module_tags()
|
| A D | stackdepot.c | 420 const size_t used = flex_array_size(s, entries, nr_entries); in depot_stack_record_size() local 421 const size_t unused = sizeof(s->entries) - used; in depot_stack_record_size() 423 WARN_ON_ONCE(sizeof(s->entries) < used); in depot_stack_record_size()
|
| A D | Kconfig.debug | 72 will be used as the loglevel. IOW passing "quiet" will be the 145 format : the format used for the debug statement 799 used more stack space than previously exiting processes. 1126 The panic can be used in combination with panic_timeout, 1207 be used. 1255 This option controls the default timeout (in seconds) used 1274 The panic can be used in combination with panic_timeout, 2557 on printk when loaded. It is designed to be used for basic 2598 verifier used by user space verifier testsuite. 3086 when allmodconfig is used.. [all …]
|
| A D | Kconfig.kcsan | 130 memory operations are used to set up a watchpoint. A smaller value 233 Never instrument marked atomic accesses. This option can be used for 253 rules imply that such data races are generally safe, but can be used
|
| A D | Kconfig | 137 can be used for logging all MMIO read/write operations. 474 It is used to implement RSA digital signature verification, 475 which is used by IMA/EVM digital signature extension.
|
| A D | Kconfig.kfence | 46 ones used as guard pages.
|
| A D | Kconfig.kgdb | 49 Share a serial console with kgdb. Sysrq-g must be used
|
| A D | maple_tree.c | 1202 static inline void mas_push_node(struct ma_state *mas, struct maple_node *used) in mas_push_node() argument 1204 struct maple_alloc *reuse = (struct maple_alloc *)used; in mas_push_node() 1314 static inline void mas_free(struct ma_state *mas, struct maple_enode *used) in mas_free() argument 1316 struct maple_node *tmp = mte_to_node(used); in mas_free()
|
| /lib/crypto/tests/ |
| A D | Kconfig | 23 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA256). 35 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA512).
|
| /lib/xz/ |
| A D | Kconfig | 55 properties byte. MicroLZMA was created to be used in EROFS 56 but can be used by other things too where wasting minimal
|
| /lib/kunit/ |
| A D | Kconfig | 12 special hardware when using UML. Can also be used on most other 54 what KUnit is and how it is used. Please refer to the example test
|
| /lib/fonts/ |
| A D | Kconfig | 112 big letters (like the letters used in the SPARC PROM). If the
|
| /lib/crypto/x86/ |
| A D | sha512-avx-asm.S | 379 # K[t] used in SHA512 hashing
|
| A D | sha512-ssse3-asm.S | 378 # K[t] used in SHA512 hashing
|
| A D | sha512-avx2-asm.S | 694 # K[t] used in SHA512 hashing
|
Completed in 55 milliseconds