Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c103 static au_queue_t b_pool; variable
619 audit_queue_init(&b_pool); in bpool_init()
632 audit_enqueue(&b_pool, node); in bpool_init()
662 audit_enqueue(&b_pool, b_node); in qpool_close()
709 rc = audit_dequeue(&b_pool, (void *)&node); in bpool_withdraw()
717 (void *)node, audit_queue_size(&b_pool))); in bpool_withdraw()
733 audit_queue_size(&b_pool))); in bpool_withdraw()
748 (void *)node, b_allocated, audit_queue_size(&b_pool))); in bpool_withdraw()
801 audit_enqueue(&b_pool, node); in bpool_return()
805 audit_queue_size(&b_pool))); in bpool_return()
[all …]