Home
last modified time | relevance | path

Searched refs:gb_lastread (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/wscons/
Dwsdisplay_glyphcache.c304 b->gb_lastread = time_uptime; in glyphcache_try()
314 if (gc->gc_buckets[i].gb_lastread < moo) { in glyphcache_try()
316 moo = gc->gc_buckets[i].gb_lastread; in glyphcache_try()
330 b->gb_lastread = time_uptime; in glyphcache_try()
357 b->gb_lastread = time_uptime; in glyphcache_try()
Dwsdisplay_glyphcachevar.h41 time_t gb_lastread; member
/netbsd/src/sys/dev/wsfb/
Dgenfb.c1144 b->gb_lastread = time_uptime; in genfb_putchar()
1154 if (scp->sc_buckets[i].gb_lastread < moo) { in genfb_putchar()
1156 moo = scp->sc_buckets[i].gb_lastread; in genfb_putchar()
1170 b->gb_lastread = time_uptime; in genfb_putchar()
1208 b->gb_lastread = time_uptime; in genfb_putchar()