Synopsis
long ctl_atomic_decrement(long *p);
Description

ctl_atomic_decrement decrements the long pointed to by p and returns the new value of the object. The decrement is performed with global interrupts disabled.

Return Value

The value of the newly decremented object.