Searched refs:as_memory (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/agp/ |
| D | agp.c | 256 TAILQ_INIT(&sc->as_memory); in agp_generic_attach() 505 TAILQ_INSERT_TAIL(&sc->as_memory, mem, am_link); in agp_generic_alloc_memory() 520 TAILQ_REMOVE(&sc->as_memory, mem, am_link); in agp_generic_free_memory() 718 TAILQ_FOREACH(mem, &sc->as_memory, am_link) { in agp_find_memory() 837 while ((mem = TAILQ_FIRST(&sc->as_memory)) != 0) { in agp_close()
|
| D | agppriv.h | 73 struct agp_memory_list as_memory; /* list of allocated memory */ member
|
| D | agp_i810.c | 1988 TAILQ_INSERT_TAIL(&sc->agp.as_memory, mem, am_link); in agp_i810_alloc_memory() 2023 TAILQ_REMOVE(&sc->agp.as_memory, mem, am_link); in agp_i810_free_memory()
|