OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:as_memory
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
agp.c
368
TAILQ_INIT(&sc->
as_memory
);
641
TAILQ_INSERT_TAIL(&sc->
as_memory
, mem, am_link);
654
TAILQ_REMOVE(&sc->
as_memory
, mem, am_link);
882
TAILQ_FOREACH(mem, &sc->
as_memory
, am_link) {
1000
while ((mem = TAILQ_FIRST(&sc->
as_memory
))) {
agpvar.h
141
struct agp_memory_list
as_memory
; /* list of allocated memory */
member in struct:agp_softc
agp_i810.c
1328
TAILQ_INSERT_TAIL(&sc->
as_memory
, mem, am_link);
1360
TAILQ_REMOVE(&sc->
as_memory
, mem, am_link);
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025