Lines Matching refs:empty_mark
98 unsigned long empty_mark; /* mark of SDB not marked full */
1273 return aux_sdb_num(aux->head, aux->empty_mark);
1347 * SDBs between aux->head and aux->empty_mark are already ready
1352 idx = aux->empty_mark + 1;
1360 aux->empty_mark = aux->head + range - 1;
1420 * Scan the SDBs in AUX buffer from behind aux->empty_mark. They are used
1426 * SDBs between aux->head and aux->empty_mark are already reset at last time.
1447 if (aux->alert_mark <= aux->empty_mark)
1457 * Start scanning from one SDB behind empty_mark. If the new alert
1461 idx = aux->empty_mark + 1;
1478 /* Update empty_mark to new position */
1479 aux->empty_mark = aux->head + range - 1;
1667 aux->empty_mark = sfb->num_sdb - 1;