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

/freebsd-9.3-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-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c98 int first_free; /* First unused entry. */ member in struct:private_data
185 state->first_free = FIRST;
273 if (clear_flg || state->first_free > state->cur_maxcode) {
386 if (state->first_free < state->max_maxcode) {
387 state->codetab[i] = state->first_free++; /* code -> hashtable */
408 state->first_free = FIRST;
/freebsd-9.3-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-9.3-release/lib/libc/db/hash/
H A Dhash_page.c76 static u_int32_t first_free(u_int32_t);
635 first_free(u_int32_t map) function
765 bit = bit + first_free(freep[j]);

Completed in 121 milliseconds