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

1 2 3 4 5 6 7

  /src/usr.bin/make/unit-tests/
dotwait.exp 17 shared.0
18 shared.0
19 shared.1.99
20 shared.1.99
21 shared.2.1
22 shared.2.1
23 shared.2.99
24 shared.2.99
dotwait.mk 5 TESTS= simple recursive shared cycle
49 # shared: both shared.1.99 and shared.2.99 depend on shared.0.
50 # shared.0 must be made first, even though it is a child of
52 shared: shared.1.99 .WAIT shared.2.99
53 shared.1.99: shared.0 _ECHOUS
    [all...]
  /src/tools/mpfr/
Makefile 8 CONFIGURE_ARGS+=--disable-shared
  /src/sys/modules/mach64drm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
17 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/modules/r128drm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
17 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/modules/sisdrm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
16 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/modules/tdfxdrm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
14 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_wait.c 47 struct dma_fence **shared; local
52 &excl, &count, &shared);
57 timeout = i915_gem_object_wait_fence(shared[i],
62 dma_fence_put(shared[i]);
66 dma_fence_put(shared[i]);
67 kfree(shared);
70 * If both shared fences and an exclusive fence exist,
71 * then by construction the shared fences must be later
73 * all the shared fences, we know that the exclusive fence
74 * must all be signaled. If all the shared fences ar
155 struct dma_fence **shared; local
    [all...]
  /src/sys/modules/ati_pcigart/
Makefile 11 CPPFLAGS+= -I${S}/external/bsd/drm/dist/shared-core
  /src/tools/isl/
Makefile 6 --disable-shared
  /src/tools/mpc/
Makefile 9 CONFIGURE_ARGS+=--disable-shared
  /src/sys/external/bsd/drm2/linux/
linux_dma_resv.c 51 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_NOSLEEP);
64 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_SLEEP);
75 kmem_free(list, offsetof(typeof(*list), shared[n]));
128 dma_fence_put(robj->fence->shared[i]);
129 robj->fence->shared[i] = NULL; /* paranoia */
300 * Return a pointer to the shared fence list of the reservation
316 * Reserve space in robj to add num_fences shared fences. To be
462 * and length of the shared fence list of robj and return true, or
468 * shared list at the moment. Does not take any fence references.
533 * have previously loaded the shared fence list and shoul
770 struct dma_fence **shared = NULL; local
    [all...]
  /src/sys/modules/i915drm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
18 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/modules/mgadrm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
18 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/modules/savagedrm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
16 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/external/bsd/drm/dist/bsd-core/
Makefile 0 SHARED= ../shared-core
10 drm_pciids.h: ${SHARED}/drm_pciids.txt
11 sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
  /src/sys/external/bsd/drm/dist/scripts/
create_lk_drm.sh 12 if [ ! -d shared-core -o ! -d linux-core ] ;then
23 cp shared-core/*.[ch] $OUTDIR/.tmp
  /src/sys/modules/vboxdrm/
Makefile 12 CPPFLAGS+= -I${S}/external/bsd/drm/dist/shared-core
  /src/tools/file/
Makefile 11 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared \
  /src/usr.sbin/puffs/rump_nqmfs/
rump_nqmfs.c 74 int ch, fd, rdonly, shared; local
80 shared = mntflags = altflags = 0;
92 shared = 1;
118 MAP_FILE | (shared ? MAP_SHARED : MAP_PRIVATE), fd, 0);
  /src/sys/external/isc/libsodium/dist/dist-build/
ios.sh 43 --disable-shared \
56 --disable-shared \
74 --disable-shared \
87 --disable-shared \
100 --disable-shared \
  /src/lib/libc/
libcincludes.mk 3 # Makefile fragment shared across several parts that want to look
  /src/sys/external/isc/libsodium/dist/test/default/
core1.c 5 static unsigned char shared[32] = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, variable
23 crypto_core_hsalsa20(firstkey, zero, shared, c);
  /src/sys/modules/radeondrm/
Makefile 6 .PATH: ${S}/external/bsd/drm/dist/shared-core
25 -I${S}/external/bsd/drm/dist/shared-core
  /src/sys/kern/
sys_futex.c 45 * // 32-bit word of memory shared among threads or
113 * futex_tab.oa[uvm_voaddr] for shared futexes
147 * a uvm_voaddr (shared).
412 * futex_key_init(key, vm, va, shared)
417 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared)
421 if (__predict_false(shared)) {
433 * futex_key_fini(key, shared)
438 futex_key_fini(union futex_key *fk, bool shared)
440 if (__predict_false(shared))
446 * futex_create(fk, shared)
1670 const bool shared = (op & FUTEX_PRIVATE_FLAG) ? false : true; local
    [all...]

Completed in 494 milliseconds

1 2 3 4 5 6 7