Home
last modified time | relevance | path

Searched refs:nrecip (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/tile/kernel/
Dsmp.c47 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()
Dhvglue_trace.c245 HV_WRAP4(int, hv_send_message, HV_Recipient *, recips, int, nrecip,
/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h1531 int hv_send_message(HV_Recipient *recips, int nrecip,