Home
last modified time | relevance | path

Searched refs:nr_reqs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1744 int nr_reqs; in xnb_rxpkt2rsp_empty() local
1758 XNB_ASSERT(nr_reqs == 0); in xnb_rxpkt2rsp_empty()
1774 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_short() local
1801 XNB_ASSERT(nr_reqs == 1); in xnb_rxpkt2rsp_short()
1819 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_extra() local
1860 XNB_ASSERT(nr_reqs == 2); in xnb_rxpkt2rsp_extra()
1888 int nr_entries, nr_reqs; in xnb_rxpkt2rsp_2slots() local
1930 XNB_ASSERT(nr_reqs == 2); in xnb_rxpkt2rsp_2slots()
1953 int nr_reqs, nr_entries; in xnb_rxpkt2rsp_2short() local
1993 XNB_ASSERT(nr_reqs == 1); in xnb_rxpkt2rsp_2short()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h752 #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))
2435 void __sanitizer_syscall_pre_impl_io_setup(long nr_reqs, long ctx);
2436 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 Dsanitizer_common_syscalls.inc1371 PRE_SYSCALL(io_setup)(long nr_reqs, void **ctx) {
1376 POST_SYSCALL(io_setup)(long res, long nr_reqs, void **ctx) {