Searched refs:NPENDINGCALLS (Results 1 – 2 of 2) sorted by relevance
25 #define NPENDINGCALLS 32 macro29 } calls[NPENDINGCALLS];
603 int j = (i + 1) % NPENDINGCALLS; in _push_pending_call()625 pending->first = (i + 1) % NPENDINGCALLS; in _pop_pending_call()722 for (int i=0; i<NPENDINGCALLS; i++) { in make_pending_calls()