Searched refs:ng_qzone (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 2952 uma_zone_t ng_qzone; variable 2985 item = uma_zalloc((type == NGQF_DATA) ? ng_qdzone : ng_qzone, in ng_alloc_item() 3042 ng_qdzone : ng_qzone, item); in ng_free_item() 3213 ng_qzone = uma_zcreate("NetGraph items", sizeof(struct ng_item), in ngb_mod_event() 3215 uma_zone_set_max(ng_qzone, maxalloc); in ngb_mod_event()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 2972 uma_zone_t ng_qzone; variable 3009 item = uma_zalloc((type == NGQF_DATA) ? ng_qdzone : ng_qzone, in ng_alloc_item() 3066 ng_qdzone : ng_qzone, item); in ng_free_item() 3239 ng_qzone = uma_zcreate("NetGraph items", sizeof(struct ng_item), in ngb_mod_event() 3241 uma_zone_set_max(ng_qzone, maxalloc); in ngb_mod_event()
|