Home
last modified time | relevance | path

Searched defs:damon_call_control (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Ddamon.h644 struct damon_call_control { struct
645 int (*fn)(void *data);
646 void *data;
647 bool repeat;
648 int return_code;
649 bool dealloc_on_cancel;
652 struct completion completion;
654 bool canceled;
656 struct list_head list;