Home
last modified time | relevance | path

Searched refs:ksnp_zc_req_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c471 list_add_tail(&tx->tx_zc_list, &peer->ksnp_zc_req_list); in ksocknal_check_zc_req()
2457 if (list_empty(&peer->ksnp_zc_req_list)) in ksocknal_check_peer_timeouts()
2461 list_for_each_entry(tx, &peer->ksnp_zc_req_list, tx_zc_list) { in ksocknal_check_peer_timeouts()
2476 tx = list_entry(peer->ksnp_zc_req_list.next, in ksocknal_check_peer_timeouts()
Dsocklnd.h348 struct list_head ksnp_zc_req_list; /* zero copy requests wait for ACK */ member
Dsocklnd.c128 INIT_LIST_HEAD(&peer->ksnp_zc_req_list); in ksocknal_create_peer()
162 LASSERT(list_empty(&peer->ksnp_zc_req_list)); in ksocknal_destroy_peer()
1520 list_for_each_entry_safe(tx, tmp, &peer->ksnp_zc_req_list, tx_zc_list) { in ksocknal_finalize_zcreq()
2513 !list_empty(&peer->ksnp_zc_req_list)); in ksocknal_debug_peerhash()
Dsocklnd_proto.c428 &peer->ksnp_zc_req_list, tx_zc_list) { in ksocknal_handle_zcack()