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

/linux-master/tools/testing/selftests/iommu/
H A Diommufd_utils.h224 uint32_t *nreqs)
232 .entry_num = *nreqs,
235 *nreqs = cmd.entry_num;
239 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \
243 data_type, lreq, nreqs)); \
246 nreqs) \
250 data_type, lreq, nreqs)); \
222 _test_cmd_hwpt_invalidate(int fd, __u32 hwpt_id, void *reqs, uint32_t data_type, uint32_t lreq, uint32_t *nreqs) argument
/linux-master/net/sunrpc/
H A Dsvcsock.c340 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) argument
345 nreqs = min(nreqs, INT_MAX / 2 / max_mesg);
348 sock->sk->sk_sndbuf = nreqs * max_mesg * 2;
349 sock->sk->sk_rcvbuf = nreqs * max_mesg * 2;

Completed in 91 milliseconds