Searched refs:markers (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c3294 * skip any markers we see from these other threads.
3384 arc_buf_hdr_t **markers; local
3393 * to evict, we want to keep trying. The markers allow us to
3397 markers = kmem_zalloc(sizeof (*markers) * num_sublists, KM_SLEEP);
3399 markers[i] = kmem_cache_alloc(hdr_full_cache, KM_SLEEP);
3406 markers[i]->b_spa = 0;
3409 multilist_sublist_insert_tail(mls, markers[i]);
3440 markers[sublist_idx], spa, bytes_remaining);
3476 multilist_sublist_remove(mls, markers[
[all...]

Completed in 68 milliseconds