Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c218 static atomic_t ppp_unit_count = ATOMIC_INIT(0);
1232 atomic_inc(&ppp_unit_count); in ppp_unit_register()
3395 atomic_dec(&ppp_unit_count); in ppp_destroy_interface()
3573 if (atomic_read(&ppp_unit_count) || atomic_read(&channel_count))
207 static atomic_t ppp_unit_count = ATOMIC_INIT(0); global() variable