Searched refs:MAX_XLOG_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ds_bri.c39 #define MAX_XLOG_SIZE (64 * 1024) macro
52 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) )
84 if ( size > MAX_XLOG_SIZE )
85 size = MAX_XLOG_SIZE ;
H A Ds_pri.c39 #define MAX_XLOG_SIZE (64 * 1024) macro
71 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) ) {
76 if ( size > MAX_XLOG_SIZE )
77 size = MAX_XLOG_SIZE ;
H A Ds_4bri.c42 #define MAX_XLOG_SIZE (64 * 1024) macro
78 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) ) {
84 if ( size > MAX_XLOG_SIZE )
85 size = MAX_XLOG_SIZE ;

Completed in 80 milliseconds