Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/locking/
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,
Dww-mutex-design.rst97 slowpath until the contended lock can be acquired).
/Linux-v5.4/Documentation/
Dpi-futex.txt11 - 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-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3362 &bp->slowpath->drv_info_to_mcp.ether_stat; in bnx2x_drv_info_ether_stat()
3406 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3508 &bp->slowpath->drv_info_to_mcp.iscsi_stat; in bnx2x_drv_info_iscsi_stat()
3581 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_handle_drv_info_req()
3688 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version()
3691 version = bp->slowpath->drv_info_to_mcp.iscsi_stat.version; in bnx2x_update_mng_version()
3694 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version()
3697 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()
8274 BNX2X_PCI_FREE(bp->slowpath, bp->slowpath_mapping, in bnx2x_free_mem()
8318 &bp->slowpath->drv_info_to_mcp; in bnx2x_alloc_mem_cnic()
[all …]
Dbnx2x.h1174 #define bnx2x_sp(bp, var) (&bp->slowpath->var)
1611 struct bnx2x_slowpath *slowpath; member
Dbnx2x_stats.c405 tx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
407 rx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
/Linux-v5.4/Documentation/driver-api/gpio/
Ddriver.rst305 and .irq_bus_unlock() callbacks, as these are the only slowpath callbacks
/Linux-v5.4/lib/
DKconfig.debug1170 This feature enables slowpath testing for w/w mutex users by
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt5402 Disables the ticketlock slowpath using Xen PV