Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/i4l/
Disdn_ppp.c64 static ippp_bundle * isdn_ppp_bundle_arr = NULL; variable
910 kfree(isdn_ppp_bundle_arr); in isdn_ppp_cleanup()
1530 if( (isdn_ppp_bundle_arr = kzalloc(sz, GFP_KERNEL)) == NULL ) in isdn_ppp_mp_bundle_array_init()
1533 spin_lock_init(&isdn_ppp_bundle_arr[i].lock); in isdn_ppp_mp_bundle_array_init()
1541 if (isdn_ppp_bundle_arr[i].ref_ct <= 0) in isdn_ppp_mp_bundle_alloc()
1542 return (isdn_ppp_bundle_arr + i); in isdn_ppp_mp_bundle_alloc()