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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ppp.c63 static ippp_bundle * isdn_ppp_bundle_arr = NULL; variable
909 kfree(isdn_ppp_bundle_arr);
1531 if( (isdn_ppp_bundle_arr = kzalloc(sz, GFP_KERNEL)) == NULL )
1534 spin_lock_init(&isdn_ppp_bundle_arr[i].lock);
1542 if (isdn_ppp_bundle_arr[i].ref_ct <= 0)
1543 return (isdn_ppp_bundle_arr + i);

Completed in 66 milliseconds