Searched refs:bit_decl (Results 1 – 6 of 6) sorted by relevance
24 static bitstr_t bit_decl(notif_values, NOTIF_ASYNC_VALUE_MAX + 1);25 static bitstr_t bit_decl(notif_alloc_values, NOTIF_ASYNC_VALUE_MAX + 1);
60 #define bit_decl(name, nbits) \ macro
171 bitstr_t bit_decl(seen_attrs, PKCS11_BOOLPROPS_MAX_COUNT) = { 0 }; in sanitize_boolprops()172 bitstr_t bit_decl(boolprops, PKCS11_BOOLPROPS_MAX_COUNT) = { 0 }; in sanitize_boolprops()
31 static bitstr_t bit_decl(g_asid, MMU_NUM_ASID_PAIRS) __nex_bss;
14 static bitstr_t bit_decl(share_bits, NUM_SHARES);
34 static bitstr_t bit_decl(shm_bits, NUM_SHMS);
Completed in 10 milliseconds