Searched defs:mpl (Results 1 – 6 of 6) sorted by relevance
32 __cpu_cas(struct __mp_lock *mpl, volatile unsigned long *addr, in __cpu_cas()79 __mp_lock_spin(struct __mp_lock *mpl) in __mp_lock_spin()98 __mp_lock(struct __mp_lock *mpl) in __mp_lock()140 __mp_unlock(struct __mp_lock *mpl) in __mp_unlock()164 __mp_release_all(struct __mp_lock *mpl) in __mp_release_all()195 __mp_acquire_count(struct __mp_lock *mpl, int count) in __mp_acquire_count()202 __mp_lock_held(struct __mp_lock *mpl, struct cpu_info *ci) in __mp_lock_held()
88 ___mp_lock_init(struct __mp_lock *mpl, const struct lock_type *type) in ___mp_lock_init()105 __mp_lock_spin(struct __mp_lock *mpl, u_int me) in __mp_lock_spin()128 __mp_lock(struct __mp_lock *mpl) in __mp_lock()151 __mp_unlock(struct __mp_lock *mpl) in __mp_unlock()174 __mp_release_all(struct __mp_lock *mpl) in __mp_release_all()198 __mp_acquire_count(struct __mp_lock *mpl, int count) in __mp_acquire_count()205 __mp_lock_held(struct __mp_lock *mpl, struct cpu_info *ci) in __mp_lock_held()
51 __ppc_lock_spin(struct __ppc_lock *mpl) in __ppc_lock_spin()70 __ppc_lock(struct __ppc_lock *mpl) in __ppc_lock()106 __ppc_unlock(struct __ppc_lock *mpl) in __ppc_unlock()
59 #define __mp_lock_init(mpl) do { \ argument66 #define __mp_lock_init(mpl) ___mp_lock_init((mpl), NULL) argument
60 #define __mp_lock_init(mpl) do { \ argument