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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c98 int first_free; /* First unused entry. */ member in struct:private_data
194 state->first_free = FIRST;
279 if (clear_flg || state->first_free > state->cur_maxcode) {
384 if (state->first_free < state->max_maxcode) {
385 state->codetab[i] = state->first_free++; /* code -> hashtable */
406 state->first_free = FIRST;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_l2t.c113 struct l2t_entry *first_free = NULL; local
117 if (!first_free)
118 first_free = e;
125 if (first_free == NULL)
132 e = first_free;
H A Dt4_smt.c76 struct smt_entry *first_free = NULL; local
81 if (!first_free)
82 first_free = e;
94 if (first_free) {
95 e = first_free;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_srq.c286 srq->first_free = 0;
492 first_ind = srq->first_free;
495 ind = srq->first_free;
533 srq->first_free = next_ind;
549 first_ind = srq->first_free;
591 ind = srq->first_free;
622 srq->first_free = next_ind;
H A Dmthca_provider.h232 int first_free; member in struct:mthca_srq
/freebsd-11-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c142 uint32_t i, first_free, start_bad_segments = 0; local
151 first_free = SIZE_TO_BLOCK(NANDFS_DATA_OFFSET_BYTES(erasesize) +
154 if (first_free < (uint32_t)blocks_per_segment)
157 return (first_free);
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_page.c77 static u_int32_t first_free(u_int32_t);
641 first_free(u_int32_t map) function
771 bit = bit + first_free(freep[j]);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c233 u64 first_free; member in struct:ecore_cxt_mngr
1024 p_mngr->first_free = (u64)p_mngr->t2[0].p_phys;
1831 p_hwfn->p_cxt_mngr->first_free);

Completed in 207 milliseconds