MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lf_clearremotesys

Function lf_clearremotesys

freebsd/kern/kern_lockf.c:2008–2014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2006}
2007
2008void
2009lf_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
2016int
2017lf_countlocks(int sysid)

Callers 1

lf_advlockasyncFunction · 0.85

Calls 1

lf_iteratelocks_sysidFunction · 0.85

Tested by

no test coverage detected