Lines Matching refs:to
3 A buffer pool enables processes to transfer buffers asynchronously.
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
12 process. FMQ is used to send buffer ownership change status from 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
21 to communicate with the buffer pool. So sending an FMQ message on behalf of
25 are sent when a buffer is transferred from a client to another client. FMQ has
30 transaction ID to fetch a buffer from a buffer pool. Since the sender already
32 receiver with the transaction ID. In order to prevent faking a receiver, a
33 connection to a buffer pool from client is made and kept privately. Also part of
34 transaction ID is a sender ID in order to prevent fake transactions from other
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