/src/sys/external/isc/libsodium/dist/test/default/ |
core1.c | 5 static unsigned char shared[32] = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, variable in typeref:typename:unsigned char[32] 23 crypto_core_hsalsa20(firstkey, zero, shared, c);
|
/src/usr.bin/make/unit-tests/ |
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/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/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/tests/lib/libpthread/ |
t_cond.c | 54 int *shared = (int *) arg; local in function:signal_delay_wait_threadfunc 61 printf("Shared value: %d. Changing to 0.\n", *shared); 62 *shared = 0; 113 int *shared = (int *) arg; local in function:signal_before_unlock_threadfunc 120 printf("Shared value: %d. Changing to 0.\n", *shared); 121 *shared = 0; 174 int *shared = (int *) arg; local in function:signal_before_unlock_static_init_threadfunc 181 printf("Shared value: %d. Changing to 0.\n", *shared) [all...] |
/src/sys/arch/hppa/hppa/ |
intr.c | 140 * shared interrupts for cascaded registers, e.g. dino and gsc 374 int shared; local in function:hppa_intr 378 shared = ci->ci_ishared; 379 while (shared) { 383 sbit = ffs(shared) - 1; 388 shared &= ~(1 << sbit); 392 "%s: ci->ipending %08x ci->ci_cpl %08x shared %08x\n", 393 __func__, ci->ci_ipending, ci->ci_cpl, shared);
|
/src/sys/external/bsd/drm2/include/linux/ |
dma-resv.h | 54 struct dma_fence __rcu *shared[]; member in struct:dma_resv_list
|
/src/sys/rump/librump/rumpkern/ |
locks.c | 295 bool shared = !rw_write_held(rw); local in function:rw_exit 297 if (shared) 299 UNLOCKED(rw, shared);
|
/src/sys/arch/xen/xen/ |
xpci_xenbus.c | 151 /* initialise shared structures and tell backend that we are ready */ 167 struct xen_pci_sharedinfo *shared; local in function:xpci_xenbus_resume 172 /* setup device: alloc event channel and shared info structure */ 173 sc->sc_shared = shared = (void *)uvm_km_alloc(kernel_map, PAGE_SIZE, 0, 175 if (shared == NULL) 176 panic("xpci_xenbus_resume: can't alloc shared info"); 178 (void)pmap_extract_ma(pmap_kernel(), (vaddr_t)shared, &ma); 182 DPRINTF(("shared %p ma 0x%jx ref %#x\n", shared, (uintmax_t)ma,
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_sw_fence.c | 640 struct dma_fence **shared; local in function:i915_sw_fence_await_reservation 643 ret = dma_resv_get_fences_rcu(resv, &excl, &count, &shared); 648 if (shared[i]->ops == exclude) 652 shared[i], 664 dma_fence_put(shared[i]); 665 kfree(shared);
|
i915_request.c | 1166 struct dma_fence **shared; local in function:i915_request_await_object 1170 &excl, &count, &shared); 1175 ret = i915_request_await_dma_fence(to, shared[i]); 1179 dma_fence_put(shared[i]); 1183 dma_fence_put(shared[i]); 1184 kfree(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 in function:dma_resv_get_fences_rcu [all...] |
/src/sys/dev/pci/ |
if_wpivar.h | 138 /* shared area */ 140 struct wpi_shared *shared; member in struct:wpi_softc
|
if_bwfm_pci.c | 791 uint32_t shared; local in function:bwfm_pci_load_microcode 825 shared = bus_space_read_4(sc->sc_tcm_iot, sc->sc_tcm_ioh, 827 if (shared) 830 if (!shared) { 835 sc->sc_shared_address = shared;
|
/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 in function:do_futex [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vm.c | 1982 struct dma_fence *excl, **shared; local in function:amdgpu_vm_prt_fini 1987 &shared_count, &shared); 2003 amdgpu_vm_add_prt_cb(adev, shared[i]); 2006 kfree(shared);
|
amdgpu.h | 421 struct dma_fence **shared; member in struct:amdgpu_flip_work
|
/src/common/dist/zlib/ |
Makefile.in | 7 # Normally configure builds both a static and a shared library. 72 all: static shared 76 shared: examplesh$(EXE) minigzipsh$(EXE) target 93 testshared: shared 100 echo ' *** zlib shared test OK ***'; \ 102 echo ' *** zlib shared test FAILED ***'; false; \
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
sysctl.h | 801 shared:1, /* See TMEM_POOL_SHARED. */ member in struct:xen_tmem_pool_info::__anon501431f30d0a::__anon501431f30e08
|