Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/auditd/
H A Ddoorway.c99 static au_queue_t b_pool; variable
611 audit_queue_init(&b_pool); in bpool_init()
624 audit_enqueue(&b_pool, node); in bpool_init()
653 audit_enqueue(&b_pool, b_node); in qpool_close()
700 rc = audit_dequeue(&b_pool, (void *)&node); in bpool_withdraw()
708 (void *)node, audit_queue_size(&b_pool))); in bpool_withdraw()
724 audit_queue_size(&b_pool))); in bpool_withdraw()
739 (void *)node, b_allocated, audit_queue_size(&b_pool))); in bpool_withdraw()
792 audit_enqueue(&b_pool, node); in bpool_return()
796 audit_queue_size(&b_pool))); in bpool_return()
[all …]