| 912 | } |
| 913 | |
| 914 | static void |
| 915 | rms_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 | |
| 923 | static void |
| 924 | rms_int_influx_exit(struct rmslock *rms, struct rmslock_pcpu *pcpu) |
no outgoing calls
no test coverage detected