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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprintk.c109 #define LOG_BUF_MASK (log_buf_len-1) macro
110 #define LOG_BUF(idx) (log_buf[(idx) & LOG_BUF_MASK])
129 #define LOG_BUF2(idx) (log_buf2[(idx) & LOG_BUF_MASK])
627 if ((start & LOG_BUF_MASK) > (end & LOG_BUF_MASK)) {
629 __call_console_drivers(start & LOG_BUF_MASK,
631 __call_console_drivers(0, end & LOG_BUF_MASK);
1739 end = log_end & LOG_BUF_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dmin_osl.c484 #define LOG_BUF_MASK (LOG_BUF_LEN-1) macro
513 *((uint32 *)OSL_UNCACHED((uintptr)&log_idx)) = (idx + 1) & LOG_BUF_MASK;

Completed in 146 milliseconds