Searched refs:is_end (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | debugfs.c | 138 bool is_end; in ath11k_debugfs_fw_stats_process() local 189 is_end = ((++num_vdev) == total_vdevs_started); in ath11k_debugfs_fw_stats_process() 194 if (is_end) { in ath11k_debugfs_fw_stats_process() 209 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath11k_debugfs_fw_stats_process() 214 if (is_end) { in ath11k_debugfs_fw_stats_process() 929 unsigned int param, mod_id_index, is_end; in ath11k_write_fw_dbglog() local 938 num = sscanf(buf, "%u %llx %u %u", ¶m, &value, &mod_id_index, &is_end); in ath11k_write_fw_dbglog() 951 if (!is_end) { in ath11k_write_fw_dbglog()
|
/linux-5.19.10/scripts/kconfig/ |
D | preprocess.c | 495 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string() 522 if (is_end(*p)) in __expand_string()
|
/linux-5.19.10/fs/ntfs/ |
D | runlist.c | 1530 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()
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 257 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local 299 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 305 if (is_end) in ath10k_debug_fw_stats_process() 313 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()
|