Searched refs:nreqs (Results 1 – 2 of 2) sorted by relevance
286 uint32_t *nreqs) in _test_cmd_hwpt_invalidate() argument294 .entry_num = *nreqs, in _test_cmd_hwpt_invalidate()297 *nreqs = cmd.entry_num; in _test_cmd_hwpt_invalidate()305 data_type, lreq, nreqs)); \308 nreqs) \ argument312 data_type, lreq, nreqs)); \317 uint32_t *nreqs) in _test_cmd_viommu_invalidate() argument325 .entry_num = *nreqs, in _test_cmd_viommu_invalidate()328 *nreqs = cmd.entry_num; in _test_cmd_viommu_invalidate()337 lreq, nreqs)); \[all …]
340 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize() argument345 nreqs = min(nreqs, INT_MAX / 2 / max_mesg); in svc_sock_setbufsize()348 sock->sk->sk_sndbuf = nreqs * max_mesg * 2; in svc_sock_setbufsize()349 sock->sk->sk_rcvbuf = nreqs * max_mesg * 2; in svc_sock_setbufsize()