Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsa.c131 static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
545 dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total, in sa_find_sizes() argument
555 if (buftype == SA_BONUS && sa->sa_force_spill) { in sa_find_sizes()
565 if (buftype == SA_BONUS) in sa_find_sizes()
571 full_space = (buftype == SA_BONUS) ? DN_MAX_BONUSLEN : db->db_size; in sa_find_sizes()
601 if (buftype == SA_BONUS) in sa_find_sizes()
613 if (buftype == SA_BONUS && *index == -1 && in sa_find_sizes()
622 buftype == SA_BONUS) in sa_find_sizes()
651 sa_buf_type_t buftype; in sa_build_layouts() local
710 buftype = SA_BONUS; in sa_build_layouts()
[all …]
H A Darc.c1923 arc_buf_contents_t buftype = arc_buf_type(hdr); in arc_change_state() local
1956 uint64_t *size = &old_state->arcs_lsize[buftype]; in arc_change_state()
1959 multilist_remove(&old_state->arcs_list[buftype], hdr); in arc_change_state()
1974 uint64_t *size = &new_state->arcs_lsize[buftype]; in arc_change_state()
1983 multilist_insert(&new_state->arcs_list[buftype], hdr); in arc_change_state()
/titanic_41/usr/src/uts/i86pc/io/
H A Drootnex.c2742 ddi_dma_atyp_t buftype; in rootnex_need_bounce_seg() local
2759 buftype = dmar_object->dmao_type; in rootnex_need_bounce_seg()
2771 if (buftype == DMA_OTYP_PAGES) { in rootnex_need_bounce_seg()
2818 if (buftype == DMA_OTYP_PAGES) { in rootnex_need_bounce_seg()
2868 ddi_dma_atyp_t buftype; in rootnex_get_sgl() local
2889 buftype = dmar_object->dmao_type; in rootnex_get_sgl()
2912 if (buftype == DMA_OTYP_PAGES) { in rootnex_get_sgl()
2928 ASSERT((buftype == DMA_OTYP_VADDR) || in rootnex_get_sgl()
2929 (buftype == DMA_OTYP_BUFVADDR)); in rootnex_get_sgl()
2948 ASSERT((buftype == DMA_OTYP_VADDR) || in rootnex_get_sgl()
[all …]
H A Dimmu_dvma.c2557 ddi_dma_atyp_t buftype; in immu_map_dvmaseg() local
2579 buftype = dmar_object->dmao_type; in immu_map_dvmaseg()
2583 buftype, uint_t, size); in immu_map_dvmaseg()
2590 if (buftype == DMA_OTYP_PAGES) { in immu_map_dvmaseg()
2655 if (buftype == DMA_OTYP_PAGES) { in immu_map_dvmaseg()