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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c223 static chandev_userland_notify_list *chandev_userland_notify_head=NULL; variable
526 if(!chandev_userland_notify_head)
532 for_each(member,chandev_userland_notify_head)
569 for_each(member,chandev_userland_notify_head)
590 chandev_free_all_list((list **)&chandev_userland_notify_head);
626 for_each_allow_delete(member,nextmember,chandev_userland_notify_head)
628 chandev_free_listmember((list **)&chandev_userland_notify_head,(list *)member);
636 add_to_list((list **)&chandev_userland_notify_head,(list *)member);

Completed in 81 milliseconds