Searched refs:MAX_CBS (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/tenaciousd/
H A Daio_vsic.c24 #define MAX_CBS 10 macro
27 struct aiocb cb[MAX_CBS];
28 const struct aiocb *cb_list[MAX_CBS];
33 for(int i = 0; i < MAX_CBS; i++) {
108 for(int i = 0; i < MAX_CBS; i++) {
136 int r = aio_suspend(mydata->cb_list, MAX_CBS, NULL);
H A Dram_vsic.c25 #define MAX_CBS 1000 macro
49 struct ramcb cb[MAX_CBS];
50 const struct ramcb *cb_list[MAX_CBS];
64 for(int i = 0; i < MAX_CBS; i++) {
153 for(int i = 0; i < MAX_CBS; i++) {
183 for(int i = 0; i < MAX_CBS; i++) {

Completed in 35 milliseconds