| 2006 | } |
| 2007 | |
| 2008 | void |
| 2009 | lf_clearremotesys(int sysid) |
| 2010 | { |
| 2011 | |
| 2012 | KASSERT(sysid != 0, ("Can't clear local locks with F_UNLCKSYS")); |
| 2013 | lf_iteratelocks_sysid(sysid, lf_clearremotesys_iterator, NULL); |
| 2014 | } |
| 2015 | |
| 2016 | int |
| 2017 | lf_countlocks(int sysid) |
no test coverage detected