Searched hist:146212 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_base.cdiff 146212 Sat May 14 07:25:18 MDT 2005 glebius Use uma(9) for allocating netgraph items:
- ng_getqblk() simply runs uma_zalloc().
- ng_free_item() simply frees.
- ngq_mtx is pushed down under NETGRAPH_DEBUG.
- NGQF_FREE is removed.

Increase default maxalloc to 512.

Reviewed by: julian

Completed in 134 milliseconds