Searched refs:sunis (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/atm/
H A Dsuni.c47 static struct suni_priv *sunis = NULL; variable in typeref:struct:suni_priv
62 for (walk = sunis; walk; walk = walk->next) {
313 first = !sunis;
314 PRIV(dev)->next = sunis;
315 sunis = PRIV(dev);
347 for (walk = &sunis; *walk != PRIV(dev);
350 if (!sunis) del_timer_sync(&poll_timer);

Completed in 220 milliseconds