kernel - Major mtx lock cleanup
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 23 Mar 2015 03:23:52 +0000 (20:23 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 23 Mar 2015 03:23:52 +0000 (20:23 -0700)
commitcabfc9f6989fa1e4dbccc61162309bd2ec6891c9
tree8bb987820e72b5dc52589f88d07d57d4dea6ec2e
parent1bedd63a4356a1f8116f38103fe7af68b38043c6
kernel - Major mtx lock cleanup

* Integrate the ident into the mtx structure, remove the ident parameter from
  all locking calls.

* Rename some of the functions, shortening them.

* Add a few new functions which hammer2 will use.
17 files changed:
sys/dev/disk/iscsi/initiator/isc_sm.c
sys/dev/disk/iscsi/initiator/iscsivar.h
sys/dev/drm/drm_vm.c
sys/dev/misc/syscons/syscons.c
sys/emulation/ndis/subr_ntoskrnl.c
sys/kern/kern_mutex.c
sys/kern/kern_synch.c
sys/libprop/prop_object_impl.h
sys/net/if.c
sys/netinet6/nd6.c
sys/sys/mutex.h
sys/sys/mutex2.h
sys/vfs/nfs/nfs_socket.c
sys/vfs/nfs/nfs_syscalls.c
sys/vfs/nfs/nfs_vfsops.c
sys/vm/device_pager.c
sys/vm/vm_swap.c