Searched refs:cstats (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xset/dist/
H A Dxset.c1529 FontCacheStatistics cstats; local in function:query_cache_status
1540 if (FontCacheGetCacheStatistics(dpy, &cstats)) {
1542 printf(" cache purged: %ld\n", cstats.purge_runs);
1543 printf(" cache status: %ld\n", cstats.purge_stat);
1544 printf(" cache balance: %ld\n", cstats.balance);
1546 printf(" hits: %ld\n", cstats.f.hits);
1547 printf(" misshits: %ld\n", cstats.f.misshits);
1548 printf(" purged: %ld\n", cstats.f.purged);
1549 printf(" usage: %ld\n", cstats.f.usage);
1551 printf(" hits: %ld\n", cstats
[all...]

Completed in 4 milliseconds