Lines Matching defs:source

55 	const char source[] = { 'i', 'u' };
62 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "band_reloc");
65 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "band_write");
68 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "limits");
71 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "rwb_pop");
75 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "md_read_sched");
78 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "md_read_submit");
81 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "md_read_cmpl");
85 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "md_write_sched");
88 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "md_write_submit");
91 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "md_write_cmpl");
95 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "read_sched");
98 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "read_submit");
101 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "read_cmpl_invld");
104 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "read_cmpl_cache");
107 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "read_cmpl_ssd");
111 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "write_sched");
114 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "rwb_fill");
117 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "write_submit");
120 snprintf(descbuf, sizeof(descbuf), "%c %s", source[i], "write_cmpl");
155 uint16_t tpoint_id = 0, source;
158 source = FTL_TRACE_SOURCE_USER;
162 tpoint_id = FTL_TRACE_READ_SCHEDULE(source);
165 tpoint_id = FTL_TRACE_WRITE_SCHEDULE(source);
168 tpoint_id = FTL_TRACE_TRIM_SCHEDULE(source);
181 uint16_t tpoint_id = 0, source;
184 source = FTL_TRACE_SOURCE_USER;
190 tpoint_id = FTL_TRACE_READ_COMPLETION_INVALID(source);
193 tpoint_id = FTL_TRACE_READ_COMPLETION_CACHE(source);
196 tpoint_id = FTL_TRACE_READ_COMPLETION_DISK(source);
201 tpoint_id = FTL_TRACE_WRITE_COMPLETION(source);
204 tpoint_id = FTL_TRACE_TRIM_COMPLETION(source);
217 uint16_t tpoint_id = 0, source;
220 source = FTL_TRACE_SOURCE_USER;
224 tpoint_id = FTL_TRACE_READ_SUBMISSION(source);
227 tpoint_id = FTL_TRACE_WRITE_SUBMISSION(source);
230 tpoint_id = FTL_TRACE_TRIM_SUBMISSION(source);