/glibc-2.36/elf/ |
D | dl-cache.c | 35 static struct cache_file *cache; variable 68 const char *left_name = (const char *) cache + left_index; in glibc_hwcaps_compare() 92 if (!cache_extension_load (cache_new, cache, cachesize, &ext)) in glibc_hwcaps_priorities_init() 408 if (cache == NULL) in _dl_load_cache_lookup() 432 cache = file; in _dl_load_cache_lookup() 434 else if (file != MAP_FAILED && cachesize > sizeof *cache in _dl_load_cache_lookup() 437 && ((cachesize - sizeof *cache) / sizeof (struct file_entry) in _dl_load_cache_lookup() 442 cache = file; in _dl_load_cache_lookup() 446 + cache->nlibs * sizeof (struct file_entry)); in _dl_load_cache_lookup() 448 cache_new = (struct cache_file_new *) ((void *) cache + offset); in _dl_load_cache_lookup() [all …]
|
D | cache.c | 271 check_new_cache (struct cache_file_new *cache) in check_new_cache() argument 273 if (! cache_file_new_matches_endian (cache)) in check_new_cache() 308 struct cache_file *cache in print_cache() local 310 if (cache == MAP_FAILED) in print_cache() 321 if (memcmp (cache->magic, CACHEMAGIC, sizeof CACHEMAGIC - 1)) in print_cache() 324 cache_new = (struct cache_file_new *) cache; in print_cache() 339 < cache->nlibs) in print_cache() 343 + (cache->nlibs in print_cache() 346 cache_data = (const char *) &cache->libs[cache->nlibs]; in print_cache() 353 cache_new = (struct cache_file_new *) ((void *)cache + offset); in print_cache() [all …]
|
/glibc-2.36/malloc/ |
D | mtrace.pl | 111 return $cache{$addr} if (exists $cache{$addr}); 115 $cache{$addr} = $line; 116 return $cache{$addr}; 119 $cache{$addr} = $str = "$fct @ $addr"; 124 return $cache{$addr} if (exists $cache{$addr}); 130 $cache{$addr} = $line; 131 return $cache{$addr}; 135 $cache{$addr} = $str = $addr; 138 return $cache{$addr} if (exists $cache{$addr}); 142 $cache{$addr} = $line; [all …]
|
/glibc-2.36/sysdeps/powerpc/ |
D | Makefile | 17 tests-static += tst-cache-ppc-static 18 tests-internal += tst-cache-ppc-static 21 modules-names += mod-cache-ppc 22 tests += tst-cache-ppc tst-cache-ppc-static-dlopen 23 tests-static += tst-cache-ppc-static-dlopen 24 test-internal-extras += mod-cache-ppc 26 mod-cache-ppc.so-no-z-defs = yes 27 tst-cache-ppc-static-dlopen-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf 28 $(objpfx)tst-cache-ppc-static-dlopen.out: $(objpfx)mod-cache-ppc.so 30 $(objpfx)tst-cache-ppc: $(objpfx)mod-cache-ppc.so
|
/glibc-2.36/sysdeps/generic/ |
D | dl-cache.h | 190 cache_file_new_matches_endian (const struct cache_file_new *cache) in cache_file_new_matches_endian() argument 194 return cache->flags == 0 in cache_file_new_matches_endian() 195 || ((cache->flags & cache_file_new_flags_endian_big) in cache_file_new_matches_endian() 299 cache_extension_load (const struct cache_file_new *cache, in cache_extension_load() argument 304 if (cache->extension_offset == 0) in cache_extension_load() 307 if ((cache->extension_offset % 4) != 0) in cache_extension_load() 311 if (__builtin_add_overflow (cache->extension_offset, in cache_extension_load() 316 const struct cache_extension *ext = file_base + cache->extension_offset; in cache_extension_load() 322 || __builtin_add_overflow (cache->extension_offset in cache_extension_load()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | check_pf.c | 65 static struct cached_data *cache; variable 97 if (cache != NULL) in cache_valid_p() 100 return timestamp != 0 && cache->timestamp == timestamp; in cache_valid_p() 311 data = cache; in __check_pf() 312 atomic_increment (&cache->usecnt); in __check_pf() 336 olddata = cache; in __check_pf() 337 cache = data; in __check_pf() 367 if (cache) in libc_freeres_fn() 368 __free_in6ai (cache->in6ai); in libc_freeres_fn()
|
/glibc-2.36/nscd/ |
D | nscd.conf | 49 enable-cache passwd yes 59 enable-cache group yes 69 enable-cache hosts yes 78 enable-cache services yes 87 enable-cache netgroup yes
|
/glibc-2.36/nss/ |
D | nss_database.c | 114 nss_database_select_default (struct nss_database_default_cache *cache, in nss_database_select_default() argument 118 *result = cache->caches[def]; in nss_database_select_default() 340 struct nss_database_default_cache cache = { }; in nss_database_reload() local 368 ok = nss_database_select_default (&cache, i, in nss_database_reload()
|
/glibc-2.36/po/ |
D | id.po | 330 #: elf/cache.c:179 334 #: elf/cache.c:253 338 #: elf/cache.c:258 343 #: elf/cache.c:319 elf/ldconfig.c:1437 345 msgid "Can't open cache file %s\n" 346 msgstr "Tidak dapat membuka berkas cache %s\n" 348 #: elf/cache.c:333 350 msgid "mmap of cache file failed.\n" 351 msgstr "mmap dari berkas cache gagal.\n" 353 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | pt.po | 381 #: elf/cache.c:179 385 #: elf/cache.c:253 389 #: elf/cache.c:258 394 #: elf/cache.c:296 397 msgstr "O ficheiro de cache tem a endianness errada.\n" 399 #: elf/cache.c:305 403 #: elf/cache.c:319 elf/ldconfig.c:1437 405 msgid "Can't open cache file %s\n" 406 msgstr "Impossível abrir ficheiro de cache %s\n" 408 #: elf/cache.c:333 [all …]
|
D | fr.po | 387 #: elf/cache.c:179 391 #: elf/cache.c:253 395 #: elf/cache.c:258 400 #: elf/cache.c:296 403 msgstr "Boutisme incorrect du fichier de cache.\n" 405 #: elf/cache.c:305 409 #: elf/cache.c:319 elf/ldconfig.c:1437 411 msgid "Can't open cache file %s\n" 412 msgstr "Ne peut ouvrir le fichier de cache %s\n" 414 #: elf/cache.c:333 [all …]
|
D | pt_BR.po | 387 #: elf/cache.c:179 392 #: elf/cache.c:253 396 #: elf/cache.c:258 401 #: elf/cache.c:296 404 msgstr "O arquivo de cache tem endianismo incorreto.\n" 406 #: elf/cache.c:305 410 #: elf/cache.c:319 elf/ldconfig.c:1437 412 msgid "Can't open cache file %s\n" 413 msgstr "Não foi possível abrir arquivo de cache %s\n" 415 #: elf/cache.c:333 [all …]
|
D | it.po | 378 #: elf/cache.c:179 382 #: elf/cache.c:253 387 #: elf/cache.c:258 392 #: elf/cache.c:319 elf/ldconfig.c:1437 394 msgid "Can't open cache file %s\n" 395 msgstr "Impossibile aprire il file di cache %s\n" 398 #: elf/cache.c:333 400 msgid "mmap of cache file failed.\n" 401 msgstr "mmap del file di cache non riuscita.\n" 403 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | ia.po | 367 #: elf/cache.c:179 371 #: elf/cache.c:253 375 #: elf/cache.c:258 380 #: elf/cache.c:319 elf/ldconfig.c:1437 382 msgid "Can't open cache file %s\n" 383 msgstr "Impossibile de aperir le file de cache %s\n" 385 #: elf/cache.c:333 387 msgid "mmap of cache file failed.\n" 388 msgstr "mmap sur le file de cache ha fallite.\n" 390 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | libc.pot | 358 #: elf/cache.c:178 362 #: elf/cache.c:274 367 #: elf/cache.c:283 371 #: elf/cache.c:297 elf/ldconfig.c:1429 373 msgid "Can't open cache file %s\n" 376 #: elf/cache.c:311 378 msgid "mmap of cache file failed.\n" 381 #: elf/cache.c:315 elf/cache.c:329 elf/cache.c:340 383 msgid "File is not a cache file.\n" 386 #: elf/cache.c:369 elf/cache.c:384 [all …]
|
D | nl.po | 393 #: elf/cache.c:179 397 #: elf/cache.c:253 401 #: elf/cache.c:258 406 #: elf/cache.c:296 411 #: elf/cache.c:305 415 #: elf/cache.c:319 elf/ldconfig.c:1437 417 msgid "Can't open cache file %s\n" 420 #: elf/cache.c:333 422 msgid "mmap of cache file failed.\n" 425 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | sv.po | 385 #: elf/cache.c:179 389 #: elf/cache.c:253 393 #: elf/cache.c:258 398 #: elf/cache.c:296 403 #: elf/cache.c:305 407 #: elf/cache.c:319 elf/ldconfig.c:1437 409 msgid "Can't open cache file %s\n" 410 msgstr "Kan inte öppna cache-filen %s\n" 412 #: elf/cache.c:333 414 msgid "mmap of cache file failed.\n" [all …]
|
D | zh_TW.po | 391 #: elf/cache.c:179 395 #: elf/cache.c:253 399 #: elf/cache.c:258 404 #: elf/cache.c:296 409 #: elf/cache.c:305 413 #: elf/cache.c:319 elf/ldconfig.c:1437 415 msgid "Can't open cache file %s\n" 418 #: elf/cache.c:333 420 msgid "mmap of cache file failed.\n" 423 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | bg.po | 386 #: elf/cache.c:179 390 #: elf/cache.c:253 394 #: elf/cache.c:258 399 #: elf/cache.c:296 404 #: elf/cache.c:305 408 #: elf/cache.c:319 elf/ldconfig.c:1437 410 msgid "Can't open cache file %s\n" 413 #: elf/cache.c:333 415 msgid "mmap of cache file failed.\n" 418 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | ru.po | 388 #: elf/cache.c:179 392 #: elf/cache.c:253 396 #: elf/cache.c:258 401 #: elf/cache.c:296 406 #: elf/cache.c:305 410 #: elf/cache.c:319 elf/ldconfig.c:1437 412 msgid "Can't open cache file %s\n" 415 #: elf/cache.c:333 417 msgid "mmap of cache file failed.\n" 420 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | sr.po | 380 #: elf/cache.c:179 384 #: elf/cache.c:253 388 #: elf/cache.c:258 393 #: elf/cache.c:296 398 #: elf/cache.c:305 402 #: elf/cache.c:319 elf/ldconfig.c:1437 404 msgid "Can't open cache file %s\n" 407 #: elf/cache.c:333 409 msgid "mmap of cache file failed.\n" 412 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | ko.po | 379 #: elf/cache.c:179 383 #: elf/cache.c:253 387 #: elf/cache.c:258 392 #: elf/cache.c:296 397 #: elf/cache.c:305 401 #: elf/cache.c:319 elf/ldconfig.c:1437 403 msgid "Can't open cache file %s\n" 406 #: elf/cache.c:333 408 msgid "mmap of cache file failed.\n" 411 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
D | uk.po | 381 #: elf/cache.c:179 385 #: elf/cache.c:253 389 #: elf/cache.c:258 394 #: elf/cache.c:296 399 #: elf/cache.c:305 403 #: elf/cache.c:319 elf/ldconfig.c:1437 405 msgid "Can't open cache file %s\n" 408 #: elf/cache.c:333 410 msgid "mmap of cache file failed.\n" 413 #: elf/cache.c:337 elf/cache.c:351 elf/cache.c:362 [all …]
|
/glibc-2.36/login/ |
D | Makefile | 47 tst-pututxline-lockfail tst-pututxline-cache 86 $(objpfx)tst-pututxline-cache: $(shared-thread-library)
|
/glibc-2.36/manual/ |
D | tunables.texi | 230 per-thread cache. The default (and maximum) value is 1032 bytes on 235 The maximum number of chunks of each size to cache. The default is 7. 236 The upper limit is 65535. If set to zero, the per-thread cache is effectively 239 The approximate maximum overhead of the per-thread cache is thus equal 242 per-thread cache is approximately 236 KB on 64-bit systems and 118 KB 248 per-thread cache, the arenas are used to meet the request. At this 250 pre-fill the corresponding cache. While copies from the fastbins, 257 pre-fill the per-thread cache with. The default, or when set to zero, 436 This tunable configures the maximum size of the stack cache. Once the 437 stack cache exceeds this size, unused thread stacks are returned to [all …]
|