Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c355 r->dw_alloc = malloc(sizeof(r->dw_alloc[0]) * r->dwa_count, M_BHND, in bhndb_alloc_resources()
357 if (r->dw_alloc == NULL) in bhndb_alloc_resources()
399 dwa = &r->dw_alloc[rnid]; in bhndb_alloc_resources()
424 dwa = &r->dw_alloc[i]; in bhndb_alloc_resources()
487 if (r->dw_alloc != NULL) in bhndb_alloc_resources()
488 free(r->dw_alloc, M_BHND); in bhndb_alloc_resources()
580 dwa = &br->dw_alloc[i]; in bhndb_free_resources()
609 dwa = &br->dw_alloc[i]; in bhndb_free_resources()
628 free(br->dw_alloc, M_BHND); in bhndb_free_resources()
1202 dwa = &br->dw_alloc[i]; in bhndb_dw_find_resource()
[all …]
H A Dbhndb_private.h208 struct bhndb_dw_alloc *dw_alloc; /**< dynamic window allocation records */ member
246 dw_free = &br->dw_alloc[bit]; in bhndb_dw_next_free()
H A Dbhndb.c689 dwa = &bus_res->dw_alloc[i]; in bhndb_generic_resume()
1683 dwa = &br->dw_alloc[i]; in bhndb_io_resource_get_window()