Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c3157 boolean_t should_allocate; in metaslab_should_allocate() local
3165 should_allocate = (asize < in metaslab_should_allocate()
3168 should_allocate = (asize <= in metaslab_should_allocate()
3172 return (should_allocate); in metaslab_should_allocate()