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

Function uma_total_dec

tools/compat/include/vm/uma_int.h:650–655  ·  view source on GitHub ↗

Adjust bytes under management by UMA. */

Source from the content-addressed store, hash-verified

648
649/* Adjust bytes under management by UMA. */
650static inline void
651uma_total_dec(unsigned long size)
652{
653
654 atomic_subtract_long(&uma_kmem_total, size);
655}
656
657static inline void
658uma_total_inc(unsigned long size)

Callers

nothing calls this directly

Calls 1

atomic_subtract_longFunction · 0.85

Tested by

no test coverage detected