Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/
Dpi-futex.txt10 - even in the slowpath, the system call and scheduling pattern is very
84 To handle the slowpath, we have added two new futex ops:
Dkernel-parameters.txt4173 Disables the ticketlock slowpath using Xen PV
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt72 waiting to spin on mutex owner, only to go directly to slowpath upon
76 (iii) slowpath: last resort, if the lock is still unable to be acquired,
Dww-mutex-design.txt77 slowpath until the contended lock can be acquired).
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3367 &bp->slowpath->drv_info_to_mcp.ether_stat; in bnx2x_drv_info_ether_stat()
3411 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3513 &bp->slowpath->drv_info_to_mcp.iscsi_stat; in bnx2x_drv_info_iscsi_stat()
3576 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_handle_drv_info_req()
3683 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version()
3686 version = bp->slowpath->drv_info_to_mcp.iscsi_stat.version; in bnx2x_update_mng_version()
3689 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version()
3692 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()
8273 BNX2X_PCI_FREE(bp->slowpath, bp->slowpath_mapping, in bnx2x_free_mem()
8317 &bp->slowpath->drv_info_to_mcp; in bnx2x_alloc_mem_cnic()
[all …]
Dbnx2x_stats.c405 tx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
407 rx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
Dbnx2x.h1285 #define bnx2x_sp(bp, var) (&bp->slowpath->var)
1710 struct bnx2x_slowpath *slowpath; member
/linux-4.4.14/Documentation/gpio/
Ddriver.txt85 and .irq_bus_unlock() callbacks, as these are the only slowpath callbacks
/linux-4.4.14/lib/
DKconfig.debug953 This feature enables slowpath testing for w/w mutex users by