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

Function mqfs_fileno_init

freebsd/kern/uipc_mqueue.c:293–300  ·  view source on GitHub ↗

* Initialize fileno bitmap */

Source from the content-addressed store, hash-verified

291 * Initialize fileno bitmap
292 */
293static void
294mqfs_fileno_init(struct mqfs_info *mi)
295{
296 struct unrhdr *up;
297
298 up = new_unrhdr(1, INT_MAX, NULL);
299 mi->mi_unrhdr = up;
300}
301
302/*
303 * Tear down fileno bitmap

Callers 1

mqfs_initFunction · 0.85

Calls 1

new_unrhdrFunction · 0.85

Tested by

no test coverage detected