Home
last modified time | relevance | path

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

/linux/fs/hostfs/
H A Dhostfs_kern.c982 char *host_root, *tmp_root; in hostfs_parse_param() local
994 tmp_root = kasprintf(GFP_KERNEL, "%s%s", in hostfs_parse_param()
996 if (!tmp_root) in hostfs_parse_param()
999 fsi->host_root_path = tmp_root; in hostfs_parse_param()
1009 char *tmp_root, *host_root = (char *)data; in hostfs_parse_monolithic() local
1015 tmp_root = kasprintf(GFP_KERNEL, "%s%s", fsi->host_root_path, host_root); in hostfs_parse_monolithic()
1016 if (!tmp_root) in hostfs_parse_monolithic()
1019 fsi->host_root_path = tmp_root; in hostfs_parse_monolithic()
/linux/tools/perf/util/
H A Dannotate.c1630 struct rb_root tmp_root = RB_ROOT; in annotation__calc_lines() local
1653 insert_source_line(&tmp_root, al); in annotation__calc_lines()
1656 resort_source_line(root, &tmp_root); in annotation__calc_lines()