Searched refs:space (Results 201 - 225 of 345) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_vale.c792 * Available space in the ring. Only used in VALE code
798 int space; local
804 space = k->nkr_num_slots - 1 - busy;
807 space = k->nr_hwtail - k->nkr_hwlease;
808 if (space < 0)
809 space += k->nkr_num_slots;
823 return space;
1100 break; /* no more space */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc131 // A zero return value indicates a failure other than insufficient space.
135 // Insufficient space is determined by a return value equal to the size of
200 // A zero return value indicates a failure other than insufficient space.
204 // If there's insufficient space, the len returned is larger than the len
312 // If the output buffer has exactly enough space for the path name, but not
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com98 $! compile each element of the space-delimited list 'ofiles'
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Dsol-ci.asm103 .space 4
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c128 ASI_PHYS_BYPASS_EC_WITH_EBIT_L, /* PCI configuration space */
129 ASI_PHYS_BYPASS_EC_WITH_EBIT_L, /* PCI memory space */
130 ASI_PHYS_BYPASS_EC_WITH_EBIT_L, /* PCI I/O space */
137 ASI_PHYS_BYPASS_EC_WITH_EBIT, /* PCI configuration space */
138 ASI_PHYS_BYPASS_EC_WITH_EBIT, /* PCI memory space */
139 ASI_PHYS_BYPASS_EC_WITH_EBIT, /* PCI I/O space */
713 sparc64_fake_bustag(int space, bus_addr_t addr, struct bus_space_tag *ptag) argument
717 ptag->bst_type = space;
/freebsd-12-stable/sys/arm/arm/
H A Dlocore-v6.S173 * First map the entire 4GB address space as VA=PA. It's mapped as
439 .space INIT_ARM_STACK_SIZE * MAXCPU
449 .space L1_TABLE_SIZE
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c54 * Since we can touch multiple metaslabs (and their respective space maps)
55 * with each transaction group, we benefit from having a smaller space map
62 "Block size for metaslab DTL space map. Power of 2 and greater than 4096.");
65 * The in-core space map representation is more compact than its on-disk form.
67 * space map representation must be before we compact it on-disk.
78 * space used on disk. In particular, a space map uses data in increments of
81 * reduce the number of IOPs required to read the space map, we only want to
83 * space map. Unfortunately, we cannot precisely compute whether or not this is
94 * free space
519 uint64_t space = 0; local
2101 uint64_t space = 0; local
2134 uint64_t weight, space; local
[all...]
H A Ddnode.c639 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
710 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
2054 * - The dirty space accounting will put pressure on the txg sync
2058 * amount of space if we copy the freed BPs into deadlists.
2177 /* call from syncing context when we actually write/free space for this dnode */
2181 uint64_t space; local
2188 space = DN_USED_BYTES(dn->dn_phys);
2190 ASSERT3U(space + delta, >=, space); /* no overflow */
2192 ASSERT3U(space, >
[all...]
/freebsd-12-stable/sys/kern/
H A Dvfs_bio.c233 "Number of times we have freed the KVA space from some buffer");
240 "Minimum preferred space used for in-progress I/O");
244 "Maximum amount of space to use for in-progress I/O");
346 * defragment the address space where a simple count of the number of dirty
352 * Synchronization (sleep/wakeup) variable for active buffer space requests.
661 long space; local
671 space = atomic_fetchadd_long(&bd->bd_bufspace, diff);
673 if (space < bd->bd_bufspacethresh &&
674 space + diff >= bd->bd_bufspacethresh)
684 * different space limi
690 long space; local
900 long space, bspace; local
2217 long space; local
[all...]
H A Dsys_pipe.c40 * go away, and certainly its address space can change, because control
54 * address space available to us in pipe_map. This value is normally
200 * space is pageable. The pipe code will try to maintain locality of
519 * Allocate kva for pipe circular buffer, the space is pageable
843 * Map the sending processes' buffer into kernel space and wire it.
1110 int space; local
1163 space = wpipe->pipe_buffer.size - wpipe->pipe_buffer.cnt;
1166 if ((space < uio->uio_resid) && (orig_resid <= PIPE_BUF))
1167 space = 0;
1169 if (space >
[all...]
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc64 case space:
65 __ret = __wctype_l("space", _M_c_locale_ctype);
137 // The case of __m == ctype_base::space is particularly important,
140 // is the mask corresponding to ctype_base::space. NB: an encoding
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h212 void dmu_objset_willuse_space(objset_t *os, int64_t space, dmu_tx_t *tx);
H A Dvdev.h114 extern int64_t vdev_deflated_space(vdev_t *vd, int64_t space);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_ringbuffer.h58 int space; member in struct:intel_ring_buffer
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_subr.c905 uint64_t space, bps; local
908 space = (nffsdev->nd_clean_segs - 1) * bps;
910 DPRINTF(BUF, ("%s: bufs:%jx space:%jx\n", __func__,
911 (uintmax_t)nffsdev->nd_dirty_bufs, (uintmax_t)space));
913 if (nffsdev->nd_dirty_bufs + (nffsdev->nd_segs_reserved * bps) >= space)
956 * meta buffers dirty, even if free space is low.
/freebsd-12-stable/sys/powerpc/booke/
H A Dlocore.S777 .space TLB1_MAX_ENTRIES * TLB_ENTRY_SIZE
786 .space 4092 - (__boot_page_padding - __boot_page)
925 .space TMPSTACKSZ
927 .space 10240 /* XXX: this really should not be necessary */
/freebsd-12-stable/sys/tools/
H A Dvnode_if.awk59 # Append a space if the type is not a pointer
239 # Condense whitespace and delete leading/trailing space.
240 gsub(/[[:space:]]+/, " ");
266 # remove trailing space (if any)
/freebsd-12-stable/sys/x86/xen/
H A Dhvm.c220 xatp.space = XENMAPSPACE_shared_info;
/freebsd-12-stable/sys/i386/i386/
H A Dmpboot.s281 .space 0x100 /* space for boot_stk - 1st temporary stack */
/freebsd-12-stable/include/xlocale/
H A D_ctype.h138 XLOCALE_ISCTYPE(space, _CTYPE_S)
/freebsd-12-stable/sbin/restore/
H A Dinteractive.c310 # define rawname input /* save space by reusing input buffer */
320 * Read a command line and trim off trailing white space.
331 /* trim off trailing white space and newline */;
456 fprintf(stderr, "canonname: not enough buffer space\n");
/freebsd-12-stable/usr.sbin/ppp/
H A Darp.c174 char space[128]; member in struct:__anon17525
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp761 const ctype_base::mask ctype_base::space; member in class:ctype_base
1037 cntrl, cntrl | space | blank,
1038 cntrl | space, cntrl | space,
1039 cntrl | space, cntrl | space,
1049 space | blank | print, punct | print,
1265 if ((m & space) == space) result |= (iswspace_l(ch, __l) != 0);
1291 *vec |= space;
5466 const char space = static_cast<char>(money_base::space); local
[all...]
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1323 int n, space, offset; local
1339 space = usbd_xfer_max_framelen(xfer) * nframes;
1342 while (space > 0) {
1352 n = min(space, m->m_pkthdr.len);
1358 space -= n;
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_vfsops.c626 void *space; local
702 space = malloc(size, M_UFSMNT, M_WAITOK);
703 fs->fs_csp = space;
712 bcopy(bp->b_data, space, (u_int)size);
713 space = (char *)space + size;
720 fs->fs_maxcluster = lp = space;
723 space = lp;
726 fs->fs_contigdirs = (u_int8_t *)space;

Completed in 547 milliseconds

1234567891011>>