Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c108 bool is_end; in ath11k_debugfs_fw_stats_process() local
134 is_end = ((++num_vdev) == total_vdevs_started); in ath11k_debugfs_fw_stats_process()
139 if (is_end) { in ath11k_debugfs_fw_stats_process()
154 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath11k_debugfs_fw_stats_process()
159 if (is_end) { in ath11k_debugfs_fw_stats_process()
861 unsigned int param, mod_id_index, is_end; in ath11k_write_fw_dbglog() local
870 num = sscanf(buf, "%u %llx %u %u", &param, &value, &mod_id_index, &is_end); in ath11k_write_fw_dbglog()
883 if (!is_end) { in ath11k_write_fw_dbglog()
/openbmc/linux/scripts/kconfig/
H A Dpreprocess.c498 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()
525 if (is_end(*p)) in __expand_string()
/openbmc/linux/fs/ntfs/
H A Drunlist.c1530 bool is_end; in ntfs_rl_truncate_nolock() local
1544 is_end = false; in ntfs_rl_truncate_nolock()
1548 is_end = true; in ntfs_rl_truncate_nolock()
1554 if (!is_end) { in ntfs_rl_truncate_nolock()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c258 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
300 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
306 if (is_end) in ath10k_debug_fw_stats_process()
314 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl2836 my $is_end = 0;
2840 $is_end = $lines[$ln - 1] =~ /^\+/;
2866 $is_end = 1;
2871 if ($is_start && $is_end && $length < $min_conf_desc_length) {