Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c352 r->dw_alloc = malloc(sizeof(r->dw_alloc[0]) * r->dwa_count, M_BHND, in bhndb_alloc_resources()
354 if (r->dw_alloc == NULL) in bhndb_alloc_resources()
396 dwa = &r->dw_alloc[rnid]; in bhndb_alloc_resources()
421 dwa = &r->dw_alloc[i]; in bhndb_alloc_resources()
484 if (r->dw_alloc != NULL) in bhndb_alloc_resources()
485 free(r->dw_alloc, M_BHND); in bhndb_alloc_resources()
577 dwa = &br->dw_alloc[i]; in bhndb_free_resources()
606 dwa = &br->dw_alloc[i]; in bhndb_free_resources()
625 free(br->dw_alloc, M_BHND); in bhndb_free_resources()
1199 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.c673 dwa = &bus_res->dw_alloc[i]; in bhndb_generic_resume()
1662 dwa = &br->dw_alloc[i]; in bhndb_io_resource_get_window()