sigacts_pool 87 kern/kern_sig.c struct pool sigacts_pool; /* memory pool for sigacts structures */ sigacts_pool 160 kern/kern_sig.c pool_init(&sigacts_pool, sizeof(struct sigacts), 0, 0, 0, "sigapl", sigacts_pool 173 kern/kern_sig.c ps = pool_get(&sigacts_pool, PR_WAITOK); sigacts_pool 220 kern/kern_sig.c pool_put(&sigacts_pool, ps);