Searched refs:first_free (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dsrq.c97 first_ind = srq->first_free;
100 ind = srq->first_free;
145 srq->first_free = next_ind;
161 first_ind = srq->first_free;
197 ind = srq->first_free;
235 srq->first_free = next_ind;
307 srq->first_free = 0;
H A Dmthca.h180 int first_free; member in struct:mthca_srq
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c98 int first_free; /* First unused entry. */ member in struct:private_data
199 state->first_free = FIRST;
284 if (clear_flg || state->first_free > state->cur_maxcode) {
389 if (state->first_free < state->max_maxcode) {
390 state->codetab[i] = state->first_free++; /* code -> hashtable */
411 state->first_free = FIRST;
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c293 srq->first_free = 0;
511 first_ind = srq->first_free;
514 ind = srq->first_free;
552 srq->first_free = next_ind;
568 first_ind = srq->first_free;
610 ind = srq->first_free;
641 srq->first_free = next_ind;
H A Dmthca_provider.h229 int first_free; member in struct:mthca_srq
/freebsd-11.0-release/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c140 uint32_t i, first_free, start_bad_segments = 0; local
149 first_free = SIZE_TO_BLOCK(NANDFS_DATA_OFFSET_BYTES(erasesize) +
152 if (first_free < (uint32_t)blocks_per_segment)
155 return (first_free);
/freebsd-11.0-release/lib/libc/db/hash/
H A Dhash_page.c77 static u_int32_t first_free(u_int32_t);
636 first_free(u_int32_t map) function
766 bit = bit + first_free(freep[j]);

Completed in 78 milliseconds