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

/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_events.h49 #define UNSIGNALED_EVENT_SLOT ((uint64_t)-1) macro
H A Dkfd_events.c79 memset(backing_store, (uint8_t) UNSIGNALED_EVENT_SLOT,
125 page_slots(p->signal_page)[id] = UNSIGNALED_EVENT_SLOT;
168 if (page_slots(p->signal_page)[id] == UNSIGNALED_EVENT_SLOT)
178 if (page_slots(p->signal_page)[id] == UNSIGNALED_EVENT_SLOT)
338 memset(kernel_address, (uint8_t) UNSIGNALED_EVENT_SLOT,
705 WRITE_ONCE(page_slots(p->signal_page)[ev->event_id], UNSIGNALED_EVENT_SLOT);
762 if (READ_ONCE(slots[id]) != UNSIGNALED_EVENT_SLOT)
771 if (READ_ONCE(slots[id]) != UNSIGNALED_EVENT_SLOT) {

Completed in 258 milliseconds