Searched refs:nr_reqs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/xen/netback/ |
| D | netback_unit_tests.c | 1756 int nr_reqs; in xnb_rxpkt2rsp_empty() local 1768 nr_reqs = xnb_rxpkt2rsp(&pkt, xnb_unit_pvt.gnttab, nr_entries, in xnb_rxpkt2rsp_empty() 1770 XNB_ASSERT(nr_reqs == 0); in xnb_rxpkt2rsp_empty() 1786 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_short() local 1810 nr_reqs = xnb_rxpkt2rsp(&pkt, xnb_unit_pvt.gnttab, nr_entries, in xnb_rxpkt2rsp_short() 1813 XNB_ASSERT(nr_reqs == 1); in xnb_rxpkt2rsp_short() 1831 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_extra() local 1869 nr_reqs = xnb_rxpkt2rsp(&pkt, xnb_unit_pvt.gnttab, nr_entries, in xnb_rxpkt2rsp_extra() 1872 XNB_ASSERT(nr_reqs == 2); in xnb_rxpkt2rsp_extra() 1900 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_2slots() local [all …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| 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)) 2428 void __sanitizer_syscall_pre_impl_io_setup(long nr_reqs, long ctx); 2429 void __sanitizer_syscall_post_impl_io_setup(long res, long nr_reqs, long ctx);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 1274 PRE_SYSCALL(io_setup)(long nr_reqs, void **ctx) { 1278 POST_SYSCALL(io_setup)(long res, long nr_reqs, void **ctx) {
|