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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Draw3270.c1176 struct raw3270_notifier { struct
1181 static LIST_HEAD(raw3270_notifier);
1185 struct raw3270_notifier *np;
1188 np = kmalloc(sizeof(struct raw3270_notifier), GFP_KERNEL);
1193 list_add_tail(&np->list, &raw3270_notifier);
1204 struct raw3270_notifier *np;
1207 list_for_each_entry(np, &raw3270_notifier, list)
1223 struct raw3270_notifier *np;
1243 list_for_each_entry(np, &raw3270_notifier, list)
1262 struct raw3270_notifier *n
[all...]

Completed in 28 milliseconds