Searched refs:as_memory (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/agp/ |
| D | agp.c | 251 TAILQ_INIT(&sc->as_memory); in agp_generic_attach() 499 TAILQ_INSERT_TAIL(&sc->as_memory, mem, am_link); in agp_generic_alloc_memory() 514 TAILQ_REMOVE(&sc->as_memory, mem, am_link); in agp_generic_free_memory() 706 TAILQ_FOREACH(mem, &sc->as_memory, am_link) { in agp_find_memory() 825 while ((mem = TAILQ_FIRST(&sc->as_memory)) != NULL) { in agp_close()
|
| D | agppriv.h | 75 struct agp_memory_list as_memory; /* list of allocated memory */ member
|
| D | agp_i810.c | 1774 TAILQ_INSERT_TAIL(&sc->agp.as_memory, mem, am_link); in agp_i810_alloc_memory() 1809 TAILQ_REMOVE(&sc->agp.as_memory, mem, am_link); in agp_i810_free_memory()
|