Searched defs:bcache (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libmp/common/
H A Dmult.c74 short bcache; local
97 bcache = *bptr++;
99 sum += *aptr++ * bcache;
113 bcache = *bptr++;
115 sum += *aptr++ * bcache + *cptr;
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c816 static uchar_t bcache[DEV_BSIZE * CACHESIZE]; local
873 bcopy(bcache + (i * DEV_BSIZE),
880 dest = bcache + (cacheoff * DEV_BSIZE);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbcache.c59 * bcache per device node. cache is allocated on device first open and freed
64 struct bcache { struct
90 static void bcache_invalidate(struct bcache *bc, daddr_t blkno);
91 static void bcache_insert(struct bcache *bc, daddr_t blkno);
92 static void bcache_free_instance(struct bcache *bc);
106 * add number of devices to bcache. we have to divide cache space
123 struct bcache *bc = malloc(sizeof (struct bcache));
135 * the bcache block count must be power of 2 for hash function
171 struct bcache *b
[all...]
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c484 typedef struct bcache { /* Disk block cache objects: */ struct
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h381 * bcache descriptor
383 typedef struct bcache { struct

Completed in 97 milliseconds