Searched refs:S_SIZE (Results 1 – 2 of 2) sorted by relevance
264 #define S_SIZE (1024 - (sizeof(unsigned int) + 1)) macro268 char buf[S_SIZE + 1];277 if (likely(m->count < S_SIZE)) { in nf_log_buf_add()279 len = vsnprintf(m->buf + m->count, S_SIZE - m->count, f, args); in nf_log_buf_add()281 if (likely(m->count + len < S_SIZE)) { in nf_log_buf_add()286 m->count = S_SIZE; in nf_log_buf_add()
1853 #define S_SIZE 0 macro1855 #define V_SIZE(x) ((x) << S_SIZE)1856 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)