Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd_utils.h286 uint32_t *nreqs) in _test_cmd_hwpt_invalidate() argument
294 .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) \ argument
312 data_type, lreq, nreqs)); \
317 uint32_t *nreqs) in _test_cmd_viommu_invalidate() argument
325 .entry_num = *nreqs, in _test_cmd_viommu_invalidate()
328 *nreqs = cmd.entry_num; in _test_cmd_viommu_invalidate()
337 lreq, nreqs)); \
[all …]
/linux-6.15/net/sunrpc/
H A Dsvcsock.c340 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize() argument
345 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()