Home
last modified time | relevance | path

Searched refs:to_del (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/cifs/
Ddfs_cache.c555 struct cache_entry *to_del = NULL; in remove_oldest_entry_locked() local
565 if (!to_del || timespec64_compare(&ce->etime, in remove_oldest_entry_locked()
566 &to_del->etime) < 0) in remove_oldest_entry_locked()
567 to_del = ce; in remove_oldest_entry_locked()
571 if (!to_del) { in remove_oldest_entry_locked()
577 dump_ce(to_del); in remove_oldest_entry_locked()
578 flush_cache_ent(to_del); in remove_oldest_entry_locked()
/Linux-v5.15/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c340 int to_del = 0; in bnad_set_coalesce() local
372 to_del = 1; in bnad_set_coalesce()
375 if (to_del) in bnad_set_coalesce()
Dbnad.c1831 int to_del = 0; in bnad_stats_timer_stop() local
1836 to_del = 1; in bnad_stats_timer_stop()
1838 if (to_del) in bnad_stats_timer_stop()
2150 int to_del = 0; in bnad_destroy_rx() local
2160 to_del = 1; in bnad_destroy_rx()
2163 if (to_del) in bnad_destroy_rx()