Searched refs:h_free (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c53 hp->h_free = 1; /* first free element is index 1 */
99 ctf_helem_t *hep = &hp->h_chains[hp->h_free];
105 if (hp->h_free >= hp->h_nelems)
121 hp->h_buckets[h] = hp->h_free++;
H A Dctf_impl.h77 uint_t h_free; /* index of next free hash element */ member in struct:ctf_hash
/freebsd-13-stable/contrib/libedit/
H A Dhistory.c128 #define h_free(a) free(a) macro
431 h_free(evp->str);
492 h_free(evp->str);
493 h_free(hp);
510 h_free(c);
614 h_free(h);
643 h_free(h->h_ref);
644 h_free(h);
822 h_free(ptr);
879 h_free(pt
[all...]
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_extent.c57 #define h_free(start, size) \ macro
330 h_free(0xc0020000, 0x2000);

Completed in 124 milliseconds