Searched refs:CIRC_ADD (Results 1 – 1 of 1) sorted by relevance
36 #define CIRC_ADD(idx, size, value) (((idx) + (value)) & ((size) - 1)) macro126 cb->head = CIRC_ADD(cb->head, LOG_SIZE, 1); in cros_ec_console_log_work()184 cb->tail = CIRC_ADD(cb->tail, LOG_SIZE, ret); in cros_ec_console_log_read()