Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/kernel/
Dsmp.c39 static void __send_IPI_many(HV_Recipient *recip, int nrecip, int tag) in __send_IPI_many() argument
42 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() local
74 r = &recip[nrecip++]; in send_IPI_many()
79 __send_IPI_many(recip, nrecip, tag); in send_IPI_many()
/linux-2.6.39/arch/tile/include/hv/
Dhypervisor.h1378 int hv_send_message(HV_Recipient *recips, int nrecip,