Home
last modified time | relevance | path

Searched refs:right_end (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-trace.c4255 char *right = tok + 1, *right_end; in trace__expand_filter() local
4275 right_end = right + 1; in trace__expand_filter()
4276 while (isalnum(*right_end) || *right_end == '_' || *right_end == '|') in trace__expand_filter()
4277 ++right_end; in trace__expand_filter()
4282 right_size = right_end - right; in trace__expand_filter()
4316 if (asprintf(&n, "%.*s%s%s", expansion_offset, new_filter, expansion, right_end) < 0) { in trace__expand_filter()
4338 left = right_end; in trace__expand_filter()
/linux-6.15/fs/ocfs2/
H A Dalloc.c1974 u32 left_clusters, right_end; in ocfs2_adjust_adjacent_records() local
1997 right_end = le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
1998 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
2003 right_end -= le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
2004 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()