Home
last modified time | relevance | path

Searched refs:frontswap_ops (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
A Dfrontswap.c30 static struct frontswap_ops *frontswap_ops __read_mostly;
144 ops->next = frontswap_ops; in frontswap_register_ops()
197 struct frontswap_ops *ops; in __frontswap_init()
256 struct frontswap_ops *ops; in __frontswap_store()
258 VM_BUG_ON(!frontswap_ops); in __frontswap_store()
305 struct frontswap_ops *ops; in __frontswap_load()
307 VM_BUG_ON(!frontswap_ops); in __frontswap_load()
338 struct frontswap_ops *ops; in __frontswap_invalidate_page()
340 VM_BUG_ON(!frontswap_ops); in __frontswap_invalidate_page()
360 struct frontswap_ops *ops; in __frontswap_invalidate_area()
[all …]
A Dzswap.c1381 static struct frontswap_ops zswap_frontswap_ops = {
/linux/include/linux/
A Dfrontswap.h17 struct frontswap_ops { struct
23 struct frontswap_ops *next; /* private pointer to next ops */ argument
26 extern void frontswap_register_ops(struct frontswap_ops *ops);
/linux/Documentation/vm/
A Dfrontswap.rst27 frontswap_ops funcs appropriately and the functions it provides must

Completed in 9 milliseconds