Home
last modified time | relevance | path

Searched refs:heap_free (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/dummynet/
HDip_dummynet.c374 heap_free(struct dn_heap *h) in heap_free() function
1258 heap_free(&pipe->scheduler_heap); in purge_pipe()
1259 heap_free(&pipe->not_eligible_heap); in purge_pipe()
1260 heap_free(&pipe->idle_heap); in purge_pipe()
1303 heap_free(&ready_heap); in dummynet_flush()
1304 heap_free(&wfq_ready_heap); in dummynet_flush()
1305 heap_free(&extract_heap); in dummynet_flush()
/dragonfly/sys/net/dummynet3/
HDip_dummynet3.c393 heap_free(struct dn_heap *h) in heap_free() function
1277 heap_free(&pipe->scheduler_heap); in purge_pipe()
1278 heap_free(&pipe->not_eligible_heap); in purge_pipe()
1279 heap_free(&pipe->idle_heap); in purge_pipe()
1318 heap_free(&ready_heap); in dummynet_flush()
1319 heap_free(&wfq_ready_heap); in dummynet_flush()
1320 heap_free(&extract_heap); in dummynet_flush()
/dragonfly/lib/libc/isc/
HDev_timers.c434 (void) heap_free(ctx->timers); in evDestroyTimers()