Home
last modified time | relevance | path

Searched refs:kbytes (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_xio.c97 xio_init_kbuf(xio_t xio, void *kbase, size_t kbytes) in xio_init_kbuf() argument
111 if ((n = PAGE_SIZE - xio->xio_offset) > kbytes) in xio_init_kbuf()
112 n = kbytes; in xio_init_kbuf()
119 kbytes -= n; in xio_init_kbuf()
121 if ((n = kbytes) > PAGE_SIZE) in xio_init_kbuf()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dphysmem.c127 double kbytes = physmem; in physmem_total() local
129 if (0 <= kbytes) in physmem_total()
130 return kbytes * 1024.0; in physmem_total()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dphysmem.c127 double kbytes = physmem; in physmem_total() local
129 if (0 <= kbytes) in physmem_total()
130 return kbytes * 1024.0; in physmem_total()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dphysmem.c127 double kbytes = physmem; in physmem_total() local
129 if (0 <= kbytes) in physmem_total()
130 return kbytes * 1024.0; in physmem_total()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dphysmem.c127 double kbytes = physmem; in physmem_total() local
129 if (0 <= kbytes) in physmem_total()
130 return kbytes * 1024.0; in physmem_total()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dautoconf.c140 long kbytes = physmem * (PAGE_SIZE / 1024); /* physmem */ in cpu_startup() local
144 if (kbytes > 128 * 1024) in cpu_startup()
145 nbuf += (kbytes - 128 * 1024) / (factor * 20); in cpu_startup()
/dragonfly/sys/sys/
H A Dxio.h92 int xio_init_kbuf(xio_t xio, void *kbase, size_t kbytes);
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c141 #define kbytes(size) (((size) + 1023) >> 10) macro
2373 return (kbytes(sb.st_size)); in sizefile()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c405 long kbytes = physmem * (PAGE_SIZE / 1024); /* physmem */ in cpu_startup() local
408 if (kbytes > 128 * 1024) in cpu_startup()
409 nbuf += (kbytes - 128 * 1024) / (factor * 20); in cpu_startup()
/dragonfly/contrib/tcp_wrappers/
H A DREADME535 hundred kbytes each day. egrep-based filters can help to suppress some
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi3910 slightly under 32kbytes of data.