BUF_RECURSED(9) checks if the lock linked to the buffer is recursed

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 *bp

DESCRIPTION

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.

AUTHORS

This manual page was written by An Attilio Rao Aq [email protected] .