Home
last modified time | relevance | path

Searched refs:need_retry (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_maps.h22 retry_for_error_fn need_retry);
H A Dtest_maps.c1406 retry_for_error_fn need_retry) in map_update_retriable() argument
1411 if (!attempts || !need_retry(errno)) in map_update_retriable()
/linux-6.15/fs/netfs/
H A Dwrite_collect.c40 s->avail, s->active, s->need_retry, s->failed); in netfs_dump_request()
268 stream->need_retry = true; in netfs_collect_write_results()
323 goto need_retry; in netfs_collect_write_results()
346 need_retry: in netfs_collect_write_results()
H A Dwrite_retry.c229 if (stream->need_retry) { in netfs_retry_writes()
230 stream->need_retry = false; in netfs_retry_writes()
H A Dread_collect.c280 stream->need_retry = true; in netfs_collect_read_results()
313 goto need_retry; in netfs_collect_read_results()
330 need_retry: in netfs_collect_read_results()
/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_req.c108 qp->req.need_retry = 1; in rnr_nak_timer()
679 qp->req.need_retry = 0; in rxe_requester()
692 if (unlikely(qp->req.need_retry && !qp->req.wait_for_rnr_timer)) { in rxe_requester()
694 qp->req.need_retry = 0; in rxe_requester()
H A Drxe_comp.c669 if (qp->req.need_retry) in rxe_completer()
786 qp->req.need_retry = 1; in rxe_completer()
H A Drxe_verbs.h113 int need_retry; member
H A Drxe_qp.c531 qp->req.need_retry = 0; in rxe_qp_reset()
/linux-6.15/net/sched/
H A Dsch_generic.c756 bool need_retry = true; in pfifo_fast_dequeue() local
770 } else if (need_retry && in pfifo_fast_dequeue()
785 need_retry = false; in pfifo_fast_dequeue()
/linux-6.15/include/linux/
H A Dnetfs.h154 bool need_retry; /* T if this stream needs retrying */ member
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c1586 bool need_retry = false; in amdgpu_mes_init_microcode() local
1600 need_retry = true; in amdgpu_mes_init_microcode()
1609 if (r && need_retry && pipe == AMDGPU_MES_SCHED_PIPE) { in amdgpu_mes_init_microcode()