Home
last modified time | relevance | path

Searched refs:MAX_IOV_SIZE (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN_CONST(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
422 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
434 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN_CONST(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
422 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
434 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
409 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN_CONST(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
426 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
409 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN_CONST(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
426 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
364 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN(IOV_MAX, 64)
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
426 if (f->iovcnt >= MAX_IOV_SIZE) {
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dqemu-file.c34 #define MAX_IOV_SIZE MIN(IOV_MAX, 64) macro
50 DECLARE_BITMAP(may_free, MAX_IOV_SIZE);
51 struct iovec iov[MAX_IOV_SIZE];
426 if (f->iovcnt >= MAX_IOV_SIZE) { in add_to_iovec()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/drivers/
H A Dvector_kern.c79 #define MAX_IOV_SIZE (MAX_SKB_FRAGS + 1) macro
301 if (nr_frags > MAX_IOV_SIZE) { in prep_msg()
844 struct iovec iov[2 + MAX_IOV_SIZE]; /* header + data use case only */ in vector_legacy_rx()
916 struct iovec iov[3 + MAX_IOV_SIZE]; in writev_tx()
1244 MAX_IOV_SIZE in vector_net_open()
1260 MAX_IOV_SIZE in vector_net_open()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/drivers/
H A Dvector_kern.c79 #define MAX_IOV_SIZE (MAX_SKB_FRAGS + 1) macro
301 if (nr_frags > MAX_IOV_SIZE) { in prep_msg()
844 struct iovec iov[2 + MAX_IOV_SIZE]; /* header + data use case only */ in vector_legacy_rx()
916 struct iovec iov[3 + MAX_IOV_SIZE]; in writev_tx()
1244 MAX_IOV_SIZE in vector_net_open()
1260 MAX_IOV_SIZE in vector_net_open()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/drivers/
H A Dvector_kern.c79 #define MAX_IOV_SIZE (MAX_SKB_FRAGS + 1) macro
301 if (nr_frags > MAX_IOV_SIZE) { in prep_msg()
844 struct iovec iov[2 + MAX_IOV_SIZE]; /* header + data use case only */ in vector_legacy_rx()
916 struct iovec iov[3 + MAX_IOV_SIZE]; in writev_tx()
1244 MAX_IOV_SIZE in vector_net_open()
1260 MAX_IOV_SIZE in vector_net_open()