Searched defs:flusher (Results 1 – 4 of 4) sorted by relevance
23 struct flusher { struct25 /* The vdo to which this flusher belongs */ argument27 /* The administrative state of the flusher */ argument28 struct admin_state state;30 sequence_number_t flush_generation;32 sequence_number_t first_unacknowledged_generation;56 * assert_on_flusher_thread() - Check that we are on the flusher thread. argument60 static inline void assert_on_flusher_thread(struct flusher *flusher, const char *caller) in assert_on_flusher_thread()115 struct flusher *flusher = pool_data; in allocate_flush() local159 void vdo_free_flusher(struct flusher *flusher) in vdo_free_flusher()[all …]
245 struct tree_page *flusher; member
212 struct flusher *flusher; member
83 int BPF_PROG(flusher, struct cgroup *cgrp, struct cgroup *parent, int cpu) in BPF_PROG() argument