Lines Matching full:requests
23 * will not accept any further requests and can only be closed. Closing the index will clear the
28 /* Post requests that found an entry */
30 /* Post requests found in the open chapter */
32 /* Post requests found in the dense index */
34 /* Post requests found in the sparse index */
36 /* Post requests that did not find an entry */
38 /* Update requests that found an entry */
40 /* Update requests that did not find an entry */
42 /* Delete requests that found an entry */
44 /* Delete requests that did not find an entry */
46 /* Query requests that found an entry */
48 /* Query requests that did not find an entry */
50 /* Total number of requests */
51 u64 requests;
57 /* The index is able to handle requests. */