Home
last modified time | relevance | path

Searched refs:nll_l (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/compat/ndis/
HDsubr_ntoskrnl.c2146 lookaside->nll_l.gl_size = sizeof(slist_entry);
2148 lookaside->nll_l.gl_size = size;
2149 lookaside->nll_l.gl_tag = tag;
2151 lookaside->nll_l.gl_allocfunc =
2154 lookaside->nll_l.gl_allocfunc = allocfunc;
2157 lookaside->nll_l.gl_freefunc =
2160 lookaside->nll_l.gl_freefunc = freefunc;
2166 lookaside->nll_l.gl_type = NonPagedPool;
2167 lookaside->nll_l.gl_depth = depth;
2168 lookaside->nll_l.gl_maxdepth = LOOKASIDE_DEPTH;
[all …]
HDntoskrnl_var.h465 general_lookaside nll_l; member