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

/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c277 static uma_zone_t iw_zone; variable
389 iw_zone = uma_zcreate("Windows WorkItem", sizeof(io_workitem),
417 uma_zdestroy(iw_zone);
2849 iw = uma_zalloc(iw_zone, M_NOWAIT);
2868 uma_zfree(iw_zone, iw);
2925 uma_zfree(iw_zone, iw);

Completed in 107 milliseconds