Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/sparc64/
Dbus_machdep.c222 newtag->dt_ref_count = 1; /* Count ourselves */ in bus_dma_tag_create()
243 atomic_add_int(&parent->dt_ref_count, 1); in bus_dma_tag_create()
263 atomic_subtract_int(&dmat->dt_ref_count, 1); in bus_dma_tag_destroy()
264 if (dmat->dt_ref_count == 0) { in bus_dma_tag_destroy()
/freebsd-12-stable/sys/sparc64/include/
Dbus_dma.h121 int dt_ref_count; member