Searched refs:slowpath (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | mutex-design.rst | 61 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 D | pi-futex.rst | 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:
|
| H A D | ww-mutex-design.rst | 97 slowpath until the contended lock can be acquired).
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 3384 &bp->slowpath->drv_info_to_mcp.ether_stat; in bnx2x_drv_info_ether_stat() 3428 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat() 3530 &bp->slowpath->drv_info_to_mcp.iscsi_stat; in bnx2x_drv_info_iscsi_stat() 3603 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_handle_drv_info_req() 3710 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version() 3713 version = bp->slowpath->drv_info_to_mcp.iscsi_stat.version; in bnx2x_update_mng_version() 3716 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version() 3719 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version() 8296 BNX2X_PCI_FREE(bp->slowpath, bp->slowpath_mapping, in bnx2x_free_mem() 8340 &bp->slowpath->drv_info_to_mcp; in bnx2x_alloc_mem_cnic() [all …]
|
| H A D | bnx2x.h | 1180 #define bnx2x_sp(bp, var) (&bp->slowpath->var) 1611 struct bnx2x_slowpath *slowpath; member
|
| H A D | bnx2x_stats.c | 407 tx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init() 409 rx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | libitm.info | 688 if (spinning_for_too_long) goto slowpath; 692 goto slowpath; // writer-writer contention 700 if (need_blocking) goto slowpath;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | libitm.info | 688 if (spinning_for_too_long) goto slowpath; 692 goto slowpath; // writer-writer contention 700 if (need_blocking) goto slowpath;
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | driver.rst | 305 and .irq_bus_unlock() callbacks, as these are the only slowpath callbacks
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.debug | 1286 This feature enables slowpath testing for w/w mutex users by
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6162 Disables the qspinlock slowpath using Xen PV optimizations.
|