Searched refs:sample_block_free (Results 1 – 2 of 2) sorted by relevance
13 CQUE *sample_block_free = NULL; /* really a sample_block_type */ variable117 if (!Qempty(sample_block_free)) { in find_sample_block()118 Qget(sample_block_free, sample_block_type, *sp); in find_sample_block()129 if (!Qempty(sample_block_free)) { in find_sample_block()130 Qget(sample_block_free, sample_block_type, *sp); in find_sample_block()205 for (cn = sample_block_free; cn; ln = cn, cn = nn) { in falloc_gc()217 if (cn == sample_block_free) { in falloc_gc()218 sample_block_free = nn; in falloc_gc()273 sample_block_free = tlist; in falloc_gc()
63 extern CQUE *sample_block_free; /* really a sample_block_type */136 Qenter(sample_block_free, sp); \