Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_xics.c289 old.need_resend, old.out_ee); in icp_try_update()
292 new.need_resend, new.out_ee); in icp_try_update()
323 /* Order this load with the test for need_resend in the caller */ in icp_check_resend()
365 * If we failed to deliver we set need_resend in icp_try_to_deliver()
369 new_state.need_resend = true; in icp_try_to_deliver()
453 * Try the delivery, this will set the need_resend flag in icp_deliver_irq()
494 * If the need_resend flag got cleared in the ICP some time in icp_deliver_irq()
500 if (!icp->state.need_resend) { in icp_deliver_irq()
572 resend = new_state.need_resend; in icp_down_cppr()
573 new_state.need_resend in icp_down_cppr()
[all...]
H A Dbook3s_hv_rm_xics.c233 /* Order this load with the test for need_resend in the caller */ in icp_rm_check_resend()
272 * If we failed to deliver we set need_resend in icp_rm_try_to_deliver()
276 new_state.need_resend = true; in icp_rm_try_to_deliver()
358 * Try the delivery, this will set the need_resend flag in icp_rm_deliver_irq()
399 * If the need_resend flag got cleared in the ICP some time in icp_rm_deliver_irq()
405 if (!icp->state.need_resend) { in icp_rm_deliver_irq()
473 resend = new_state.need_resend; in icp_rm_down_cppr()
474 new_state.need_resend = 0; in icp_rm_down_cppr()
595 resend = new_state.need_resend; in xics_rm_h_ipi()
596 new_state.need_resend in xics_rm_h_ipi()
[all...]
H A Dbook3s_xics.h55 u8 need_resend:1; member
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_xics.c289 old.need_resend, old.out_ee); in icp_try_update()
292 new.need_resend, new.out_ee); in icp_try_update()
323 /* Order this load with the test for need_resend in the caller */ in icp_check_resend()
365 * If we failed to deliver we set need_resend in icp_try_to_deliver()
369 new_state.need_resend = true; in icp_try_to_deliver()
453 * Try the delivery, this will set the need_resend flag in icp_deliver_irq()
494 * If the need_resend flag got cleared in the ICP some time in icp_deliver_irq()
500 if (!icp->state.need_resend) { in icp_deliver_irq()
572 resend = new_state.need_resend; in icp_down_cppr()
573 new_state.need_resend in icp_down_cppr()
[all...]
H A Dbook3s_hv_rm_xics.c226 /* Order this load with the test for need_resend in the caller */ in icp_rm_check_resend()
265 * If we failed to deliver we set need_resend in icp_rm_try_to_deliver()
269 new_state.need_resend = true; in icp_rm_try_to_deliver()
351 * Try the delivery, this will set the need_resend flag in icp_rm_deliver_irq()
392 * If the need_resend flag got cleared in the ICP some time in icp_rm_deliver_irq()
398 if (!icp->state.need_resend) { in icp_rm_deliver_irq()
466 resend = new_state.need_resend; in icp_rm_down_cppr()
467 new_state.need_resend = 0; in icp_rm_down_cppr()
593 resend = new_state.need_resend; in xics_rm_h_ipi()
594 new_state.need_resend in xics_rm_h_ipi()
[all...]
H A Dbook3s_xics.h55 u8 need_resend:1; member
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c3860 struct rb_root *need_resend, in scan_requests()
3926 insert_request(need_resend, req); in scan_requests()
3937 struct rb_root *need_resend, in handle_one_map()
3985 need_resend, need_resend_linger); in handle_one_map()
3992 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
4005 struct rb_root *need_resend, in kick_requests()
4012 /* make sure need_resend targets reflect latest map */ in kick_requests()
4013 for (n = rb_first(need_resend); n; ) { in kick_requests()
4022 erase_request(need_resend, req); in kick_requests()
4028 for (n = rb_first(need_resend); in kick_requests()
3856 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) scan_requests() argument
3935 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) handle_one_map() argument
4004 kick_requests(struct ceph_osd_client *osdc, struct rb_root *need_resend, struct list_head *need_resend_linger) kick_requests() argument
4068 struct rb_root need_resend = RB_ROOT; ceph_osdc_handle_map() local
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dosd_client.c3948 struct rb_root *need_resend, in scan_requests()
4014 insert_request(need_resend, req); in scan_requests()
4025 struct rb_root *need_resend, in handle_one_map()
4075 need_resend, need_resend_linger); in handle_one_map()
4082 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
4095 struct rb_root *need_resend, in kick_requests()
4102 /* make sure need_resend targets reflect latest map */ in kick_requests()
4103 for (n = rb_first(need_resend); n; ) { in kick_requests()
4112 erase_request(need_resend, req); in kick_requests()
4118 for (n = rb_first(need_resend); in kick_requests()
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) scan_requests() 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) handle_one_map() argument
4094 kick_requests(struct ceph_osd_client *osdc, struct rb_root *need_resend, struct list_head *need_resend_linger) kick_requests() argument
4158 struct rb_root need_resend = RB_ROOT; ceph_osdc_handle_map() local
[all...]

Completed in 19 milliseconds