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

Function sbunlock

freebsd/kern/uipc_sockbuf.c:475–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void
476sbunlock(struct sockbuf *sb)
477{
478
479 sx_xunlock(&sb->sb_sx);
480}
481
482/*
483 * Wakeup processes waiting on a socket buffer. Do asynchronous notification

Callers 9

sctp_sorecvmsgFunction · 0.85
vn_sendfileFunction · 0.85
ktls_enable_txFunction · 0.85
ktls_set_tx_modeFunction · 0.85
sosend_genericFunction · 0.85
uipc_socket.cFile · 0.85
soreceive_streamFunction · 0.85
sorflushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected