Home
last modified time | relevance | path

Searched refs:waste (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt_api.h51 u32 waste; member
H A Decore_cxt.c2338 p_info->waste = ILT_PAGE_IN_BYTES(p_cli->p_size.val) - in ecore_cxt_get_tid_mem_info()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanf.S46 / let nan waste time
H A Disnan.S52 / let nan waste time
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1103 char waste[4*BUFSIZ], mark; in oob() local
1148 n = desread(rem, waste, sizeof (waste), 0); in oob()
1210 n = desread(rem, waste, sizeof (waste), 0); in oob()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c264 bool waste; local
286 (void)vgetline(0, genbuf + 1, &waste, c);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c135 static inline int fits_in_txb(struct sge_txq *txq, int len, int *waste);
2565 fits_in_txb(struct sge_txq *txq, int len, int *waste) in fits_in_txb() argument
2571 *waste = 0; in fits_in_txb()
2575 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2577 return (txq->txb_avail - *waste < len ? 0 : 1); in fits_in_txb()
2590 int waste, n; in copy_into_txb() local
2594 if (!fits_in_txb(txq, len, &waste)) { in copy_into_txb()
2599 if (waste != 0) { in copy_into_txb()
2600 ASSERT((waste & (TXB_CHUNK - 1)) == 0); in copy_into_txb()
2601 txinfo->txb_used += waste; in copy_into_txb()
[all …]
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c2846 size_t chunks, waste, slabsize; in umem_cache_create() local
2861 waste = (slabsize % chunksize) / chunks; in umem_cache_create()
2862 if (waste < minwaste) { in umem_cache_create()
2863 minwaste = waste; in umem_cache_create()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c3901 size_t chunks, bestfit, waste, slabsize; in kmem_cache_create() local
3909 waste = (slabsize % chunksize) / chunks; in kmem_cache_create()
3910 if (waste < minwaste) { in kmem_cache_create()
3911 minwaste = waste; in kmem_cache_create()
/illumos-gate/usr/src/cmd/look/
H A Dwords24378 waste
/illumos-gate/usr/src/cmd/spell/
H A Dlist24377 waste
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4846 % side, and for 6pt waste from
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt9568 it is a waste of time to run the _STA method if the _INI does not exist.