Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h307 uint32_t *nreqs) in _test_cmd_hwpt_invalidate() argument
315 .entry_num = *nreqs, in _test_cmd_hwpt_invalidate()
318 *nreqs = cmd.entry_num; in _test_cmd_hwpt_invalidate()
322 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \ argument
326 data_type, lreq, nreqs)); \
329 nreqs) \ argument
333 data_type, lreq, nreqs)); \
338 uint32_t *nreqs) in _test_cmd_viommu_invalidate() argument
346 .entry_num = *nreqs, in _test_cmd_viommu_invalidate()
349 *nreqs = cmd.entry_num; in _test_cmd_viommu_invalidate()
[all …]
/linux/net/sunrpc/
H A Dsvcsock.c378 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize() argument
383 nreqs = min(nreqs, INT_MAX / 2 / max_mesg); in svc_sock_setbufsize()
386 sock->sk->sk_sndbuf = nreqs * max_mesg * 2; in svc_sock_setbufsize()
387 sock->sk->sk_rcvbuf = nreqs * max_mesg * 2; in svc_sock_setbufsize()