Searched refs:first_free (Results 1 – 9 of 9) sorted by relevance
67 struct smt_entry *first_free = NULL; in find_or_alloc_smte() local72 if (!first_free) in find_or_alloc_smte()73 first_free = e; in find_or_alloc_smte()85 if (first_free) { in find_or_alloc_smte()86 e = first_free; in find_or_alloc_smte()
302 struct l2t_entry *first_free = NULL; in find_or_alloc_l2e() local306 if (!first_free) in find_or_alloc_l2e()307 first_free = e; in find_or_alloc_l2e()317 if (first_free) { in find_or_alloc_l2e()318 e = first_free; in find_or_alloc_l2e()
294 srq->first_free = 0; in mthca_alloc_srq()500 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()503 ind = srq->first_free; in mthca_tavor_post_srq_recv()541 srq->first_free = next_ind; in mthca_tavor_post_srq_recv()557 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()
212 int first_free; member
816 block_count_t free_blocks = layout->last_free - layout->first_free; in make_partition()830 offset = beginning ? layout->first_free : (layout->last_free - size); in make_partition()838 layout->first_free += size; in make_partition()871 .first_free = offset, in vdo_initialize_layout()976 encode_u64_le(buffer, offset, layout->first_free); in encode_layout()1002 physical_block_number_t first_free, last_free; in decode_layout() local1014 decode_u64_le(buffer, offset, &first_free); in decode_layout()1018 .first_free = first_free, in decode_layout()1030 layout->first_free = layout_header.first_free; in decode_layout()
574 physical_block_number_t first_free; member588 physical_block_number_t first_free; member
2788 s8 first_free = ICE_FD_FV_NOT_FOUND; in ice_update_fd_swap() local2807 if (first_free == ICE_FD_FV_NOT_FOUND && es[i].prot_id != in ice_update_fd_swap()2809 first_free = i - 1; in ice_update_fd_swap()2819 orig_free = first_free; in ice_update_fd_swap()2836 if (first_free + 1 < (s8)ice_fd_pairs[index].count) in ice_update_fd_swap()2841 es[first_free - k].prot_id = in ice_update_fd_swap()2843 es[first_free - k].off = in ice_update_fd_swap()2846 if (k > first_free) in ice_update_fd_swap()2850 mask_sel |= BIT(first_free - k); in ice_update_fd_swap()2853 pair_start[index] = first_free; in ice_update_fd_swap()[all …]
305 u64 first_free; member
865 p_t2->first_free = (u64)p_t2->dma_mem[0].phys_addr; in qed_cxt_src_t2_alloc()1637 p_hwfn->p_cxt_mngr->src_t2.first_free); in qed_src_init_pf()
Completed in 254 milliseconds