Home
last modified time | relevance | path

Searched refs:fd_tmp (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_process.c135 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/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c178 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/musl/porting/linux/user/ldso/
Ddynlink.c3975 int fd_tmp = fd; in handle_asan_path_open() local
3984 fd_tmp = path_open(name, new_lib_paths, buf, buf_size); in handle_asan_path_open()
3985 …handle_asan_path_open path_open new_lib_paths:%{public}s ,fd: %{public}d.", new_lib_paths, fd_tmp); in handle_asan_path_open()
3988 fd_tmp = path_open(name, namespace->asan_lib_paths, buf, buf_size); in handle_asan_path_open()
3991 fd_tmp); in handle_asan_path_open()
3993 fd_tmp = path_open(name, namespace->lib_paths, buf, buf_size); in handle_asan_path_open()
3995 …dle_asan_path_open path_open lib_paths:%{public}s ,fd: %{public}d.", namespace->lib_paths, fd_tmp); in handle_asan_path_open()
3998 return fd_tmp; in handle_asan_path_open()