Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h295 uint32_t *nreqs) in _test_cmd_hwpt_invalidate()
310 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \ argument
317 nreqs) \ argument
326 uint32_t *nreqs) in _test_cmd_viommu_invalidate()
341 #define test_cmd_viommu_invalidate(viommu, reqs, lreq, nreqs) \ argument
349 nreqs) \ argument
/linux/net/sunrpc/
H A Dsvcsock.c367 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize()