| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| psset.c | 179 expect_ptr_null(ps, "Nonempty pageslab evicted"); 196 expect_ptr_null(ps, "Nonempty pageslab evicted"); 213 expect_ptr_null(ps, "Nonempty pageslab evicted"); 222 expect_ptr_null(ps, "Nonempty pageslab evicted"); 233 expect_ptr_null(ps, "Nonempty pageslab evicted"); 235 expect_ptr_null(ps, "Nonempty pageslab evicted"); 269 expect_ptr_null(ps, "Nonempty pageslab evicted"); 272 expect_ptr_eq(&pageslab, ps, "Empty pageslab not evicted."); 471 hpdata_t *evicted = test_psset_dalloc(psset, local 473 expect_ptr_null(evicted, "Unexpected eviction") [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| psset.c | 206 expect_ptr_null(ps, "Nonempty pageslab evicted"); 223 expect_ptr_null(ps, "Nonempty pageslab evicted"); 240 expect_ptr_null(ps, "Nonempty pageslab evicted"); 249 expect_ptr_null(ps, "Nonempty pageslab evicted"); 260 expect_ptr_null(ps, "Nonempty pageslab evicted"); 262 expect_ptr_null(ps, "Nonempty pageslab evicted"); 300 expect_ptr_null(ps, "Nonempty pageslab evicted"); 303 expect_ptr_eq(&pageslab, ps, "Empty pageslab not evicted."); 670 hpdata_t *evicted = test_psset_dalloc( local 672 expect_ptr_null(evicted, "Unexpected eviction") [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| ttm_bo_api.h | 164 * @evicted: Whether the object was evicted without user-space knowing. 215 bool evicted; member in struct:ttm_buffer_object
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_vm.h | 257 struct list_head evicted; member in struct:amdgpu_vm 401 struct amdgpu_bo *bo, bool evicted);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_priv.h | 405 * @is_evicted: Defines if the queue is evicted. Only active queues 406 * are evicted, rendering them inactive. 554 unsigned int evicted; /* eviction counter, 0=active */ member in struct:qcm_process_device 592 /* Approx. wait time before attempting to restore evicted BOs */
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| arc.c | 55 * Pages are evicted when the cache is full and there is a cache 105 * with the buffer may be evicted prior to the callback. The callback 129 * information about a block that was recently evicted. If a block is 135 * Blocks that are actively being referenced or have not been evicted 481 * the only buffers that can be evicted or deleted. Within each 545 * Number of buffers that could not be evicted because the hash lock 591 * be evicted from the arc when it becomes unreferenced unless the 3250 * If this hdr is being evicted and has a compressed 3332 uint64_t evicted = arc_evict_hdr(hdr, hash_lock); local 3335 bytes_evicted += evicted; 3518 uint64_t evicted = 0; local 4130 uint64_t evicted = 0; local [all...] |