Home
last modified time | relevance | path

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

/src/sys/dev/hwt/
H A Dhwt_context.c62 static bitstr_t *ident_set; variable
71 bit_ffc(ident_set, ident_set_size, new_ident); in hwt_ctx_ident_alloc()
76 bit_set(ident_set, *new_ident); in hwt_ctx_ident_alloc()
87 bit_clear(ident_set, ident); in hwt_ctx_ident_free()
191 ident_set = bit_alloc(ident_set_size, M_HWT_CTX, M_WAITOK); in hwt_ctx_load()
200 free(ident_set, M_HWT_CTX); in hwt_ctx_unload()