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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3555 ARC_CFLAG_VERBOSE = 1 << 0, enumerator in enum:arc_cflags
3657 * If the ARC_CFLAG_VERBOSE flag was specified, we use the
3682 if (data->arc_cflags & ARC_CFLAG_VERBOSE) {
3731 'v', MDB_OPT_SETBITS, ARC_CFLAG_VERBOSE, &data.arc_cflags,
3751 * histogram. If ARC_CFLAG_VERBOSE is specified, this value is
3755 * ARC_CFLAG_VERBOSE) has a maximum of 257 buckets.
3757 if (data.arc_cflags & ARC_CFLAG_VERBOSE)
3787 if (data.arc_cflags & ARC_CFLAG_VERBOSE) {

Completed in 66 milliseconds