Rechercher une page de manuel
BUF_RECURSED.9freebsd
Langue: en
Version: 365510 (ubuntu - 25/10/10)
Section: 9 (Appels noyau Linux)
BSD mandoc
NAME
BUF_RECURSED - checks if the lock linked to the buffer is recursedSYNOPSIS
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.
SEE ALSO
buf(9), BUF_LOCK9, BUF_UNLOCK9, lockmgr(9)AUTHORS
This manual page was written by An Attilio Rao Aq attilio@FreeBSD.org .Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre