Home
last modified time | relevance | path

Searched defs:cluster_info (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dbuf.h222 struct cluster_info { struct
223 daddr_t ci_lastr; /* last read (read-ahead) */
224 daddr_t ci_lastw; /* last write (write cluster) */
225 daddr_t ci_cstart; /* start block of cluster */
226 daddr_t ci_lasta; /* last allocation */
227 int ci_clen; /* length of current cluster */
228 int ci_ralen; /* Read-ahead length */
229 daddr_t ci_maxra; /* last readahead block */
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp38 std::pair<bool, SmallVector<BBClusterInfo>> cluster_info(false, {}); in getBBClusterInfoForFunction() local