Searched refs:tmp_root (Results 1 – 2 of 2) sorted by relevance
982 char *host_root, *tmp_root; in hostfs_parse_param() local994 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() local1015 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()
1630 struct rb_root tmp_root = RB_ROOT; in annotation__calc_lines() local1653 insert_source_line(&tmp_root, al); in annotation__calc_lines()1656 resort_source_line(root, &tmp_root); in annotation__calc_lines()