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

Function mqfs_fileno_uninit

freebsd/kern/uipc_mqueue.c:305–313  ·  view source on GitHub ↗

* Tear down fileno bitmap */

Source from the content-addressed store, hash-verified

303 * Tear down fileno bitmap
304 */
305static void
306mqfs_fileno_uninit(struct mqfs_info *mi)
307{
308 struct unrhdr *up;
309
310 up = mi->mi_unrhdr;
311 mi->mi_unrhdr = NULL;
312 delete_unrhdr(up);
313}
314
315/*
316 * Allocate a file number

Callers 1

mqfs_uninitFunction · 0.85

Calls 1

delete_unrhdrFunction · 0.85

Tested by

no test coverage detected