Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c1163 struct bhndb_dw_rentry *rentry; in bhndb_dw_find_resource_entry() local
1165 LIST_FOREACH(rentry, &dwa->refs, dw_link) { in bhndb_dw_find_resource_entry()
1166 struct resource *dw_res = rentry->dw_res; in bhndb_dw_find_resource_entry()
1178 return (rentry); in bhndb_dw_find_resource_entry()
1266 struct bhndb_dw_rentry *rentry; in bhndb_dw_retain() local
1273 rentry = malloc(sizeof(*rentry), M_BHND, M_NOWAIT); in bhndb_dw_retain()
1274 if (rentry == NULL) in bhndb_dw_retain()
1277 rentry->dw_res = res; in bhndb_dw_retain()
1278 LIST_INSERT_HEAD(&dwa->refs, rentry, dw_link); in bhndb_dw_retain()
1299 struct bhndb_dw_rentry *rentry; in bhndb_dw_release() local
[all …]