Searched refs:target_ids_fd (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_target_ids_read_before_terminate_race.c22 int target_ids_fd = open(DBGFS_TARGET_IDS, O_RDWR); local
27 write(target_ids_fd, pid_str, sizeof(pid_str));
29 close(target_ids_fd);
37 int target_ids_fd = open(DBGFS_TARGET_IDS, O_RDWR); local
50 read(target_ids_fd, buf, sizeof(buf));
54 close(target_ids_fd);
H A Ddebugfs_target_ids_pid_leak.c22 int target_ids_fd = open(DBGFS_TARGET_IDS, O_RDWR); local
26 write(target_ids_fd, pid_str, sizeof(pid_str));
27 close(target_ids_fd);

Completed in 347 milliseconds