Searched refs:slowpath (Results 1 – 10 of 10) sorted by relevance
| /Linux-v4.19/Documentation/locking/ |
| D | mutex-design.txt | 58 waiting to spin on mutex owner, only to go directly to slowpath upon 62 (iii) slowpath: last resort, if the lock is still unable to be acquired,
|
| D | ww-mutex-design.txt | 95 slowpath until the contended lock can be acquired).
|
| /Linux-v4.19/Documentation/ |
| D | pi-futex.txt | 11 - even in the slowpath, the system call and scheduling pattern is very 85 To handle the slowpath, we have added two new futex ops:
|
| /Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_main.c | 3371 &bp->slowpath->drv_info_to_mcp.ether_stat; in bnx2x_drv_info_ether_stat() 3415 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat() 3517 &bp->slowpath->drv_info_to_mcp.iscsi_stat; in bnx2x_drv_info_iscsi_stat() 3580 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_handle_drv_info_req() 3687 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version() 3690 version = bp->slowpath->drv_info_to_mcp.iscsi_stat.version; in bnx2x_update_mng_version() 3693 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version() 3696 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version() 8275 BNX2X_PCI_FREE(bp->slowpath, bp->slowpath_mapping, in bnx2x_free_mem() 8319 &bp->slowpath->drv_info_to_mcp; in bnx2x_alloc_mem_cnic() [all …]
|
| D | bnx2x.h | 1174 #define bnx2x_sp(bp, var) (&bp->slowpath->var) 1610 struct bnx2x_slowpath *slowpath; member
|
| D | bnx2x_stats.c | 405 tx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init() 407 rx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
|
| /Linux-v4.19/Documentation/driver-api/gpio/ |
| D | driver.rst | 226 and .irq_bus_unlock() callbacks, as these are the only slowpath callbacks
|
| /Linux-v4.19/lib/ |
| D | Kconfig.debug | 1146 This feature enables slowpath testing for w/w mutex users by
|
| /Linux-v4.19/arch/x86/ |
| D | Kconfig | 781 Enable the collection of statistical data on the slowpath
|
| /Linux-v4.19/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 4996 Disables the ticketlock slowpath using Xen PV
|