/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 target 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 in function:i915_gem_object_wait_reservation 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 in function:i915_gem_object_wait_priority [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos-mfc-reserved-memory.dtsi | 15 compatible = "shared-dma-pool"; 22 compatible = "shared-dma-pool";
|
stm32mp157a-microgea-stm32mp1.dtsi | 22 compatible = "shared-dma-pool"; 28 compatible = "shared-dma-pool"; 34 compatible = "shared-dma-pool"; 40 compatible = "shared-dma-pool"; 46 compatible = "shared-dma-pool"; 52 compatible = "shared-dma-pool";
|
/src/sys/modules/ati_pcigart/ |
Makefile | 11 CPPFLAGS+= -I${S}/external/bsd/drm/dist/shared-core
|
/src/tools/mpc/ |
Makefile | 9 CONFIGURE_ARGS+=--disable-shared
|
/src/tools/isl/ |
Makefile | 6 --disable-shared
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
k3-j721e-som-p0.dtsi | 30 compatible = "shared-dma-pool"; 36 compatible = "shared-dma-pool"; 42 compatible = "shared-dma-pool"; 48 compatible = "shared-dma-pool"; 54 compatible = "shared-dma-pool"; 60 compatible = "shared-dma-pool"; 66 compatible = "shared-dma-pool"; 72 compatible = "shared-dma-pool"; 78 compatible = "shared-dma-pool"; 84 compatible = "shared-dma-pool" [all...] |
/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 in function:dma_resv_get_fences_rcu [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 in function:main 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
|