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

Function alq_close

freebsd/kern/kern_alq.c:914–920  ·  view source on GitHub ↗

* Flush remaining data, close the file and free all resources. */

Source from the content-addressed store, hash-verified

912 * Flush remaining data, close the file and free all resources.
913 */
914void
915alq_close(struct alq *alq)
916{
917 /* Only flush and destroy alq if not already shutting down. */
918 if (ald_rem(alq) == 0)
919 alq_destroy(alq);
920}
921
922static int
923alq_load_handler(module_t mod, int what, void *arg)

Callers 4

ieee80211_alq_setloggingFunction · 0.85
siftr_manage_opsFunction · 0.85

Calls 2

ald_remFunction · 0.85
alq_destroyFunction · 0.85

Tested by

no test coverage detected