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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Ddbg.h55 #define TIPC_PB_MIN_SIZE 64 /* minimum size for a print buffer's array */ macro
H A Ddbg.c93 if (size < TIPC_PB_MIN_SIZE) {
376 if (log_size < TIPC_PB_MIN_SIZE)
377 log_size = TIPC_PB_MIN_SIZE;

Completed in 99 milliseconds