Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bhnd/bhndb/
HDbhndb_private.h49 struct bhndb_dw_alloc;
83 struct bhndb_dw_alloc *bhndb_dw_find_resource(
87 struct bhndb_dw_alloc *bhndb_dw_find_mapping(
93 struct bhndb_dw_alloc *dwa,
98 struct bhndb_dw_alloc *dwa,
103 struct bhndb_dw_alloc *dwa,
148 struct bhndb_dw_alloc { struct
185 struct bhndb_dw_alloc *dw_alloc; /**< dynamic window allocation records */
209 static inline struct bhndb_dw_alloc *
212 struct bhndb_dw_alloc *dw_free; in bhndb_dw_next_free()
[all …]
HDbhndb_subr.c395 struct bhndb_dw_alloc *dwa; in bhndb_alloc_resources()
490 struct bhndb_dw_alloc *dwa; in bhndb_free_resources()
586 struct bhndb_dw_alloc *dynamic; in bhndb_find_resource_limits()
648 bhndb_dw_find_resource_entry(struct bhndb_dw_alloc *dwa, struct resource *r) in bhndb_dw_find_resource_entry()
680 struct bhndb_dw_alloc *
683 struct bhndb_dw_alloc *dwa; in bhndb_dw_find_resource()
712 struct bhndb_dw_alloc *
716 struct bhndb_dw_alloc *dwr; in bhndb_dw_find_mapping()
750 bhndb_dw_retain(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa, in bhndb_dw_retain()
783 bhndb_dw_release(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa, in bhndb_dw_release()
[all …]
HDbhndb.c703 struct bhndb_dw_alloc *dwa; in bhndb_generic_resume()
745 struct bhndb_dw_alloc *dwa; in bhndb_suspend_resource()
1291 static struct bhndb_dw_alloc *
1294 struct bhndb_dw_alloc *dwa; in bhndb_retain_dynamic_window()
1357 struct bhndb_dw_alloc *dwa; in bhndb_try_activate_resource()
1486 struct bhndb_dw_alloc *dwa; in bhndb_deactivate_resource()
1626 static struct bhndb_dw_alloc *
1631 struct bhndb_dw_alloc *dwa; in bhndb_io_resource_slow()
1676 static inline struct bhndb_dw_alloc *
1681 struct bhndb_dw_alloc *dwa; in bhndb_io_resource()
[all …]