Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dalloc_background.h191 goto slowpath; in bch2_alloc_to_v4()
195 goto slowpath; in bch2_alloc_to_v4()
198 slowpath: in bch2_alloc_to_v4()
H A Dbtree_write_buffer.c260 size_t skipped = 0, fast = 0, slowpath = 0; in bch2_btree_write_buffer_flush_locked() local
355 slowpath++; in bch2_btree_write_buffer_flush_locked()
370 if (slowpath) { in bch2_btree_write_buffer_flush_locked()
377 trace_and_count(c, write_buffer_flush_slowpath, trans, slowpath, wb->flushing.keys.nr); in bch2_btree_write_buffer_flush_locked()
H A Dtrace.h1323 TP_PROTO(struct btree_trans *trans, size_t slowpath, size_t total),
1324 TP_ARGS(trans, slowpath, total),
1327 __field(size_t, slowpath )
1332 __entry->slowpath = slowpath;
1336 TP_printk("%zu/%zu", __entry->slowpath, __entry->total)
H A Dbset.c1133 goto slowpath; in bset_search_tree()
1139 goto slowpath; in bset_search_tree()
1143 slowpath: in bset_search_tree()
/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_main.c3382 &bp->slowpath->drv_info_to_mcp.ether_stat; in bnx2x_drv_info_ether_stat()
3426 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3528 &bp->slowpath->drv_info_to_mcp.iscsi_stat; in bnx2x_drv_info_iscsi_stat()
3601 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_handle_drv_info_req()
3708 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version()
3714 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version()
8294 BNX2X_PCI_FREE(bp->slowpath, bp->slowpath_mapping, in bnx2x_free_mem()
8338 &bp->slowpath->drv_info_to_mcp; in bnx2x_alloc_mem_cnic()
8367 bp->slowpath = BNX2X_PCI_ALLOC(&bp->slowpath_mapping, in bnx2x_alloc_mem()
8369 if (!bp->slowpath) in bnx2x_alloc_mem()
[all …]
H A Dbnx2x_stats.c407 tx_len = sizeof(bp->slowpath-> in bnx2x_port_stats_init()
409 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/net/mptcp/
H A Dprotocol.c2104 bool slowpath; in __mptcp_move_skbs() local
2113 slowpath = lock_sock_fast(ssk); in __mptcp_move_skbs()
2121 unlock_sock_fast(ssk, slowpath); in __mptcp_move_skbs()
/linux/Documentation/driver-api/gpio/
H A Ddriver.rst305 and .irq_bus_unlock() callbacks, as these are the only slowpath callbacks
/linux/lib/
H A DKconfig.debug1463 This feature enables slowpath testing for w/w mutex users by
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7456 Disables the qspinlock slowpath using Xen PV optimizations.