Searched refs:waste (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_cxt_api.h | 51 u32 waste; member
|
H A D | ecore_cxt.c | 2338 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 D | isnanf.S | 46 / let nan waste time
|
H A D | isnan.S | 52 / let nan waste time
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 1103 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 D | ex_vget.c | 264 bool waste; local 286 (void)vgetline(0, genbuf + 1, &waste, c);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 134 static inline int fits_in_txb(struct sge_txq *txq, int len, int *waste); 2203 fits_in_txb(struct sge_txq *txq, int len, int *waste) in fits_in_txb() argument 2209 *waste = 0; in fits_in_txb() 2213 *waste = txq->txb_size - txq->txb_next; in fits_in_txb() 2215 return (txq->txb_avail - *waste < len ? 0 : 1); in fits_in_txb() 2228 int waste, n; in copy_into_txb() local 2232 if (!fits_in_txb(txq, len, &waste)) { in copy_into_txb() 2237 if (waste != 0) { in copy_into_txb() 2238 ASSERT((waste & (TXB_CHUNK - 1)) == 0); in copy_into_txb() 2239 txinfo->txb_used += waste; in copy_into_txb() [all …]
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | umem.c | 2846 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 D | kmem.c | 3901 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/spell/ |
H A D | list | 24377 waste
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 24378 waste
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 4846 % side, and for 6pt waste from
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 9568 it is a waste of time to run the _STA method if the _INI does not exist.
|