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

/freebsd-12-stable/stand/common/
H A Dbcache.c72 static u_int bcache_blksize; /* set by bcache_init */ variable
103 bcache_blksize = bsize;
145 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize +
150 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize +
162 marker = (uint32_t *)(bc->bcache_data + bc->bcache_nblks * bcache_blksize);
199 nblk = size / bcache_blksize;
232 marker = (uint32_t *)(bc->bcache_data + bc->bcache_nblks * bcache_blksize);
237 nblk = size / bcache_blksize;
259 bcopy(bc->bcache_data + (bcache_blksize * BHASH(bc, blk)), buf, size);
269 p_buf = bc->bcache_data + (bcache_blksize * BHAS
[all...]

Completed in 55 milliseconds