Lines Matching refs:pool
3 A buffer pool enables processes to transfer buffers asynchronously.
4 Without a buffer pool, a process calls a synchronous method of the other
6 unwanted latency due to context switching. With help from a buffer pool, a
11 rogue clients, FMQ is used to communicate between a buffer pool and a client
13 process to a buffer pool. Except FMQ, a buffer pool does not use any shared
18 FMQ is used to send buffer ownership status changes to a buffer pool from a
19 buffer pool client. A buffer pool synchronizes FMQ messages when there is a
21 to communicate with the buffer pool. So sending an FMQ message on behalf of
26 its own ID from a buffer pool. A client is specified with the ID.
30 transaction ID to fetch a buffer from a buffer pool. Since the sender already
31 registered the receiver via an FMQ message, The buffer pool must verify the
33 connection to a buffer pool from client is made and kept privately. Also part of
35 clients. This must be verified with an FMQ message from a buffer pool.
42 A connection to a buffer pool from a buffer pool client. The connection
43 provides the functionalities to share buffers between buffer pool clients.
47 An accessor to a buffer pool which makes a connection to the buffer pool.
51 A manager of buffer pool clients and clients' connections to buffer pools. It
52 sets up a process to be a receiver of buffers from a buffer pool. The manager