Searched refs:nr_reqs (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 1744 int nr_reqs; in xnb_rxpkt2rsp_empty() local 1756 nr_reqs = xnb_rxpkt2rsp(&pkt, xnb_unit_pvt.gnttab, nr_entries, in xnb_rxpkt2rsp_empty() 1758 XNB_ASSERT(nr_reqs == 0); in xnb_rxpkt2rsp_empty() 1774 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_short() local 1798 nr_reqs = xnb_rxpkt2rsp(&pkt, xnb_unit_pvt.gnttab, nr_entries, in xnb_rxpkt2rsp_short() 1801 XNB_ASSERT(nr_reqs == 1); in xnb_rxpkt2rsp_short() 1819 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_extra() local 1857 nr_reqs = xnb_rxpkt2rsp(&pkt, xnb_unit_pvt.gnttab, nr_entries, in xnb_rxpkt2rsp_extra() 1860 XNB_ASSERT(nr_reqs == 2); in xnb_rxpkt2rsp_extra() 1888 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_2slots() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 752 #define __sanitizer_syscall_pre_io_setup(nr_reqs, ctx) \ argument 753 __sanitizer_syscall_pre_impl_io_setup((long)(nr_reqs), (long)(ctx)) 754 #define __sanitizer_syscall_post_io_setup(res, nr_reqs, ctx) \ argument 755 __sanitizer_syscall_post_impl_io_setup(res, (long)(nr_reqs), (long)(ctx)) 2442 void __sanitizer_syscall_pre_impl_io_setup(long nr_reqs, long ctx); 2443 void __sanitizer_syscall_post_impl_io_setup(long res, long nr_reqs, long ctx);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1385 PRE_SYSCALL(io_setup)(long nr_reqs, void **ctx) { 1390 POST_SYSCALL(io_setup)(long res, long nr_reqs, void **ctx) {
|