Searched refs:nrecip (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
D | smp.c | 47 static void __send_IPI_many(HV_Recipient *recip, int nrecip, int tag) in __send_IPI_many() argument 50 while (sent < nrecip) { in __send_IPI_many() 51 int rc = hv_send_message(recip, nrecip, in __send_IPI_many() 77 int nrecip = 0; in send_IPI_many() local 82 r = &recip[nrecip++]; in send_IPI_many() 87 __send_IPI_many(recip, nrecip, tag); in send_IPI_many()
|
D | hvglue_trace.c | 245 HV_WRAP4(int, hv_send_message, HV_Recipient *, recips, int, nrecip,
|
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 1531 int hv_send_message(HV_Recipient *recips, int nrecip,
|