Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c499 struct mrvl_mtr_profile *profile, *tmp_profile; in mrvl_mtr_deinit() local
508 profile && (tmp_profile = LIST_NEXT(profile, next), 1); in mrvl_mtr_deinit()
509 profile = tmp_profile) in mrvl_mtr_deinit()
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in3544 my $tmp_profile = "$profile_dir/.tmp.$profile_file";
3552 my $cmd = ShellEscape(@fetcher, $url) . " > " . ShellEscape($tmp_profile);
3563 (system("mv", $tmp_profile, $real_profile) == 0) || error("Unable to rename profile\n");