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

/barrelfish-2018-10-04/lib/contmng/
H A Dcontmng.c81 uint64_t ntail = q->tail % MAX_QUEUE_SIZE; local
82 if ( nhead >= ntail) {
83 return (nhead - ntail);
85 return (ntail + (MAX_QUEUE_SIZE - nhead));

Completed in 34 milliseconds