Searched refs:S_SIZE (Results 1 – 2 of 2) sorted by relevance
258 #define S_SIZE (1024 - (sizeof(unsigned int) + 1)) macro262 char buf[S_SIZE + 1];271 if (likely(m->count < S_SIZE)) { in nf_log_buf_add()273 len = vsnprintf(m->buf + m->count, S_SIZE - m->count, f, args); in nf_log_buf_add()275 if (likely(m->count + len < S_SIZE)) { in nf_log_buf_add()280 m->count = S_SIZE; in nf_log_buf_add()
1862 #define S_SIZE 0 macro1864 #define V_SIZE(x) ((x) << S_SIZE)1865 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)