Searched refs:nrecip (Results 1 – 2 of 2) sorted by relevance
39 static void __send_IPI_many(HV_Recipient *recip, int nrecip, int tag) in __send_IPI_many() argument42 while (sent < nrecip) { in __send_IPI_many()43 int rc = hv_send_message(recip, nrecip, in __send_IPI_many()69 int nrecip = 0; in send_IPI_many() local74 r = &recip[nrecip++]; in send_IPI_many()79 __send_IPI_many(recip, nrecip, tag); in send_IPI_many()
1378 int hv_send_message(HV_Recipient *recips, int nrecip,