Searched refs:is_start (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 21 int is_start; member 102 st->marker->is_start ? "Start" : "End"); in note_page_update_state() 271 if (ama->is_start && amb->is_start) { in ptdump_cmp() 278 if (!ama->is_start && !amb->is_start) { in ptdump_cmp() 285 if (ama->is_start) in ptdump_cmp() 287 if (amb->is_start) in ptdump_cmp() 302 markers[markers_cnt].is_start = 1; in add_marker() 307 markers[markers_cnt].is_start = 0; in add_marker()
|
| /linux/scripts/gdb/linux/ |
| H A D | mapletree.py | 49 def is_start(self): member in Mas 67 if self.is_start() is False: 244 if entry is None and mas.is_start():
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_replay.h | 32 uint8_t panel_inst, uint32_t *residency, const bool is_start, const enum pr_residency_mode mode);
|
| H A D | dmub_replay.c | 240 uint32_t *residency, const bool is_start, enum pr_residency_mode mode) in dmub_replay_residency() argument 268 if (is_start) in dmub_replay_residency()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | debug.c | 261 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local 301 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 306 if (is_start) in ath10k_debug_fw_stats_process()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_debugfs.c | 3181 bool is_start = (val != 0); in replay_set_residency() local 3184 link->dc->link_srv->edp_replay_residency(link, &residency, is_start, PR_RESIDENCY_MODE_PHY); in replay_set_residency()
|