dbregs.c | 41 struct pool x86_dbregspl; variable in typeref:struct:pool 77 pool_init(&x86_dbregspl, sizeof(struct dbreg), 16, 0, 0, "dbregs", 120 pool_put(&x86_dbregspl, dbregs); 140 pcb->pcb_dbregs = pool_get(&x86_dbregspl, PR_WAITOK); 284 pcb->pcb_dbregs = pool_get(&x86_dbregspl, PR_WAITOK);
|