Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/iommu/
Diommufd_utils.h239 uint32_t *nreqs) in _test_cmd_hwpt_invalidate() argument
247 .entry_num = *nreqs, in _test_cmd_hwpt_invalidate()
250 *nreqs = cmd.entry_num; in _test_cmd_hwpt_invalidate()
254 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \ argument
258 data_type, lreq, nreqs)); \
261 nreqs) \ argument
265 data_type, lreq, nreqs)); \
/linux-6.12.1/net/sunrpc/
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()