|
|
#include <sys/buf.h> #include <sys/ddi.h>boolean_t biocanblock(buf_t *bp);
b_iodone
handler
if not already executing in such a context.
b_iodone
handler
is running in a context that is allowed to block.
If it returns false (0),
the caller must return immediately,
and the b_iodone
routine will eventually be called again
in a context for which
biocanblock( )
will return true (non-zero).