Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/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()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h850 bool is_end) in GTEST_DISABLE_MSC_WARNINGS_POP_()
854 current_(is_end ? end_ : begin_) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c299 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
341 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
347 if (is_end) in ath10k_debug_fw_stats_process()
355 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()