Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/net/
Dqeth.h1037 struct list_head notify_list; variable
Dqeth.c2962 list_for_each(l, &notify_list) { in qeth_snmp_notify()
10726 list_for_each_safe(l, n, &notify_list) { in qeth_procfile_release()
10891 list_for_each(l, &notify_list) { in qeth_snmp_register()
10907 list_add(&n_entry->list,&notify_list); in qeth_snmp_register()
11110 INIT_LIST_HEAD(&notify_list); in init_module()