Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-cache-management.sh244 to_del=$(ls -t $(cat $fn_tmp) | sed -n '1!p')
245 [ $debug -gt 2 ] && echo "Considering to delete: $to_del"
260 to_del="`echo $to_del | sed 's#'\"$k_maybe\"'##g'`"
265 [ $debug -gt 2 ] && echo "Decided to delete: $to_del"
266 gen_rmlist $rm_list.$ext "$to_del"
351 to_del=`comm -1 -3 $keep_list $cache_list`
352 gen_rmlist $rm_list "$to_del"
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.c443 struct cache_entry *to_del = NULL; in remove_oldest_entry() local
451 if (!to_del || timespec64_compare(&ce->etime, in remove_oldest_entry()
452 &to_del->etime) < 0) in remove_oldest_entry()
453 to_del = ce; in remove_oldest_entry()
457 if (!to_del) { in remove_oldest_entry()
463 dump_ce(to_del); in remove_oldest_entry()
464 flush_cache_ent(to_del); in remove_oldest_entry()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c336 int to_del = 0; in bnad_set_coalesce() local
368 to_del = 1; in bnad_set_coalesce()
371 if (to_del) in bnad_set_coalesce()
H A 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()