Searched refs:paranoia_slot (Results 1 – 1 of 1) sorted by relevance
189 union paranoia_slot { union192 paranoia_slot* nextFree;344 static paranoia_slot sSlots[PARANOIA_SLOT_COUNT];345 static paranoia_slot* sSlotFreeList;350 static paranoia_slot*356 paranoia_slot* slot = sSlotFreeList; in allocate_slot()363 free_slot(paranoia_slot* slot) in free_slot()432 paranoia_slot* slot = allocate_slot(); in create_paranoia_check_set()462 free_slot((paranoia_slot*)check); in delete_paranoia_check_set()466 free_slot((paranoia_slot*)set); in delete_paranoia_check_set()[all …]