Searched refs:necbs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c9506 int necbs = state->dts_necbs << 1; local
9510 if (necbs == 0) {
9512 necbs = 1;
9515 ecbs = kmem_zalloc(necbs * sizeof (*ecbs), KM_SLEEP);
9538 state->dts_necbs = necbs;

Completed in 1607 milliseconds