Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Davtab.c240 for ( i = 0; i < h->nslot; i++ ) in avtab_destroy()
253 h->nslot = 0; in avtab_destroy()
269 u32 nslot = 0; in avtab_alloc() local
282 nslot = 1 << shift; in avtab_alloc()
283 if ( nslot > MAX_AVTAB_SIZE ) in avtab_alloc()
284 nslot = MAX_AVTAB_SIZE; in avtab_alloc()
285 mask = nslot - 1; in avtab_alloc()
290 for ( i = 0; i < nslot; i++ ) in avtab_alloc()
295 h->nslot = nslot; in avtab_alloc()
298 h->nslot, nrules); in avtab_alloc()
[all …]
A Davtab.h59 u32 nslot; /* number of hash slots */ member

Completed in 4 milliseconds