Home
last modified time | relevance | path

Searched refs:overlapped (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/net/
H A Dtap-win32.c119 static tun_buffer_t* get_buffer_from_free_list(tap_win32_overlapped_t* const overlapped) in get_buffer_from_free_list() argument
122 WaitForSingleObject(overlapped->free_list_semaphore, INFINITE); in get_buffer_from_free_list()
123 EnterCriticalSection(&overlapped->free_list_cs); in get_buffer_from_free_list()
124 buffer = overlapped->free_list; in get_buffer_from_free_list()
126 overlapped->free_list = buffer->next; in get_buffer_from_free_list()
127 LeaveCriticalSection(&overlapped->free_list_cs); in get_buffer_from_free_list()
132 static void put_buffer_on_free_list(tap_win32_overlapped_t* const overlapped, tun_buffer_t* const b… in put_buffer_on_free_list() argument
134 EnterCriticalSection(&overlapped->free_list_cs); in put_buffer_on_free_list()
135 buffer->next = overlapped->free_list; in put_buffer_on_free_list()
136 overlapped->free_list = buffer; in put_buffer_on_free_list()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch4 Subject: [PATCH 2/3] Detect and reject a zip bomb using overlapped entries.
8 end of the file. A Fifield zip bomb uses overlapped local entries
51 + "error: invalid zip file with overlapped components (possible zip bomb)\n";
/openbmc/qemu/docs/devel/migration/
H A Dpostcopy.rst302 That metric is calculated both for all vCPUs as overlapped value, and
310 postcopy-blocktime value of qmp command will show overlapped blocking
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.1.rst179 parameter instead of the earlier ``name`` which overlapped with the
H A Dmigration-2.1.rst231 functionality almost completely overlapped with the :ref:`standard