Use atomic, not lock, for parcel allocation counters

These counters don't need to actually be coherent, so each can be its
own atomic.  Avoid the lock, because every lock is a chance for
priority inversion.

Test: builds
Change-Id: I5e3b11a5e5ade7875fcafbb5dfa33e92c996b87c
1 file changed