table of contents
other versions
- stretch 4.9.168-1
BIO_PUT(9) | The Linux VFS | BIO_PUT(9) |
NAME¶
bio_put - release a reference to a bioSYNOPSIS¶
void bio_put(struct bio * bio);
ARGUMENTS¶
biobio to release reference to
DESCRIPTION¶
Put a reference to a struct bio, either one you have gotten with bio_alloc, bio_get or bio_clone. The last put of a bio will free it.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |