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

Function _lockmgr_args_rw

freebsd/sys/lockmgr.h:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static __inline int
112_lockmgr_args_rw(struct lock *lk, u_int flags, struct rwlock *ilk,
113 const char *wmesg, int prio, int timo, const char *file, int line)
114{
115
116 return (__lockmgr_args(lk, flags, (ilk != NULL) ? &ilk->lock_object :
117 NULL, wmesg, prio, timo, file, line));
118}
119
120/*
121 * Define aliases in order to complete lockmgr KPI.

Callers

nothing calls this directly

Calls 1

__lockmgr_argsFunction · 0.85

Tested by

no test coverage detected