Home
last modified time | relevance | path

Searched defs:Palloc (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/9/port/
H A Dportdat.h27 typedef struct Palloc Palloc; typedef
539 struct Palloc struct
542 Pallocmem mem[4]; argument
543 Page *head; /* most recently used */
544 Page *tail; /* least recently used */
545 ulong freecount; /* how many pages on free list now */
546 Page *pages; /* array of all pages */
547 ulong user; /* how many user pages */
548 Page *hash[PGHSIZE];
549 Lock hashlock;
[all …]
/plan9-contrib/sys/src/9k/port/
H A Dportdat.h28 typedef struct Palloc Palloc; typedef
494 struct Palloc struct
497 Pallocpg avail[32]; /* indexed by log2 of page size (Page.lgsize) */ argument
498 ulong user; /* how many user pages */
499 Page *hash[PGHSIZE];
500 Lock hashlock;
501 Rendez r; /* Sleep for free mem */
502 QLock pwait; /* Queue of procs waiting for memory */
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h34 typedef struct Palloc Palloc; typedef