Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c196 static atomic_t ppp_unit_count = ATOMIC_INIT(0); variable
2802 atomic_inc(&ppp_unit_count); in ppp_create_interface()
2838 atomic_dec(&ppp_unit_count); in ppp_destroy_interface()
3002 if (atomic_read(&ppp_unit_count) || atomic_read(&channel_count)) in ppp_cleanup()