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

Function drain_dev_clone_events

freebsd/kern/kern_conf.c:1508–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1506}
1507
1508void
1509drain_dev_clone_events(void)
1510{
1511
1512 sx_xlock(&clone_drain_lock);
1513 sx_xunlock(&clone_drain_lock);
1514}
1515
1516#include "opt_ddb.h"
1517#ifdef DDB

Callers 1

tun_uninitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected