Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.c196 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_destroy_incomplete_window()
212 msg.payload[1] = window->alloc_handle.vaddr; in scif_destroy_incomplete_window()
650 msg.payload[0] = window->alloc_handle.vaddr; in scif_send_scif_unregister()
760 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_send_alloc_request()
769 msg.payload[2] = (u64)&window->alloc_handle; in scif_send_alloc_request()
786 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_prep_remote_window()
828 msg.payload[1] = window->alloc_handle.vaddr; in scif_prep_remote_window()
966 msg.payload[1] = window->alloc_handle.vaddr; in scif_send_scif_register()
1096 alloc_handle); in scif_alloc_gnt_rej()
Dscif_rma.h263 struct scif_allocmsg alloc_handle; member
/linux-4.4.14/mm/
Dzsmalloc.c299 static unsigned long alloc_handle(struct zs_pool *pool) in alloc_handle() function
1400 handle = alloc_handle(pool); in zs_malloc()