Home
last modified time | relevance | path

Searched refs:dw_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c353 r->dw_alloc = malloc(sizeof(r->dw_alloc[0]) * r->dwa_count, M_BHND, in bhndb_alloc_resources()
355 if (r->dw_alloc == NULL) in bhndb_alloc_resources()
397 dwa = &r->dw_alloc[rnid]; in bhndb_alloc_resources()
422 dwa = &r->dw_alloc[i]; in bhndb_alloc_resources()
485 if (r->dw_alloc != NULL) in bhndb_alloc_resources()
486 free(r->dw_alloc, M_BHND); in bhndb_alloc_resources()
578 dwa = &br->dw_alloc[i]; in bhndb_free_resources()
607 dwa = &br->dw_alloc[i]; in bhndb_free_resources()
626 free(br->dw_alloc, M_BHND); in bhndb_free_resources()
1200 dwa = &br->dw_alloc[i]; in bhndb_dw_find_resource()
[all …]
H A Dbhndb_private.h207 struct bhndb_dw_alloc *dw_alloc; /**< dynamic window allocation records */ member
245 dw_free = &br->dw_alloc[bit]; in bhndb_dw_next_free()
H A Dbhndb.c679 dwa = &bus_res->dw_alloc[i]; in bhndb_generic_resume()
1673 dwa = &br->dw_alloc[i]; in bhndb_io_resource_get_window()