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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dabd.h46 ABD_FLAG_GANG_FREE = 1 << 7, /* gang ABD is responsible for mem */ enumerator in enum:abd_flags
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dabd.c116 ABD_FLAG_GANG_FREE | ABD_FLAG_ZEROS | ABD_FLAG_ALLOCD));
266 if (cabd->abd_flags & ABD_FLAG_GANG_FREE)
429 * allocated ABD with ABD_FLAG_GANG_FREE, before
453 child_abd->abd_flags |= ABD_FLAG_GANG_FREE;
457 child_abd->abd_flags |= ABD_FLAG_GANG_FREE;

Completed in 38 milliseconds