Home
last modified time | relevance | path

Searched defs:bcache (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbcache.c64 struct bcache struct
81 long structure_size; /* total size of bcache, including infrastructure */ argument
87 unsigned long expand_count;
88 unsigned long expand_hash_count;
115 /* Growing the bcache's hash table. */ argument
122 expand_hash_table (struct bcache *bcache) in expand_hash_table()
199 bcache_data (const void *addr, int length, struct bcache *bcache) in bcache_data()
251 deprecated_bcache (const void *addr, int length, struct bcache *bcache) in deprecated_bcache()
257 bcache (const void *addr, int length, struct bcache *bcache) in bcache() argument
278 bcache_xfree (struct bcache *bcache) in bcache_xfree()
[all …]
H A Dmacrotab.c44 struct bcache *bcache; member