Searched refs:counter (Results 201 - 225 of 531) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibiptc.h57 struct ipt_counters *counter,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatTree.h65 * Counters only, whose parent is also counter! (khmm...)
483 * Retrieve counter value.
488 * Retrieve counter value.
493 * Set counter to given value.
498 * Set counter to given value.
552 //! Actual value of the counter.
564 * A counter, which does not display its value :P
602 * Item for the session/total upload/download counter
644 * Used for active connections counter, to be able to get peak connections.
701 //! Actual value of the counter
778 AddPacketCounter(CStatTreeItemPackets* counter) argument
977 CStatTreeItemAverageSpeed( const wxString &label, const CStatTreeItemUlDlCounter *counter, const CStatTreeItemTimer *timer) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dqt202x_phy.c81 int counter; local
85 counter = ((reg >> PCS_FW_HEARTB_LBN) &
88 old_counter = counter;
89 else if (counter != old_counter)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dmessaging.c88 msg_ctx->counter = ++ecryptfs_msg_counter;
345 } else if (msg_ctx->counter != seq) {
349 msg_ctx->counter, seq);
522 ecryptfs_msg_ctx_arr[i].counter = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsmp_32.h156 #define prof_counter(__cpu) cpu_data(__cpu).counter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dcmm.c60 static long cmm_alloc_pages(long nr, long *counter, argument
93 (*counter)++;
100 static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list) argument
117 (*counter)--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dclear_user.S85 addq $0, $4, $1 # e0 : bias counter
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/libiptc/
H A Dlibiptc.h57 struct ipt_counters *counter,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/install/include/libiptc/
H A Dlibiptc.h57 struct ipt_counters *counter,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/libiptc/
H A Dlibiptc.h61 struct ipt_counters *counter,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-transport.c61 live_messages_notify (DBusCounter *counter, argument
69 _dbus_verbose ("Size counter value is now %d\n",
70 (int) _dbus_counter_get_size_value (counter));
71 _dbus_verbose ("Unix FD counter value is now %d\n",
72 (int) _dbus_counter_get_unix_fd_value (counter));
109 DBusCounter *counter; local
127 counter = _dbus_counter_new ();
128 if (counter == NULL)
138 _dbus_counter_unref (counter);
156 _dbus_counter_unref (counter);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_hw.c1302 u32 counter = 0; local
1312 counter = 0;
1315 if (counter++ > 100) {
1358 u32 counter = 0; local
1441 counter = 0;
1446 if (counter++ > 150) {
1456 counter = 0;
1460 if (counter++ > 300) {
1463 counter = 0;
1494 counter
1670 u32 counter; local
2127 u32 counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dprimegen.c1426 success the generated primes are stored at R_Q and R_P, the counter
1446 int counter;
1519 counter = 0;
1578 /* Step 13: counter = counter + 1, offset = offset + n + 1. */
1579 counter++;
1581 /* Step 14: If counter >= 2^12 goto Step 1. */
1582 if (counter >= 4096)
1586 /* Step 15: Save p, q, counter and seed. */
1587 /* log_debug ("fips186-2 pbits p=%u q=%u counter
1442 int counter; local
1658 int counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dprimegen.c1426 success the generated primes are stored at R_Q and R_P, the counter
1446 int counter;
1519 counter = 0;
1578 /* Step 13: counter = counter + 1, offset = offset + n + 1. */
1579 counter++;
1581 /* Step 14: If counter >= 2^12 goto Step 1. */
1582 if (counter >= 4096)
1586 /* Step 15: Save p, q, counter and seed. */
1587 /* log_debug ("fips186-2 pbits p=%u q=%u counter
1442 int counter; local
1658 int counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_synclists.c142 static int counter; local
163 "%s/sync.%d", lp_lockdir(), counter++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpubkey.cpp15 word32 counter = counterStart; local
19 filter.PutWord32(counter++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_debug.c322 sesInfoAllocCount.counter);
324 tconInfoAllocCount.counter);
326 bufAllocCount.counter,
327 cifs_min_rcv + tcpSesAllocCount.counter);
329 smBufAllocCount.counter, cifs_min_small);
336 seq_printf(m, "Operations (MIDs): %d\n", midCount.counter);
339 tcpSesReconnectCount.counter, tconInfoReconnectCount.counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4_fs.h85 u32 counter; member in struct:nfs_seqid_counter
326 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394-private.h48 unsigned long counter,
55 cip->b[3] = counter;
510 the current frame, and the dropped_frames counter will be incremented.
533 /* the CIP accumulator and continuity counter are properties
46 fill_cip_header(struct CIP_header *cip, unsigned char source_node_id, unsigned long counter, enum pal_or_ntsc format, unsigned long timestamp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsregs.h629 * performance counter number encoded into bits 1 ... 5 of the instruction.
633 #define read_r10k_perf_cntr(counter) \
639 : "i" (counter)); \
644 #define write_r10k_perf_cntr(counter,val) \
649 : "r" (val), "i" (counter)); \
652 #define read_r10k_perf_event(counter) \
658 : "i" (counter)); \
663 #define write_r10k_perf_cntl(counter,val) \
668 : "r" (val), "i" (counter)); \
986 /* RM9000 PerfControl performance counter contro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dfips186-dsa.c197 int counter; member in struct:__anon2421
426 extract_cmp_int (seed_values, "counter", tbl[tno].counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dgptimers.c31 uint32_t counter; member in struct:__anon8140
173 return timer_regs[timer_id]->counter;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfips186-dsa.c197 int counter; member in struct:__anon6875
426 extract_cmp_int (seed_values, "counter", tbl[tno].counter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dconntrack.c293 {"counter", 2, 0, 'C'},
438 " -C [table]\t\t\tShow counter\n"
1062 static int counter; variable
1074 fprintf(stderr, "%d flow events have been shown.\n", counter);
1088 fprintf(stderr, "%d expectation events have been shown.\n", counter);
1140 counter++;
1182 counter++;
1223 counter++;
1328 counter++;
1360 counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsn_console.c941 int counter, got_lock = 0; local
954 for (counter = 0; counter < 150; mdelay(125), counter++) {
972 counter = 0;

Completed in 228 milliseconds

1234567891011>>