Searched refs:fd_tmp (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_test.c | 178 int fd_tmp; in mmap_file() local 186 fd_tmp = fd_hugepage; in mmap_file() 188 fd_tmp = fd; in mmap_file() 191 MAP_SHARED, fd_tmp, 0); in mmap_file()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_process.c | 135 int fd_tmp; in mmap_file() local 143 fd_tmp = fd_hugepage; in mmap_file() 145 fd_tmp = fd; in mmap_file() 148 MAP_SHARED, fd_tmp, 0); in mmap_file()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 4473 int fd_tmp = fd; in handle_asan_path_open() local 4482 fd_tmp = path_open(name, new_lib_paths, buf, buf_size); in handle_asan_path_open() 4483 LD_LOGD("handle_asan_path_open path_open new_lib_paths:%{public}s ,fd: %{public}d.", new_lib_paths, fd_tmp); in handle_asan_path_open() 4486 fd_tmp = path_open(name, namespace->asan_lib_paths, buf, buf_size); in handle_asan_path_open() 4489 fd_tmp); in handle_asan_path_open() 4491 fd_tmp = path_open(name, namespace->lib_paths, buf, buf_size); in handle_asan_path_open() 4493 "handle_asan_path_open path_open lib_paths:%{public}s ,fd: %{public}d.", namespace->lib_paths, fd_tmp); in handle_asan_path_open() 4496 return fd_tmp; in handle_asan_path_open()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 4823 int fd_tmp = fd; in handle_asan_path_open() local 4832 fd_tmp = path_open(name, new_lib_paths, buf, buf_size); in handle_asan_path_open() 4833 LD_LOGD("handle_asan_path_open path_open new_lib_paths:%{public}s ,fd: %{public}d.", new_lib_paths, fd_tmp); in handle_asan_path_open() 4836 fd_tmp = path_open(name, namespace->asan_lib_paths, buf, buf_size); in handle_asan_path_open() 4839 fd_tmp); in handle_asan_path_open() 4841 fd_tmp = path_open(name, namespace->lib_paths, buf, buf_size); in handle_asan_path_open() 4843 "handle_asan_path_open path_open lib_paths:%{public}s ,fd: %{public}d.", namespace->lib_paths, fd_tmp); in handle_asan_path_open() 4846 return fd_tmp; in handle_asan_path_open()
|
Completed in 17 milliseconds