Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Drunlist.c1544 bool is_end; in ntfs_rl_truncate_nolock() local
1558 is_end = false; in ntfs_rl_truncate_nolock()
1562 is_end = true; in ntfs_rl_truncate_nolock()
1568 if (!is_end) { in ntfs_rl_truncate_nolock()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Ddebug.c297 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
334 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
340 if (is_end) in ath10k_debug_fw_stats_process()
345 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()
/linux-4.4.14/scripts/
Dcheckpatch.pl2534 my $is_end = 0;
2538 $is_end = $lines[$ln - 1] =~ /^\+/;
2554 $is_end = 1;
2559 if ($is_start && $is_end && $length < $min_conf_desc_length) {