Searched refs:osd_PageAlloc (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/hv/
H A Dosd.h55 extern void *osd_PageAlloc(unsigned int count);
H A Dosd.c63 * osd_PageAlloc() - Allocate pages
71 void *osd_PageAlloc(unsigned int count) function
88 EXPORT_SYMBOL_GPL(osd_PageAlloc); variable
95 * Frees the pages allocated by osd_PageAlloc()
H A Dconnection.c69 gVmbusConnection.InterruptPage = osd_PageAlloc(1);
84 gVmbusConnection.MonitorPages = osd_PageAlloc(2);
H A Dnetvsc.c222 osd_PageAlloc(netDevice->ReceiveBufferSize >> PAGE_SHIFT);
353 osd_PageAlloc(netDevice->SendBufferSize >> PAGE_SHIFT);
H A Dchannel.c132 out = osd_PageAlloc((SendRingBufferSize + RecvRingBufferSize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/hv/
H A Dosd.h55 extern void *osd_PageAlloc(unsigned int count);
H A Dosd.c63 * osd_PageAlloc() - Allocate pages
71 void *osd_PageAlloc(unsigned int count) function
88 EXPORT_SYMBOL_GPL(osd_PageAlloc); variable
95 * Frees the pages allocated by osd_PageAlloc()
H A Dconnection.c69 gVmbusConnection.InterruptPage = osd_PageAlloc(1);
84 gVmbusConnection.MonitorPages = osd_PageAlloc(2);
H A Dnetvsc.c222 osd_PageAlloc(netDevice->ReceiveBufferSize >> PAGE_SHIFT);
353 osd_PageAlloc(netDevice->SendBufferSize >> PAGE_SHIFT);
H A Dchannel.c132 out = osd_PageAlloc((SendRingBufferSize + RecvRingBufferSize)

Completed in 199 milliseconds