Home
last modified time | relevance | path

Searched refs:ref_chunk (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dstabsread.c473 #define REF_MAP_SIZE(ref_chunk) ((ref_chunk) * REF_CHUNK_SIZE) argument
481 static int ref_chunk = 0; variable
490 ref_chunk = 0; in stabsread_clear_cache()
501 ref_chunk = 0; in ref_add()
504 if (ref_count > ref_chunk * MAX_CHUNK_REFS) in ref_add()
506 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; in ref_add()
509 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks)); in ref_add()
510 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0, new_chunks * REF_CHUNK_SIZE); in ref_add()
511 ref_chunk += new_chunks; in ref_add()
/freebsd-12-stable/sys/dev/firewire/
Diec13213.h237 struct crom_chunk *ref_chunk; member
Dfwcrom.c435 child->ref_chunk = parent; in crom_add_chunk()
499 parent = chunk->ref_chunk; in crom_load()