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

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ppp.c64 static ippp_bundle *isdn_ppp_bundle_arr = NULL; variable
939 kfree(isdn_ppp_bundle_arr); isdn_ppp_cleanup()
1559 if ((isdn_ppp_bundle_arr = kzalloc(sz, GFP_KERNEL)) == NULL) isdn_ppp_mp_bundle_array_init()
1562 spin_lock_init(&isdn_ppp_bundle_arr[i].lock); isdn_ppp_mp_bundle_array_init()
1570 if (isdn_ppp_bundle_arr[i].ref_ct <= 0) isdn_ppp_mp_bundle_alloc()
1571 return (isdn_ppp_bundle_arr + i); isdn_ppp_mp_bundle_alloc()

Completed in 71 milliseconds