|
GDB (xrefs)
|
Public Attributes | |
| struct bstring * | next |
| unsigned short | length |
| unsigned short | half_hash |
| union { | |
| char data [1] | |
| double dummy | |
| } | d |
| union { ... } bstring::d |
Referenced by bcache_full(), and expand_hash_table().
| char bstring::data[1] |
Definition at line 51 of file bcache.c.
Referenced by bcache_full(), and expand_hash_table().
| double bstring::dummy |
| unsigned short bstring::half_hash |
Definition at line 47 of file bcache.c.
Referenced by bcache_full().
| unsigned short bstring::length |
Definition at line 42 of file bcache.c.
Referenced by bcache_full(), expand_hash_table(), hash_continue(), and print_bcache_statistics().
| struct bstring* bstring::next |
Definition at line 40 of file bcache.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), bcache_full(), expand_hash_table(), and print_bcache_statistics().
1.7.6.1