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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata.h41 struct appldata_ops { struct
58 extern int appldata_register_ops(struct appldata_ops *ops);
59 extern void appldata_unregister_ops(struct appldata_ops *ops);
H A Dappldata_base.c131 struct appldata_ops *ops;
138 ops = list_entry(lh, struct appldata_ops, list);
343 struct appldata_ops *ops = NULL, *tmp_ops;
351 tmp_ops = list_entry(lh, struct appldata_ops, list);
442 int appldata_register_ops(struct appldata_ops *ops)
445 struct appldata_ops *tmp_ops;
470 tmp_ops = list_entry(lh, struct appldata_ops, list);
520 void appldata_unregister_ops(struct appldata_ops *ops)
629 struct appldata_ops *ops;
638 ops = list_entry(lh, struct appldata_ops, lis
[all...]
H A Dappldata_mem.c149 static struct appldata_ops ops = {
H A Dappldata_net_sum.c143 static struct appldata_ops ops = {
H A Dappldata_os.c84 static struct appldata_ops ops = {

Completed in 64 milliseconds