Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/appldata/
Dappldata_base.c128 struct appldata_ops *ops; in appldata_work_fn()
132 ops = list_entry(lh, struct appldata_ops, list); in appldata_work_fn()
275 struct appldata_ops *ops = NULL, *tmp_ops; in appldata_generic_handler()
291 tmp_ops = list_entry(lh, struct appldata_ops, list); in appldata_generic_handler()
357 int appldata_register_ops(struct appldata_ops *ops) in appldata_register_ops()
397 void appldata_unregister_ops(struct appldata_ops *ops) in appldata_unregister_ops()
411 struct appldata_ops *ops; in appldata_freeze()
424 ops = list_entry(lh, struct appldata_ops, list); in appldata_freeze()
440 struct appldata_ops *ops; in appldata_restore()
453 ops = list_entry(lh, struct appldata_ops, list); in appldata_restore()
Dappldata.h28 struct appldata_ops { struct
44 extern int appldata_register_ops(struct appldata_ops *ops); argument
45 extern void appldata_unregister_ops(struct appldata_ops *ops);
Dappldata_net_sum.c120 static struct appldata_ops ops = {
Dappldata_mem.c118 static struct appldata_ops ops = {
Dappldata_os.c87 static struct appldata_ops ops = {