Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 25 of 47) sorted by relevance

12

/external/autotest/server/cros/
Dqueue_barrier.py5 from multiprocessing import Queue, queues
52 except queues.Empty:
72 except queues.Empty:
/external/iptables/extensions/
Dlibxt_NFQUEUE.man16 This specifies a range of queues to use. Packets are then balanced across the given queues.
18 queues x, x+1, .. x+n and use "\-\-queue\-balance \fIx\fP\fB:\fP\fIx+n\fP".
31 the queues. The idea is that you can improve performance if there's a queue
Dlibxt_cpu.man5 multiqueue NICs to spread network traffic on different queues.
/external/autotest/client/site_tests/security_SysVIPC/
Dsecurity_SysVIPC.py103 queues = utils.system_output('ipcs -q | grep ^0', ignore_status=True)
104 if queues:
107 logging.error(queues)
/external/vulkan-validation-layers/demos/smoke/
DHelpers.h91 inline VkResult get(VkPhysicalDevice phy, std::vector<VkQueueFamilyProperties> &queues) in get() argument
96 queues.resize(count); in get()
97 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, queues.data()); in get()
DShell.cpp236 std::vector<VkQueueFamilyProperties> queues; in init_physical_dev() local
237 vk::get(phy, queues); in init_physical_dev()
240 for (uint32_t i = 0; i < queues.size(); i++) { in init_physical_dev()
241 const VkQueueFamilyProperties &q = queues[i]; in init_physical_dev()
/external/guava/guava/src/com/google/common/util/concurrent/
DListenerCallQueue.java52 void enqueueOn(Iterable<ListenerCallQueue<L>> queues) { in enqueueOn() argument
53 for (ListenerCallQueue<L> queue : queues) { in enqueueOn()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson_instance.cc61 device.queues.resize(queue_family_count); in VkJsonGetDevice()
63 physical_device, &queue_family_count, device.queues.data()); in VkJsonGetDevice()
Dvkjson.h57 std::vector<VkQueueFamilyProperties> queues; member
/external/autotest/client/tests/kvm/tests/
Dvirtio_console.py316 def __init__(self, port, event, queues, blocklen=1024): argument
325 self.queues = queues
342 for queue in self.queues:
354 for queue in self.queues:
1305 queues = []
1308 queues.append(deque())
1320 thread = ThSendCheck(send_pt, exit_event, queues,
1326 thread = ThRecvCheck(recv_pts[i], queues[i], exit_event,
1706 queues = []
1708 queues.append(deque())
[all …]
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt25 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
44 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
64 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
83 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
112 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
Dapitests.adoc348 ** Use of all queues simultaneously for various operations
394 ** Different queues
409 * Multiple queues waiting on same semaphore
424 ** Multiple commands (maybe multiple queues as well) setting same event
652 …mmand buffers may be called from primary command buffers, and are not directly submitted to queues.
/external/squashfs-tools/squashfs-tools/
DAndroid.mk26 caches-queues-lists.c \
DMakefile115 caches-queues-lists.o
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/
Dcontrol16 80211 queues are not stuck after those two events.
/external/vulkan-validation-layers/
Dgenerator.py2073 queues = cmd.attrib.get('queues')
2074 queues = (' + \n').join(queues.upper().split(','))
2076 return '|' + cmdbufferlevel + '|' + renderpass + '|' + queues
2080 queues = cmd.attrib.get('queues')
2081 if queues is None:
2082 queues = 'Any'
2084 queues = (' + \n').join(queues.upper().split(','))
2086 return '|-|-|' + queues
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand.py136 queues = [] variable
141 queues.append(queue)
147 queues.append(queue)
1820 for q in queues:
/external/vulkan-validation-layers/layers/
Dswapchain.h281 unordered_map<VkQueue, SwpQueue *> queues; member
/external/chromium-trace/catapult/third_party/typ/typ/
Dpool.py104 multiprocessing.queues.is_exiting = lambda: True
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt110 VG_(poll_signals) also checks these queues for pending signals to decide
111 what signal to deliver next. These queues are only manipulated with
113 handlers modifying the queues at once. Also, because the liklihood of
114 actually being sent an async SIGSEGV is pretty low, the queues are only
/external/kernel-headers/original/uapi/sound/
Dasequencer.h312 int queues; /* maximum queues count */ member
/external/valgrind/auxprogs/
Dposixtestsuite-1.5.1-diff.txt136 + echo "Executing message queues tests"
/external/libmicrohttpd/
DREADME103 - 8 different output queues (one for each priority) have to be implemented
/external/iputils/doc/
Dtracepath.sgml37 and classic example of application of Linux error queues.
/external/llvm/lib/Target/PowerPC/
DPPCScheduleE500mc.td21 // queues (GIQx), FP Issue Queue (FIQ), or Branch issue queue (BIQ).

12