Home
last modified time | relevance | path

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

/NextBSD/sys/dev/agp/
HDagp.c249 TAILQ_INIT(&sc->as_memory); in agp_generic_attach()
497 TAILQ_INSERT_TAIL(&sc->as_memory, mem, am_link); in agp_generic_alloc_memory()
512 TAILQ_REMOVE(&sc->as_memory, mem, am_link); in agp_generic_free_memory()
704 TAILQ_FOREACH(mem, &sc->as_memory, am_link) { in agp_find_memory()
823 while ((mem = TAILQ_FIRST(&sc->as_memory)) != 0) { in agp_close()
HDagppriv.h73 struct agp_memory_list as_memory; /* list of allocated memory */ member
HDagp_i810.c2082 TAILQ_INSERT_TAIL(&sc->agp.as_memory, mem, am_link); in agp_i810_alloc_memory()
2117 TAILQ_REMOVE(&sc->agp.as_memory, mem, am_link); in agp_i810_free_memory()