Searched refs:next_gpadl_handle (Results 1 - 3 of 3) sorted by relevance

/drivers/hv/
H A Dchannel.c398 u32 next_gpadl_handle; local
403 next_gpadl_handle = atomic_read(&vmbus_connection.next_gpadl_handle);
404 atomic_inc(&vmbus_connection.next_gpadl_handle);
415 gpadlmsg->gpadl = next_gpadl_handle;
438 gpadl_body->gpadl = next_gpadl_handle;
H A Dconnection.c39 .next_gpadl_handle = ATOMIC_INIT(0xE1E10),
H A Dhyperv_vmbus.h558 atomic_t next_gpadl_handle; member in struct:vmbus_connection

Completed in 53 milliseconds