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

Function ald_activate

freebsd/kern/kern_alq.c:169–174  ·  view source on GitHub ↗

* Put a queue on the active list. This will schedule it for writing. */

Source from the content-addressed store, hash-verified

167 * Put a queue on the active list. This will schedule it for writing.
168 */
169static void
170ald_activate(struct alq *alq)
171{
172 LIST_INSERT_HEAD(&ald_active, alq, aq_act);
173 wakeup(&ald_active);
174}
175
176static void
177ald_deactivate(struct alq *alq)

Callers 3

alq_shutdownFunction · 0.85
alq_writenFunction · 0.85
alq_post_flagsFunction · 0.85

Calls 1

wakeupFunction · 0.70

Tested by

no test coverage detected