Home
last modified time | relevance | path

Searched refs:used (Results 1 – 7 of 7) sorted by relevance

/lib/zlib_inflate/
Dinftrees.c33 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/
Dcpu_rmap.c147 BUG_ON(rmap->used >= rmap->size); in cpu_rmap_add()
148 index = rmap->used++; in cpu_rmap_add()
240 for (index = 0; index < rmap->used; index++) { in free_irq_cpu_rmap()
Dlru_cache.c213 lc->used = 0; in lc_reset()
252 lc->name, lc->used, lc->nr_elements, in lc_seq_printf_stats()
406 lc->used++; in __lc_get()
447 lc->used++; in __lc_get()
581 lc->used--; in lc_put()
DKconfig.kmemcheck18 to see if memory is used before it has been given an initial value.
DKconfig.debug195 hrtimer interrupt on one cpu will be used to check for hardlockups
242 The panic can be used in combination with panic_timeout,
296 This option controls the default timeout (in seconds) used
315 The panic can be used in combination with panic_timeout,
499 used to store these actions. If kmemleak reports "early log
523 commonly used smp_processor_id() function and will print warnings
552 best used in conjunction with the NMI watchdog so that spinlock
945 to flag any non-RCU used of annotated pointers. This can be
1052 This option provides a kernel module that can be used to test
1145 This option provides a kernel module that can be used to test
[all …]
DKconfig.kgdb28 Share a serial console with kgdb. Sysrq-g must be used
DKconfig393 It is used to implement RSA digital signature verification,
394 which is used by IMA/EVM digital signature extension.