Searched refs:comp_buf (Results 1 – 3 of 3) sorted by relevance
181 char *comp_buf; in zfs_obj_to_path_impl() local197 comp_buf = kmem_alloc(ZAP_MAXNAMELEN_NEW + 2, KM_SLEEP); in zfs_obj_to_path_impl()200 char *component = comp_buf; in zfs_obj_to_path_impl()256 kmem_free(comp_buf, ZAP_MAXNAMELEN_NEW +2); in zfs_obj_to_path_impl()
359 completions = hwc_cq->comp_buf; in mana_hwc_comp_event()384 if (hwc_cq->comp_buf) in mana_hwc_destroy_cq()385 free(hwc_cq->comp_buf, M_DEVBUF); in mana_hwc_destroy_cq()405 struct gdma_comp *comp_buf; in mana_hwc_create_cq() local437 comp_buf = mallocarray(q_depth, sizeof(struct gdma_comp), in mana_hwc_create_cq()441 hwc_cq->comp_buf = comp_buf; in mana_hwc_create_cq()
162 struct gdma_comp *comp_buf; member