Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dflush.c23 struct flusher { struct
25 /* The vdo to which this flusher belongs */ argument
27 /* The administrative state of the flusher */ argument
28 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. argument
60 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() local
159 void vdo_free_flusher(struct flusher *flusher) in vdo_free_flusher()
[all …]
H A Dblock-map.h245 struct tree_page *flusher; member
H A Dvdo.h212 struct flusher *flusher; member
/linux/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c83 BPF_PROG(flusher,struct cgroup * cgrp,struct cgroup * parent,int cpu) BPF_PROG() argument