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

Function rms_int_pcpu

freebsd/kern/kern_rmlock.c:899–905  ·  view source on GitHub ↗

* Internal routines */

Source from the content-addressed store, hash-verified

897 * Internal routines
898 */
899static struct rmslock_pcpu *
900rms_int_pcpu(struct rmslock *rms)
901{
902
903 CRITICAL_ASSERT(curthread);
904 return (zpcpu_get(rms->pcpu));
905}
906
907static struct rmslock_pcpu *
908rms_int_remote_pcpu(struct rmslock *rms, int cpu)

Callers 6

rms_rlock_fallbackFunction · 0.85
rms_rlockFunction · 0.85
rms_try_rlockFunction · 0.85
rms_runlock_fallbackFunction · 0.85
rms_runlockFunction · 0.85
rms_action_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected