Home
last modified time | relevance | path

Searched refs:TLEFT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c261 l = TLEFT(root);
263 TLEFT(r) = l;
460 TLEFT(np) = fp;
461 TLEFT(fp) = NIL(Block_t*);
H A Dvmhdr.h290 #define TLEFT(b) ((b)->head.head.seg.link) /* instead of LEFT */ macro