Searched refs:rarc_c (Results 1 – 1 of 1) sorted by relevance
7210 uint64_t rarc_c = arc_warm ? arc_c : arc_c_max; in arc_tempreserve_space() local7211 if (total_dirty > rarc_c * zfs_arc_dirty_limit_percent / 100 && in arc_tempreserve_space()7212 anon_size > rarc_c * zfs_arc_anon_limit_percent / 100 && in arc_tempreserve_space()7222 data_esize >> 10, reserve >> 10, rarc_c >> 10); in arc_tempreserve_space()