Searched refs:cvmx_spinlock_rec_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-spinlock.h379 static inline void cvmx_spinlock_rec_lock(cvmx_spinlock_rec_t *lock);
382 #define cvmx_spinlock_rec_lock(x) _int_cvmx_spinlock_rec_lock((x), __FILE__, __LINE__) macro
385 static inline void cvmx_spinlock_rec_lock(cvmx_spinlock_rec_t *lock)
421 cvmx_dprintf("cvmx_spinlock_rec_lock: lock taken, but core_num is incorrect. file: %s, line: %d\n", filename, linenum);

Completed in 216 milliseconds