Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Dalloc_background.h232 goto slowpath; in bch2_alloc_to_v4()
236 goto slowpath; in bch2_alloc_to_v4()
239 slowpath: in bch2_alloc_to_v4()
A Dbtree_write_buffer.c275 size_t overwritten = 0, fast = 0, slowpath = 0, could_not_insert = 0; in bch2_btree_write_buffer_flush_locked() local
324 slowpath++; in bch2_btree_write_buffer_flush_locked()
388 slowpath++; in bch2_btree_write_buffer_flush_locked()
403 if (slowpath) { in bch2_btree_write_buffer_flush_locked()
410 trace_and_count(c, write_buffer_flush_slowpath, trans, slowpath, wb->flushing.keys.nr); in bch2_btree_write_buffer_flush_locked()
A Dtrace.h1401 TP_PROTO(struct btree_trans *trans, size_t slowpath, size_t total),
1402 TP_ARGS(trans, slowpath, total),
1405 __field(size_t, slowpath )
1410 __entry->slowpath = slowpath;
1414 TP_printk("%zu/%zu", __entry->slowpath, __entry->total)
A Dbset.c1109 goto slowpath; in bset_search_tree()
1115 goto slowpath; in bset_search_tree()
1119 slowpath: in bset_search_tree()
/linux/Documentation/locking/
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:
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,
A Dww-mutex-design.rst97 slowpath until the contended lock can be acquired).
/linux/drivers/net/ethernet/broadcom/bnx2x/
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 …]
A Dbnx2x.h1180 #define bnx2x_sp(bp, var) (&bp->slowpath->var)
1612 struct bnx2x_slowpath *slowpath; member
A 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/net/mptcp/
A Dprotocol.c2125 bool slowpath; in __mptcp_move_skbs() local
2134 slowpath = lock_sock_fast(ssk); in __mptcp_move_skbs()
2142 unlock_sock_fast(ssk, slowpath); in __mptcp_move_skbs()
/linux/Documentation/driver-api/gpio/
A Ddriver.rst304 and .irq_bus_unlock() callbacks, as these are the only slowpath callbacks
/linux/lib/
A DKconfig.debug1482 This feature enables slowpath testing for w/w mutex users by

Completed in 80 milliseconds