Searched refs:inserted (Results 1 - 25 of 50) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_minheap.c57 struct event *inserted[1024]; local
64 inserted[i] = malloc(sizeof(struct event));
65 set_random_timeout(inserted[i]);
66 min_heap_push(&heap, inserted[i]);
73 min_heap_erase(&heap, inserted[i]);
90 free(inserted[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.h40 uint32_t inserted; member in struct:Kademlia::TrackPackets_Struct
46 uint32_t inserted; member in struct:Kademlia::TrackChallenge_Struct
H A DPacketTracking.cpp59 if (now - listTrackedRequests.back().inserted > SEC2MS(180)) {
98 if (it->ip == ip && it->opcode == opcode && now - it->inserted < SEC2MS(180)) {
264 if (now - listChallengeRequests.back().inserted > SEC2MS(180)) {
279 if (it2->ip == ip && it2->opcode == opcode && now - it2->inserted < SEC2MS(180)) {
302 if (it->ip == ip && now - it->inserted <= SEC2MS(180)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Dworkqueue-stats.pl62 $cpus[$common_cpu]{$thread_pid}{inserted}++;
74 my $ins = $$wqhash{'inserted'} || 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_workqueue.c24 /* Can be inserted from interrupt or user context, need to be atomic */
25 atomic_t inserted; member in struct:cpu_workqueue_stats
63 atomic_inc(&node->inserted);
213 atomic_read(&cws->inserted), cws->executed,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c351 * INS bits of the cold-inserted devices.
389 int inserted; local
398 extracted = inserted = 0;
407 warn("slot %s already inserted",
409 inserted++;
414 dbg("%s - slot %s inserted", __func__, slot_name(slot));
450 inserted++;
486 dbg("inserted=%d, extracted=%d, extracting=%d",
487 inserted, extracted, atomic_read(&extracting));
488 if (inserted || extracte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailDialog.cpp151 int inserted = 0; local
175 inserted++;
201 inserted++;
221 if (inserted) {
H A DClientList.h440 uint32 inserted; member in struct:CClientList::__anon37
H A DClientList.cpp1048 if (ticks - m_firewallCheckRequests.back().inserted > SEC2MS(180)) {
1060 if (it->ip == ip && ticks - it->inserted < SEC2MS(180)) {
1107 if (now - m_directCallbackRequests.back().inserted > MIN2MS(3)) {
1119 if (it->ip == ip && now - it->inserted < MIN2MS(3)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-realview/
H A Dcore.c235 static bool inserted = false; local
239 * assume it is inserted at startup, then invert
245 inserted = !inserted;
246 return inserted ? 0 : 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dnbsizer.tex4 longer needed, \helpref{wxNotebook}{wxnotebook} control can be inserted
H A Dhashmap.tex235 the iterator points to the inserted element, the boolean value
236 is \texttt{true} if \texttt{v} was actually inserted.
244 default {\tt value\_type()} is inserted in the table.
H A Dhashset.tex215 the iterator points to the inserted element, the boolean value
216 is \texttt{true} if \texttt{v} was actually inserted.
H A Darrstrng.tex14 string is added or inserted in the array, a copy of the string is created, so
122 {\bf Warning:} For sorted arrays, the index of the inserted item will not be,
124 the item is inserted at the correct position to keep the array sorted and not
H A Dtcontain.tex41 classes must be inserted in your program in a place where the {\bf full
H A Dlistbox.tex193 \docparam{items}{Labels of items to be inserted}
196 will be inserted in the beginning of the listbox}
H A Dtreebook.tex95 Also deletes all the pages owned by the control (inserted previously into it).
166 Deletes all pages inserted into the treebook. No event is generated.
H A Dxmlnode.tex233 inserted.
241 \arg{child} node has been inserted.
H A Dhtcontnr.tex196 \docparam{align}{If height of the container is lower than the minimum height, empty space must be inserted
H A Dlistevt.tex36 \twocolitem{{\bf EVT\_LIST\_INSERT\_ITEM(id, func)}}{An item has been inserted.}
H A Drichtextbuffer.tex485 style to bold will cause subsequently inserted text to be bold).
505 style to bold will cause subsequently inserted text to be bold).
755 style to bold will cause subsequently inserted text to be bold).
762 style to bold will cause subsequently inserted text to be bold).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DKademlia.cpp411 bool inserted = false; local
415 inserted = true;
419 if (!inserted) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp264 bool inserted = false; local
269 inserted = true;
273 if (!inserted) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dibalance.c116 * Items and node pointers are specified by inserted and bh respectively.
120 struct item_head *inserted,
137 RFALSE(count > 2, "too many children (%d) are to be inserted", count);
162 memcpy(ih, inserted, KEY_SIZE);
164 memcpy(ih + 1, inserted + 1, KEY_SIZE);
288 * as delimiting key have already inserted to buffer dest.*/
749 this means that new pointers and items must be inserted AFTER *
778 that must be inserted to or deleted from S[h]. */
783 "incorrect number of items inserted to the internal node (%d)",
786 "incorrect number of items (%d) inserted t
118 internal_insert_childs(struct buffer_info *cur_bi, int to, int count, struct item_head *inserted, struct buffer_head **bh) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dtty.c651 int inserted = 0; local
661 inserted += tty_insert_flip_string(tty, skb->data, skb->len);
667 if (inserted > 0)

Completed in 217 milliseconds

12