SYNOPSIS
In sys/param.h In sys/systm.h In sys/uio.h In sys/bio.h In sys/buf.h Ft int Fn BUF_RECURSED struct buf *bpDESCRIPTION
The Fn BUF_RECURSED function checks if the lock linked to the given buffer is recursed and returns 1 if the condition is true, 0 otherwise.Its argument is:
- Fa bp
- The buffer linked to the lock. See lockmgr_recursed9 for details.