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

/linux-master/net/batman-adv/
H A Dnetwork-coding.h30 bool (*to_purge)(struct batadv_priv *,
73 bool (*to_purge)(struct batadv_priv *,
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 *,
351 if (to_purge && !to_purge(bat_priv, nc_node))
368 * @to_purge: function in charge to decide whether an entry has to be purged or
375 bool (*to_purge)(struct batadv_priv *,
381 to_purge);
386 to_purge);
421 * @to_purge: function in charge to decide whether an entry has to be purged or
428 bool (*to_purge)(struc
[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 *))
180 if (to_purge && !to_purge(dat_entry))
/linux-master/fs/ocfs2/
H A Duptodate.c157 unsigned int tree, to_purge, purged; local
164 to_purge = ci->ci_num_cached;
168 to_purge, tree);
183 if (tree && purged != to_purge)
186 to_purge, purged);

Completed in 156 milliseconds