Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dsched.c85 static u32 swap_buffer[PAGE_SIZE >> 2]; variable
713 if ((flags & RPC_TASK_SWAPPER) && size <= sizeof(swap_buffer) in rpc_allocate()
716 return swap_buffer; in rpc_allocate()
729 if (buffer != swap_buffer) { in rpc_free()