I'm trying some LKMM-based code and miss some functions. Most of them I could implement myself, eg, atomic_try_cmpxchg_release, but I am not sure what to do with smp_acquire__after_ctrl_dep. To what should I map it? To __LKMM_FENCE(aa) as in after atomic?