Home
last modified time | relevance | path

Searched refs:slowpath (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Drseq_entry.h12 unsigned long slowpath; member
534 current->rseq.event.slowpath = true; in rseq_exit_to_user_mode_restart()
/linux/Documentation/locking/
H A Dpi-futex.rst11 - even in the slowpath, the system call and scheduling pattern is very
85 To handle the slowpath, we have added two new futex ops:
H A Dmutex-design.rst61 waiting to spin on mutex owner, only to go directly to slowpath upon
65 (iii) slowpath: last resort, if the lock is still unable to be acquired,
H A Dww-mutex-design.rst97 slowpath until the contended lock can be acquired).
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c405 tx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
407 rx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
H A Dbnx2x.h1180 #define bnx2x_sp(bp, var) (&bp->slowpath->var)
1612 struct bnx2x_slowpath *slowpath; member
/linux/lib/
H A DKconfig.debug1479 This feature enables slowpath testing for w/w mutex users by