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 */ in __aligned()
30 /* Post requests found in the open chapter */ in __aligned()
32 /* Post requests found in the dense index */ in __aligned()
34 /* Post requests found in the sparse index */ in __aligned()
36 /* Post requests that did not find an entry */ in __aligned()
38 /* Update requests that found an entry */ in __aligned()
40 /* Update requests that did not find an entry */ in __aligned()
42 /* Delete requests that found an entry */ in __aligned()
44 /* Delete requests that did not find an entry */ in __aligned()
46 /* Query requests that found an entry */ in __aligned()
48 /* Query requests that did not find an entry */ in __aligned()
50 /* Total number of requests */ in __aligned()
51 u64 requests; in __aligned() local
57 /* The index is able to handle requests. */