MCPcopy Create free account
hub / github.com/F-Stack/f-stack / buf_complete

Function buf_complete

freebsd/sys/buf.h:444–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444static __inline void
445buf_complete(struct buf *bp)
446{
447 if ((bp->b_flags & B_IOSTARTED) != 0) {
448 bp->b_flags &= ~B_IOSTARTED;
449 if (bioops.io_complete)
450 (*bioops.io_complete)(bp);
451 }
452}
453
454static __inline void
455buf_deallocate(struct buf *bp)

Callers 1

bufdoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected