Home
last modified time | relevance | path

Searched refs:completed_head (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/bgq/include/rdma/
H A Dfi_direct_eq.h131 union fi_bgq_context *completed_head; member
234 assert(NULL != bgq_cq->completed_head); in fi_bgq_cq_enqueue_completed()
240 assert(NULL == bgq_cq->completed_head); in fi_bgq_cq_enqueue_completed()
241 bgq_cq->completed_head = context; in fi_bgq_cq_enqueue_completed()
384 union fi_bgq_context * head = bgq_cq->completed_head; in fi_bgq_cq_poll()
392 bgq_cq->completed_head = context; in fi_bgq_cq_poll()
456 const uintptr_t tmp_ch = (const uintptr_t)bgq_cq->completed_head; in fi_bgq_cq_poll_inline()
479 bgq_cq->completed_head = context; in fi_bgq_cq_poll_inline()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/surface/
H A Dcompletion_queue.cc272 completed_tail = &completed_head; in cq_pluck_data()
273 completed_head.next = reinterpret_cast<uintptr_t>(completed_tail); in cq_pluck_data()
277 GPR_ASSERT(completed_head.next == in ~cq_pluck_data()
278 reinterpret_cast<uintptr_t>(&completed_head)); in ~cq_pluck_data()
287 grpc_cq_completion completed_head; member
788 storage->next = reinterpret_cast<uintptr_t>(&cqd->completed_head) |
1174 grpc_cq_completion* prev = &cqd->completed_head;
1177 &cqd->completed_head) {
1246 prev = &cqd->completed_head;
1249 &cqd->completed_head) {
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/surface/
H A Dcompletion_queue.cc272 completed_tail = &completed_head; in cq_pluck_data()
273 completed_head.next = reinterpret_cast<uintptr_t>(completed_tail); in cq_pluck_data()
277 GPR_ASSERT(completed_head.next == in ~cq_pluck_data()
278 reinterpret_cast<uintptr_t>(&completed_head)); in ~cq_pluck_data()
287 grpc_cq_completion completed_head; member
800 ((uintptr_t)&cqd->completed_head) | (static_cast<uintptr_t>(is_success));
1182 grpc_cq_completion* prev = &cqd->completed_head;
1185 &cqd->completed_head) {
1254 prev = &cqd->completed_head;
1257 &cqd->completed_head) {
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/surface/
H A Dcompletion_queue.cc273 completed_tail = &completed_head; in cq_pluck_data()
274 completed_head.next = reinterpret_cast<uintptr_t>(completed_tail); in cq_pluck_data()
278 GPR_ASSERT(completed_head.next == in ~cq_pluck_data()
279 reinterpret_cast<uintptr_t>(&completed_head)); in ~cq_pluck_data()
288 grpc_cq_completion completed_head; member
797 ((uintptr_t)&cqd->completed_head) | (static_cast<uintptr_t>(is_success));
1178 grpc_cq_completion* prev = &cqd->completed_head;
1181 &cqd->completed_head) {
1250 prev = &cqd->completed_head;
1253 &cqd->completed_head) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/surface/
H A Dcompletion_queue.cc263 completed_tail = &completed_head; in cq_pluck_data()
264 completed_head.next = reinterpret_cast<uintptr_t>(completed_tail); in cq_pluck_data()
268 GPR_ASSERT(completed_head.next == in ~cq_pluck_data()
269 reinterpret_cast<uintptr_t>(&completed_head)); in ~cq_pluck_data()
273 grpc_cq_completion completed_head; member
781 ((uintptr_t)&cqd->completed_head) | (static_cast<uintptr_t>(is_success));
1162 grpc_cq_completion* prev = &cqd->completed_head;
1165 &cqd->completed_head) {
1234 prev = &cqd->completed_head;
1237 &cqd->completed_head) {
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/surface/
H A Dcompletion_queue.cc272 completed_tail = &completed_head; in cq_pluck_data()
273 completed_head.next = reinterpret_cast<uintptr_t>(completed_tail); in cq_pluck_data()
277 GPR_ASSERT(completed_head.next == in ~cq_pluck_data()
278 reinterpret_cast<uintptr_t>(&completed_head)); in ~cq_pluck_data()
287 grpc_cq_completion completed_head; member
788 storage->next = reinterpret_cast<uintptr_t>(&cqd->completed_head) |
1174 grpc_cq_completion* prev = &cqd->completed_head;
1177 &cqd->completed_head) {
1246 prev = &cqd->completed_head;
1249 &cqd->completed_head) {
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/surface/
H A Dcompletion_queue.cc272 completed_tail = &completed_head; in cq_pluck_data()
273 completed_head.next = reinterpret_cast<uintptr_t>(completed_tail); in cq_pluck_data()
277 GPR_ASSERT(completed_head.next == in ~cq_pluck_data()
278 reinterpret_cast<uintptr_t>(&completed_head)); in ~cq_pluck_data()
287 grpc_cq_completion completed_head; member
788 storage->next = reinterpret_cast<uintptr_t>(&cqd->completed_head) |
1174 grpc_cq_completion* prev = &cqd->completed_head;
1177 &cqd->completed_head) {
1246 prev = &cqd->completed_head;
1249 &cqd->completed_head) {
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/bgq/src/
H A Dfi_bgq_cq.c452 bgq_cq->completed_head = NULL; in fi_bgq_cq_open()