Home
last modified time | relevance | path

Searched refs:check_active (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/net/sunrpc/
Dxprtmultipath.c374 const struct rpc_xprt *cur, bool check_active) in xprt_switch_find_next_entry() argument
386 if (found && ((check_active && xprt_is_active(pos)) || in xprt_switch_find_next_entry()
387 (!check_active && !xprt_is_active(pos)))) in xprt_switch_find_next_entry()
/linux-6.6.21/drivers/dma/ioat/
Ddma.c874 static void check_active(struct ioatdma_chan *ioat_chan) in check_active() function
936 check_active(ioat_chan); in ioat_timer_event()