Home
last modified time | relevance | path

Searched refs:should_allocate (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c3483 boolean_t should_allocate; in metaslab_should_allocate() local
3491 should_allocate = (asize < in metaslab_should_allocate()
3494 should_allocate = (asize <= in metaslab_should_allocate()
3498 return (should_allocate); in metaslab_should_allocate()