Searched refs:is_start (Results 1 – 8 of 8) 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() 304 markers[markers_cnt].is_start = 1; in add_marker() 309 markers[markers_cnt].is_start in add_marker() [all...] |
/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 | 261 uint32_t *residency, const bool is_start, enum pr_residency_mode mode) in dmub_replay_residency() argument 289 if (is_start) in dmub_replay_residency()
|
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.h | 64 unsigned int *residency, const bool is_start, const enum pr_residency_mode mode);
|
H A D | link_edp_panel_control.c | 1110 unsigned int *residency, const bool is_start, const enum pr_residency_mode mode) in edp_replay_residency() argument 1123 replay->funcs->replay_residency(replay, panel_inst, residency, is_start, mode); in edp_replay_residency()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | link.h | 294 unsigned int *residency, const bool is_start,
|
/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()
|