Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c96 int first_free; /* First unused entry. */ member
192 state->first_free = FIRST; in archive_compressor_compress_open()
277 if (clear_flg || state->first_free > state->cur_maxcode) { in output_code()
382 if (state->first_free < state->max_maxcode) { in archive_compressor_compress_write()
383 state->codetab[i] = state->first_free++; /* code -> hashtable */ in archive_compressor_compress_write()
404 state->first_free = FIRST; in archive_compressor_compress_write()
/freebsd/sys/dev/cxgbe/
H A Dt4_smt.c74 struct smt_entry *first_free = NULL; in t4_find_or_alloc_sme() local
79 if (!first_free) in t4_find_or_alloc_sme()
80 first_free = e; in t4_find_or_alloc_sme()
92 if (first_free) { in t4_find_or_alloc_sme()
93 e = first_free; in t4_find_or_alloc_sme()
H A Dt4_l2t.c113 struct l2t_entry *first_free = NULL; in find_or_alloc_l2e() local
117 if (!first_free) in find_or_alloc_l2e()
118 first_free = e; in find_or_alloc_l2e()
125 if (first_free == NULL) in find_or_alloc_l2e()
132 e = first_free; in find_or_alloc_l2e()
/freebsd/sys/dev/mthca/
H A Dmthca_srq.c288 srq->first_free = 0; in mthca_alloc_srq()
494 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
497 ind = srq->first_free; in mthca_tavor_post_srq_recv()
535 srq->first_free = next_ind; in mthca_tavor_post_srq_recv()
551 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
593 ind = srq->first_free; in mthca_arbel_post_srq_recv()
624 srq->first_free = next_ind; in mthca_arbel_post_srq_recv()
H A Dmthca_provider.h232 int first_free; member
/freebsd/lib/libc/db/hash/
H A Dhash_page.c73 static u_int32_t first_free(u_int32_t);
637 first_free(u_int32_t map) in first_free() function
767 bit = bit + first_free(freep[j]); in overflow_page()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c231 u64 first_free; member
1022 p_mngr->first_free = (u64)p_mngr->t2[0].p_phys; in ecore_cxt_src_t2_alloc()
1827 p_hwfn->p_cxt_mngr->first_free); in ecore_src_init_pf()