freebsd-skq/sys/dev/netmap
attilio 658534ed5a Switch vm_object lock to be a rwlock.
* VM_OBJECT_LOCK and VM_OBJECT_UNLOCK are mapped to write operations
* VM_OBJECT_SLEEP() is introduced as a general purpose primitve to
  get a sleep operation using a VM_OBJECT_LOCK() as protection
* The approach must bear with vm_pager.h namespace pollution so many
  files require including directly rwlock.h
2013-02-20 10:38:34 +00:00
..
if_em_netmap.h add some definition and driver changes in preparation for 2013-01-17 22:14:58 +00:00
if_igb_netmap.h add some definition and driver changes in preparation for 2013-01-17 22:14:58 +00:00
if_lem_netmap.h add some definition and driver changes in preparation for 2013-01-17 22:14:58 +00:00
if_re_netmap.h add some definition and driver changes in preparation for 2013-01-17 22:14:58 +00:00
ixgbe_netmap.h add some definition and driver changes in preparation for 2013-01-17 22:14:58 +00:00
netmap_kern.h control some debugging messages with dev.netmap.verbose 2013-01-23 03:51:47 +00:00
netmap_mem2.c control some debugging messages with dev.netmap.verbose 2013-01-23 03:51:47 +00:00
netmap.c Switch vm_object lock to be a rwlock. 2013-02-20 10:38:34 +00:00