Home
last modified time | relevance | path

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

/freebsd/sys/dev/agp/
H A Dagp.c247 TAILQ_INIT(&sc->as_memory); in agp_generic_attach()
517 TAILQ_INSERT_TAIL(&sc->as_memory, mem, am_link); in agp_generic_alloc_memory()
532 TAILQ_REMOVE(&sc->as_memory, mem, am_link); in agp_generic_free_memory()
719 TAILQ_FOREACH(mem, &sc->as_memory, am_link) { in agp_find_memory()
838 while ((mem = TAILQ_FIRST(&sc->as_memory)) != NULL) { in agp_close()
H A Dagppriv.h73 struct agp_memory_list as_memory; /* list of allocated memory */ member
H A Dagp_i810.c1772 TAILQ_INSERT_TAIL(&sc->agp.as_memory, mem, am_link); in agp_i810_alloc_memory()
1805 TAILQ_REMOVE(&sc->agp.as_memory, mem, am_link); in agp_i810_free_memory()