kfd_events.c | 71 void *backing_store; local in function:allocate_signal_page 78 backing_store = (void *) __get_free_pages(GFP_KERNEL, 80 if (!backing_store) 84 memset(backing_store, (uint8_t) UNSIGNALED_EVENT_SLOT, 87 page->kernel_address = backing_store;
|