Home
last modified time | relevance | path

Searched refs:backing_store (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c66 void *backing_store; in allocate_signal_page() local
73 backing_store = (void *) __get_free_pages(GFP_KERNEL, in allocate_signal_page()
75 if (!backing_store) in allocate_signal_page()
79 memset(backing_store, (uint8_t) UNSIGNALED_EVENT_SLOT, in allocate_signal_page()
82 page->kernel_address = backing_store; in allocate_signal_page()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c95 attribs.backing_store = NotUseful; in dmxCreateRootWindow()
242 attribs.backing_store = NotUseful; in dmxCreateNonRootWindow()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c90 attributes.backing_store = NotUseful; in xnestCreateWindow()