V_counter_zone
V_counter_zone = uma_zcreate("tfo", sizeof(unsigned int),
uma_zdestroy(V_counter_zone);
counter = uma_zalloc(V_counter_zone, M_NOWAIT);
uma_zfree(V_counter_zone, counter);