Home
last modified time | relevance | path

Searched refs:to_purge (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dnetwork-coding.h31 bool (*to_purge)(struct batadv_priv *,
76 bool (*to_purge)(struct batadv_priv *, in batadv_nc_purge_orig()
H A Dnetwork-coding.c338 * @to_purge: function in charge to decide whether an entry has to be purged or
347 bool (*to_purge)(struct batadv_priv *, in batadv_nc_purge_orig_nc_nodes()
358 if (to_purge && !to_purge(bat_priv, nc_node)) in batadv_nc_purge_orig_nc_nodes()
375 * @to_purge: function in charge to decide whether an entry has to be purged or
382 bool (*to_purge)(struct batadv_priv *, in batadv_nc_purge_orig()
388 to_purge); in batadv_nc_purge_orig()
393 to_purge); in batadv_nc_purge_orig()
428 * @to_purge: function in charge to decide whether an entry has to be purged or
435 bool (*to_purge)(struc in batadv_nc_purge_paths()
[all...]
H A Ddistributed-arp-table.c151 * @to_purge: function in charge to decide whether an entry has to be purged or
157 * the to_purge function passed as argument returns true.
160 bool (*to_purge)(struct batadv_dat_entry *)) in __batadv_dat_purge()
181 if (to_purge && !to_purge(dat_entry)) in __batadv_dat_purge()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dnetwork-coding.h30 bool (*to_purge)(struct batadv_priv *,
73 bool (*to_purge)(struct batadv_priv *, in batadv_nc_purge_orig()
H A Dnetwork-coding.c331 * @to_purge: function in charge to decide whether an entry has to be purged or
340 bool (*to_purge)(struct batadv_priv *, in batadv_nc_purge_orig_nc_nodes()
351 if (to_purge && !to_purge(bat_priv, nc_node)) in batadv_nc_purge_orig_nc_nodes()
368 * @to_purge: function in charge to decide whether an entry has to be purged or
375 bool (*to_purge)(struct batadv_priv *, in batadv_nc_purge_orig()
381 to_purge); in batadv_nc_purge_orig()
386 to_purge); in batadv_nc_purge_orig()
421 * @to_purge: function in charge to decide whether an entry has to be purged or
428 bool (*to_purge)(struc in batadv_nc_purge_paths()
[all...]
H A Ddistributed-arp-table.c150 * @to_purge: function in charge to decide whether an entry has to be purged or
156 * the to_purge function passed as argument returns true.
159 bool (*to_purge)(struct batadv_dat_entry *)) in __batadv_dat_purge()
180 if (to_purge && !to_purge(dat_entry)) in __batadv_dat_purge()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Duptodate.c159 unsigned int tree, to_purge, purged; in ocfs2_metadata_cache_purge() local
166 to_purge = ci->ci_num_cached; in ocfs2_metadata_cache_purge()
170 to_purge, tree); in ocfs2_metadata_cache_purge()
185 if (tree && purged != to_purge) in ocfs2_metadata_cache_purge()
188 to_purge, purged); in ocfs2_metadata_cache_purge()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Duptodate.c157 unsigned int tree, to_purge, purged; in ocfs2_metadata_cache_purge() local
164 to_purge = ci->ci_num_cached; in ocfs2_metadata_cache_purge()
168 to_purge, tree); in ocfs2_metadata_cache_purge()
183 if (tree && purged != to_purge) in ocfs2_metadata_cache_purge()
186 to_purge, purged); in ocfs2_metadata_cache_purge()

Completed in 11 milliseconds