Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwt/
H A Dhwt_context.c63 static int ident_set_size; variable
71 bit_ffc(ident_set, ident_set_size, new_ident); in hwt_ctx_ident_alloc()
190 ident_set_size = (1 << 8); in hwt_ctx_load()
191 ident_set = bit_alloc(ident_set_size, M_HWT_CTX, M_WAITOK); in hwt_ctx_load()