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

/freebsd-11-stable/sys/dev/firewire/
H A Diec13213.h235 struct crom_chunk *ref_chunk; member in struct:crom_chunk
H A Dfwcrom.c433 child->ref_chunk = parent;
497 parent = chunk->ref_chunk;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c476 #define REF_MAP_SIZE(ref_chunk) ((ref_chunk) * REF_CHUNK_SIZE)
484 static int ref_chunk = 0;
493 ref_chunk = 0;
504 ref_chunk = 0;
507 if (ref_count > ref_chunk * MAX_CHUNK_REFS)
509 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
512 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks));
513 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0, new_chunks * REF_CHUNK_SIZE);
514 ref_chunk
481 static int ref_chunk = 0; variable
[all...]

Completed in 101 milliseconds