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

/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_blockcache.c49 } blkcache; variable in typeref:struct:mkuz_blkcache
106 if (blkcache.first[h].hit.len == 0) {
107 bcep = &blkcache.first[h];
109 for (bcep = &blkcache.first[h]; bcep != NULL; bcep = bcep->next) {
141 bcep->next = blkcache.first[h].next;
142 blkcache.first[h].next = bcep;

Completed in 67 milliseconds