Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/dm-vdo/
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 …]
Dblock-map.h245 struct tree_page *flusher; member
Dvdo.h212 struct flusher *flusher; member
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dcgroup_hierarchical_stats.c83 int BPF_PROG(flusher, struct cgroup *cgrp, struct cgroup *parent, int cpu) in BPF_PROG() argument