Searched refs:need_resend (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_xics.c289 old.need_resend, old.out_ee);
292 new.need_resend, new.out_ee);
323 /* Order this load with the test for need_resend in the caller */
365 * If we failed to deliver we set need_resend
369 new_state.need_resend = true;
453 * Try the delivery, this will set the need_resend flag
494 * If the need_resend flag got cleared in the ICP some time
500 if (!icp->state.need_resend) {
572 resend = new_state.need_resend;
573 new_state.need_resend
[all...]
H A Dbook3s_hv_rm_xics.c226 /* Order this load with the test for need_resend in the caller */
265 * If we failed to deliver we set need_resend
269 new_state.need_resend = true;
351 * Try the delivery, this will set the need_resend flag
392 * If the need_resend flag got cleared in the ICP some time
398 if (!icp->state.need_resend) {
466 resend = new_state.need_resend;
467 new_state.need_resend = 0;
593 resend = new_state.need_resend;
594 new_state.need_resend
[all...]
H A Dbook3s_xics.h55 u8 need_resend:1; member in struct:kvmppc_icp_state::__anon25
/linux-master/net/ceph/
H A Dosd_client.c3948 struct rb_root *need_resend,
4014 insert_request(need_resend, req);
4025 struct rb_root *need_resend,
4075 need_resend, need_resend_linger);
4082 scan_requests(osd, skipped_map, was_full, true, need_resend,
4095 struct rb_root *need_resend,
4102 /* make sure need_resend targets reflect latest map */
4103 for (n = rb_first(need_resend); n; ) {
4112 erase_request(need_resend, req);
4118 for (n = rb_first(need_resend);
3944 scan_requests(struct ceph_osd *osd, bool force_resend, bool cleared_full, bool check_pool_cleared_full, struct rb_root *need_resend, struct list_head *need_resend_linger) argument
4023 handle_one_map(struct ceph_osd_client *osdc, void *p, void *end, bool incremental, struct rb_root *need_resend, struct list_head *need_resend_linger) argument
4094 kick_requests(struct ceph_osd_client *osdc, struct rb_root *need_resend, struct list_head *need_resend_linger) argument
4158 struct rb_root need_resend = RB_ROOT; local
[all...]

Completed in 130 milliseconds