Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.h43 #define UNSIGNALED_EVENT_SLOT ((uint64_t)-1) macro
Dkfd_events.c108 page_slots(page)[slot] = UNSIGNALED_EVENT_SLOT; in allocate_free_slot()
146 memset(backing_store, (uint8_t) UNSIGNALED_EVENT_SLOT, in allocate_signal_page()
542 UNSIGNALED_EVENT_SLOT; in acknowledge_signal()
547 return page_slots(page)[index] != UNSIGNALED_EVENT_SLOT; in is_slot_signaled()