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

Function octeon_cop2_alloc_ctx

freebsd/mips/mips/octeon_cop2.c:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52struct octeon_cop2_state *
53octeon_cop2_alloc_ctx()
54{
55 return uma_zalloc(ctxzone, M_NOWAIT);
56}
57
58void
59octeon_cop2_free_ctx(struct octeon_cop2_state *ctx)

Callers 3

cpu_forkFunction · 0.85
trapFunction · 0.85
ifFunction · 0.85

Calls 1

uma_zallocFunction · 0.50

Tested by

no test coverage detected