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

Function destroy_dev_sched_cb

freebsd/kern/kern_conf.c:1482–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1480}
1481
1482int
1483destroy_dev_sched_cb(struct cdev *dev, void (*cb)(void *), void *arg)
1484{
1485
1486 dev_lock();
1487 return (destroy_dev_sched_cbl(dev, cb, arg));
1488}
1489
1490int
1491destroy_dev_sched(struct cdev *dev)

Callers 4

sysctl_vmm_destroyFunction · 0.85
devmem_create_cdevFunction · 0.85
tty_rel_freeFunction · 0.85
destroy_dev_schedFunction · 0.85

Calls 2

dev_lockFunction · 0.85
destroy_dev_sched_cblFunction · 0.85

Tested by

no test coverage detected