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

Function rms_int_influx_enter

freebsd/kern/kern_rmlock.c:914–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914static void
915rms_int_influx_enter(struct rmslock *rms, struct rmslock_pcpu *pcpu)
916{
917
918 CRITICAL_ASSERT(curthread);
919 MPASS(pcpu->influx == 0);
920 pcpu->influx = 1;
921}
922
923static void
924rms_int_influx_exit(struct rmslock *rms, struct rmslock_pcpu *pcpu)

Callers 3

rms_rlockFunction · 0.85
rms_try_rlockFunction · 0.85
rms_runlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected