| 337 | } |
| 338 | |
| 339 | void |
| 340 | rm_sysinit(void *arg) |
| 341 | { |
| 342 | struct rm_args *args; |
| 343 | |
| 344 | args = arg; |
| 345 | rm_init_flags(args->ra_rm, args->ra_desc, args->ra_flags); |
| 346 | } |
| 347 | |
| 348 | static __noinline int |
| 349 | _rm_rlock_hard(struct rmlock *rm, struct rm_priotracker *tracker, int trylock) |
nothing calls this directly
no test coverage detected