Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-trace.c4261 char *right = tok + 1, *right_end; in trace__expand_filter() local
4281 right_end = right + 1; in trace__expand_filter()
4282 while (isalnum(*right_end) || *right_end == '_' || *right_end == '|') in trace__expand_filter()
4283 ++right_end; in trace__expand_filter()
4288 right_size = right_end - right; in trace__expand_filter()
4322 if (asprintf(&n, "%.*s%s%s", expansion_offset, new_filter, expansion, right_end) < 0) { in trace__expand_filter()
4344 left = right_end; in trace__expand_filter()
/linux/fs/ocfs2/
H A Dalloc.c1975 u32 left_clusters, right_end; in ocfs2_adjust_adjacent_records() local
1998 right_end = le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
1999 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
2004 right_end -= le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
2005 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()