Home
last modified time | relevance | path

Searched refs:ncols (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/accel/amdxdna/
H A Daie2_solver.c19 u32 ncols; /* # columns */ member
85 if (cdop->ncols > xrs->cfg.total_col) in sanity_check()
167 bitmap_clear(rgp->resbit, pt_node->start_col, pt_node->ncols); in remove_partition_node()
188 u32 ncols = req->cdo.ncols; in get_free_partition() local
193 if (find_next_bit(xrs->rgp.resbit, XRS_MAX_COL, col) >= col + ncols) in get_free_partition()
206 pt_node->ncols = ncols; in get_free_partition()
215 bitmap_set(xrs->rgp.resbit, pt_node->start_col, pt_node->ncols); in get_free_partition()
245 if (req->cdo.ncols != pt_node->ncols) in allocate_partition()
296 action->part.ncols = snode->pt_node->ncols; in fill_load_action()
337 snode->pt_node->start_col, snode->pt_node->ncols); in xrs_allocate_resource()
H A Daie2_solver.h17 u32 ncols; member
46 u32 ncols; /* # of column */ member