Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c64 static ippp_bundle *isdn_ppp_bundle_arr = NULL; variable
949 kfree(isdn_ppp_bundle_arr); in isdn_ppp_cleanup()
1569 if ((isdn_ppp_bundle_arr = kzalloc(sz, GFP_KERNEL)) == NULL) in isdn_ppp_mp_bundle_array_init()
1572 spin_lock_init(&isdn_ppp_bundle_arr[i].lock); in isdn_ppp_mp_bundle_array_init()
1580 if (isdn_ppp_bundle_arr[i].ref_ct <= 0) in isdn_ppp_mp_bundle_alloc()
1581 return (isdn_ppp_bundle_arr + i); in isdn_ppp_mp_bundle_alloc()