Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/ !
Diommufd_utils.h286 uint32_t *nreqs) in _test_cmd_hwpt_invalidate()
301 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \ argument
308 nreqs) \ argument
317 uint32_t *nreqs) in _test_cmd_viommu_invalidate()
332 #define test_cmd_viommu_invalidate(viommu, reqs, lreq, nreqs) \ argument
340 nreqs) \ argument
/linux-6.15/net/sunrpc/ !
Dsvcsock.c340 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize()