HomeSort by: relevance | last modified time | path
    Searched refs:available (Results 1 - 25 of 139) sorted by relevancy

1 2 3 4 5 6

  /src/usr.bin/make/unit-tests/
opt-debug.mk 11 .MAKEFLAGS: -d0 # -d0 is available since 2020-10-03
impsrc.mk 25 # Therefore $< is available here.
29 # therefore it is available as $<.
33 # Therefore POSIX does not specify that $< be available here.
39 # Therefore $< is not available here.
varname-dot-includes.mk 14 # The .INCLUDES variable is not yet available.
varname-dot-libs.mk 14 # The .LIBS variable is not yet available.
varname-dot-makeflags.mk 27 # The environment variable 'MAKEFLAGS' is not available to child processes
29 # which are already available during parse time.
suff-transform-expand.mk 10 # ${.TARGET} were available, so they expand to an empty string.
suff-transform-select.mk 6 # If issue10.e is wanted and both issue10.d and issue10.f are available,
opt-chdir.mk 6 # This option has been available since 2009-08-27.
gnode-submake.mk 9 # from parsing is available in compat mode as well.
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gtt_mgr.c 35 atomic64_t available; member in struct:amdgpu_gtt_mgr
112 atomic64_set(&mgr->available, p_size);
248 atomic64_read(&mgr->available) < mem->num_pages) {
252 atomic64_sub(mem->num_pages, &mgr->available);
280 atomic64_add(mem->num_pages, &mgr->available);
308 atomic64_add(mem->num_pages, &mgr->available);
324 s64 result = man->size - atomic64_read(&mgr->available);
365 drm_printf(printer, "man size:%"PRIu64" pages, gtt available:%"PRId64" pages, usage:%"PRIu64"MB\n",
366 man->size, (u64)atomic64_read(&mgr->available),
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbva_base.c 71 u32 available; local in function:vbva_write
80 available = vbva_buffer_available(vbva);
85 if (chunk >= available) {
87 available = vbva_buffer_available(vbva);
90 if (chunk >= available) {
91 if (WARN_ON(available <= vbva->partial_write_tresh)) {
95 chunk = available - vbva->partial_write_tresh;
104 available -= chunk;
  /src/usr.sbin/acpitools/aml/
aml_memman.h 48 unsigned int available; /* number of available chunks */ member in struct:memman_block
70 unsigned int available; /* total # of available chunks */ member in struct:memman_blockman
152 .available = MEMMAN_INITIAL_SIZE, \
aml_memman.c 103 memblock->available = entries;
115 bmp->available = entries;
156 if (bmp->available == 0) {
175 memnode->memblock->available--;
176 bmp->available--;
341 memblock->available++;
343 bmp->available++;
346 memblock->available == memblock->allocated) {
352 bmp->available--;
  /src/sys/external/isc/libsodium/dist/
README.markdown 24 The documentation is available on Gitbook:
34 are available in the [installation](https://download.libsodium.org/doc/installation/index.html#integrity-checking)
39 A mailing-list is available to discuss libsodium.
configure.ac 365 AC_DEFINE([HAVE_MMINTRIN_H], [1], [mmx is available])
382 AC_DEFINE([HAVE_EMMINTRIN_H], [1], [sse2 is available])
396 AC_DEFINE([HAVE_PMMINTRIN_H], [1], [sse3 is available])
409 AC_DEFINE([HAVE_TMMINTRIN_H], [1], [ssse3 is available])
422 AC_DEFINE([HAVE_SMMINTRIN_H], [1], [sse4.1 is available])
438 AC_DEFINE([HAVE_AVXINTRIN_H], [1], [AVX is available])
458 AC_DEFINE([HAVE_AVX2INTRIN_H], [1], [AVX2 is available])
490 AC_DEFINE([HAVE_AVX512FINTRIN_H], [1], [AVX512F is available])
509 AC_DEFINE([HAVE_WMMINTRIN_H], [1], [aesni is available])
527 AC_DEFINE([HAVE_RDRAND], [1], [rdrand is available])
    [all...]
  /src/games/gomoku/
bdisp.c 126 int available = 3 + (1 + scr_x(BSZ) - scr_x(1)) + 3; local in function:bdwho
131 if (total <= available)
132 x = (available - total) / 2;
134 int remaining = available - fixed;
146 mvhline(BSZ + 2, 0, ' ', available);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_ct.c 594 s32 available; /* in dwords */ local in function:ctb_read
605 available = tail - head;
606 if (unlikely(available == 0))
610 if (unlikely(available < 0))
611 available += size;
612 CT_DEBUG_DRIVER("CT: available %d (%u:%u)\n", available, head, tail);
613 GEM_BUG_ON(available < 0);
620 if (unlikely(len > (u32)available)) {
623 4 * (head + available - 1 > size
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
mullu.S 8 # are licensed and made available under the terms and conditions of the BSD License
llsl.S 8 # are licensed and made available under the terms and conditions of the BSD License
llsr.S 8 # are licensed and made available under the terms and conditions of the BSD License
  /src/sys/altq/
altq_jobs.c 1077 int64_t credit, available, lower_bound, upper_bound; local in function:adjust_rates_rdc
1242 available = result[i]
1244 if (available >= -credit) {
1248 result[i] -= available;
1249 credit += available;
1274 int64_t *available; local in function:assign_rate_drops_adc
1299 available = malloc((jif->jif_maxpri+1)*sizeof(int64_t), M_DEVBUF, M_WAITOK);
1300 if (available == NULL)
1336 available[i] = n[i]-k[i]/c[i];
1345 available[i] = -((int64_t)bps_to_internal((u_int64_t)jif->jif_bandwidth))
    [all...]
  /src/
README.md 5 Source operating system. It is available for a [wide range of
17 Additional build information available in the [BUILDING](BUILDING) file.
  /src/sys/dev/isa/
if_ep_isa.c 124 char available; member in struct:epcard
139 epcards[nepcards].available = 1;
318 if (epcards[i].available == 0)
334 epcards[i].available = 0;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
nouveau_nvkm_falcon_msgq.c 62 u32 head, tail, available; local in function:nvkm_falcon_msgq_pop
71 available = head - tail;
72 if (size > available) {
73 FLCNQ_ERR(msgq, "requested %d bytes, but only %d available",
74 size, available);
  /src/sys/arch/acorn32/doc/
bootoptions 38 * Description of all available boot options
44 This file describes all the boot options available.

Completed in 63 milliseconds

1 2 3 4 5 6