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

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

Completed in 199 milliseconds