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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c334 /* shift of arc_c for calculating overflow limit in arc_get_data_impl */
1488 static void arc_get_data_impl(arc_buf_hdr_t *, uint64_t, void *, boolean_t);
3780 * arc_get_data_impl() doesn't check for overflow
4566 * We have to rely on arc_get_data_impl() to tell us when to adjust,
4568 * sure to not leave arc_get_data_impl() waiting on
4570 * arc_get_data_impl() checked, we need to wake it up. We could
4571 * broadcast the CV here, but arc_get_data_impl() may have not yet
4573 * function doesn't broadcast until arc_get_data_impl() has gone to
4577 * held by arc_get_data_impl() when it calls zthr_wakeup().
4857 arc_get_data_impl(hd
4887 arc_get_data_impl(arc_buf_hdr_t *hdr, uint64_t size, void *tag, boolean_t do_adapt) function
[all...]

Completed in 87 milliseconds