search for: 8ld

Displaying 2 results from an estimated 2 matches for "8ld".

Did you mean: 8d
2002 Oct 29
1
strange locks
...lck.l_type = F_WRLCK; if(-1 == fcntl(fd, F_GETLK, &lck)) { perror("fcntl getlk"); exit(1); }; if (lck.l_type != F_UNLCK) { printf("%d %d %c %8ld %8ld\n", lck.l_sysid, lck.l_pid, (lck.l_type == F_WRLCK) ? 'W' : 'R', lck.l_start, lck.l_len); /* If this lock goes to the end of the address space, no * need to look further, so break out. */...
2011 May 06
14
[PATCH 0 of 4] Use superpages on restore/migrate
This patch series restores the use of superpages when restoring or migrating a VM, while retaining efficient batching of 4k pages when superpages are not appropriate or available. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel