Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dkcov.c591 struct kcov_remote_arg *remote_arg; in kcov_ioctl_locked() local
640 if ((unsigned long)remote_arg->area_size > in kcov_ioctl_locked()
648 kcov->remote_size = remote_arg->area_size; in kcov_ioctl_locked()
666 if (remote_arg->common_handle) { in kcov_ioctl_locked()
675 remote_arg->common_handle); in kcov_ioctl_locked()
697 struct kcov_remote_arg *remote_arg = NULL; in kcov_ioctl() local
739 if (IS_ERR(remote_arg)) in kcov_ioctl()
740 return PTR_ERR(remote_arg); in kcov_ioctl()
742 kfree(remote_arg); in kcov_ioctl()
745 arg = (unsigned long)remote_arg; in kcov_ioctl()
[all …]