Home
last modified time | relevance | path

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

/qemu/scripts/
H A Dget_maintainer.pl1989 my @nw = split(/[^A-Za-zÀ-ÿ\'\,\.\+-]/, $name);
1990 if (@nw > 2) {
1991 my $first = $nw[@nw - 3];
1992 my $middle = $nw[@nw - 2];
1993 my $last = $nw[@nw - 1];
/qemu/linux-user/
H A Dsyscall.c868 int i, nw, j, k; in copy_from_user_fdset() local
871 nw = DIV_ROUND_UP(n, TARGET_ABI_BITS); in copy_from_user_fdset()
874 sizeof(abi_ulong) * nw, in copy_from_user_fdset()
880 for (i = 0; i < nw; i++) { in copy_from_user_fdset()
914 int i, nw, j, k; in copy_to_user_fdset() local
918 nw = DIV_ROUND_UP(n, TARGET_ABI_BITS); in copy_to_user_fdset()
921 sizeof(abi_ulong) * nw, in copy_to_user_fdset()
926 for (i = 0; i < nw; i++) { in copy_to_user_fdset()
935 unlock_user(target_fds, target_fds_addr, sizeof(abi_ulong) * nw); in copy_to_user_fdset()