Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd_utils.h285 uint32_t *nreqs) in _test_cmd_hwpt_invalidate()
300 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \ argument
307 nreqs) \ argument
316 uint32_t *nreqs) in _test_cmd_viommu_invalidate()
331 #define test_cmd_viommu_invalidate(viommu, reqs, lreq, nreqs) \ argument
339 nreqs) \ argument
/linux-6.14.4/net/sunrpc/
Dsvcsock.c340 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize()