Searched defs:full (Results 26 - 28 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c788 * we always want to run in full-speed mode, this should be
2143 int full; local
2157 full = DMASTAT_MCR2FULL;
2160 full = DMASTAT_MCR1FULL;
2173 if ((status & full) != 0)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c1880 bool full, more; local
2109 (void) gatherq(qgrp, qdir, false, &full, &more, &h);
2123 if (full)
2450 ** full -- (optional) to be set 'true' if WorkList is full
2476 gatherq(qgrp, qdir, doall, full, more, pnentries)
2480 bool *full;
2555 if (full != NULL)
2556 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2917 if (full !
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c55 * Pages are evicted when the cache is full and there is a cache
1591 * Given a buf full of data, if ZFS_DEBUG_MODIFY is enabled this computes a
3343 * full of un-evictable buffers, and the
5658 * gets too large. We try to keep the cache less than half full
6702 boolean_t full; local
6711 full = B_FALSE;
6768 full = B_TRUE;
6865 if (full == B_TRUE)

Completed in 72 milliseconds

12