Hi All,<div><br clear="all"><div>I am trying to understand how to use mutex API&#39;s properly,so while going through the documentation,</div><div>there is section mentioning fast path and slow path for mutexes.</div><div>
<br></div><div>
For your reference I am pasting this here.(kernel/mutex.c)</div><div>/*</div><div> * We split the mutex lock/unlock logic into separate fastpath and</div><div> * slowpath functions, to reduce the register pressure on the fastpath.</div>

<div> * We also put the fastpath first in the kernel image, to make sure the</div><div> * branch is predicted by the CPU as default-untaken.</div><div> */</div><div>static __used noinline void __sched</div><div>__mutex_lock_slowpath(atomic_t *lock_count);</div>

<div><br></div><div><br></div><div>Can someone help me to understand what is the difference between fastpath lock and slowpath lock?</div><div><br></div><div>Thanks in advance</div><div><br></div>Subin Gangadharan<br><br>

</div>