Searched refs:max_count (Results 26 - 50 of 70) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mem.c94 pool->max_count = 0;
101 pool->max_count++;
333 * it is below its max_count, frees the mbuf otherwise.
345 if (pool->current_count < pool->max_count) {
362 * it is below its max_count, frees the mbuf otherwise.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl2.h866 u32 max_count; /* Maximum counter value supported */ member in struct:acpi_table_wdat
936 u16 max_count; /* Maximum counter value supported */ member in struct:acpi_table_wddt
978 u16 max_count; /* Maximum counter value supported */ member in struct:acpi_table_wdrt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_event_fsl_emb.c241 static int collect_events(struct perf_event *group, int max_count, argument
248 if (n >= max_count)
256 if (n >= max_count)
H A Dperf_event.c697 static int collect_events(struct perf_event *group, int max_count, argument
705 if (n >= max_count)
714 if (n >= max_count)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_memory.c418 int max_count = 5 * HZ; local
432 if (max_count == 0) {
437 max_count--;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_database.c44 max_count = 0;
173 if (max_count == 1) {
188 if (max_count == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.h211 int max_count, int *count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dpolicy.h84 * @max_count: maximum number of profiles that can be in this namespace
90 int max_count; member in struct:aa_ns_acct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound.h221 int max_count; /* actual # fragments <= numBufs */ member in struct:sound_queue
223 int max_active; /* in-use fragments <= max_count */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dperf_event.c329 static int collect_events(struct perf_event *group, int max_count, argument
337 if (n >= max_count)
345 if (n >= max_count)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D21285.c90 unsigned int status, ch, flag, rxs, max_count = 256; local
93 while (!(status & 0x10) && max_count--) {
H A Dvr41xx_siu.c319 int max_count = RX_MAX_COUNT; local
366 } while ((lsr & UART_LSR_DR) && (max_count-- > 0));
395 int max_count = TX_MAX_COUNT; local
417 } while (max_count-- > 0);
H A Dserial_ks8695.c158 unsigned int status, ch, lsr, flg, max_count = 256; local
161 while ((status & URLS_URDR) && max_count--) {
H A Damba-pl010.c122 unsigned int status, ch, flag, rsr, max_count = 256; local
125 while (UART_RX_DATA(status) && max_count--) {
H A Damba-pl011.c142 unsigned int status, ch, flag, max_count = 256; local
145 while ((status & UART01x_FR_RXFE) == 0 && max_count--) {
H A Dm32r_sio.c323 int max_count = 256; local
387 } while ((*status & UART_LSR_DR) && (max_count-- > 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dap_bus.c919 int queue_depth, device_type, count, max_count, best_domain; local
931 max_count = 0;
941 if (count > max_count) {
942 max_count = count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event.c729 int n, max_count; local
731 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed;
737 if (n >= max_count)
750 if (n >= max_count)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmove_extent.c575 * @max_count: the maximum length of extents
583 ext4_lblk_t max_count)
612 if (max_count < ext4_ext_get_actual_len(tmp_dext))
613 tmp_dext->ee_len = cpu_to_le16(max_count);
580 mext_calc_swap_extents(struct ext4_extent *tmp_dext, struct ext4_extent *tmp_oext, ext4_lblk_t orig_off, ext4_lblk_t donor_off, ext4_lblk_t max_count) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2074 int max_count = 7; /* max repeat count */ local
2077 if (nextlen == 0) max_count = 138, min_count = 3;
2082 if (++count < max_count && curlen == nextlen) {
2096 max_count = 138, min_count = 3;
2098 max_count = 6, min_count = 3;
2100 max_count = 7, min_count = 4;
2119 int max_count = 7; /* max repeat count */ local
2123 if (nextlen == 0) max_count = 138, min_count = 3;
2127 if (++count < max_count && curlen == nextlen) {
2147 max_count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c2074 int max_count = 7; /* max repeat count */ local
2077 if (nextlen == 0) max_count = 138, min_count = 3;
2082 if (++count < max_count && curlen == nextlen) {
2096 max_count = 138, min_count = 3;
2098 max_count = 6, min_count = 3;
2100 max_count = 7, min_count = 4;
2119 int max_count = 7; /* max repeat count */ local
2123 if (nextlen == 0) max_count = 138, min_count = 3;
2127 if (++count < max_count && curlen == nextlen) {
2147 max_count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c2472 int max_count = 7; /* max repeat count */ local
2475 if (nextlen == 0) max_count = 138, min_count = 3;
2480 if (++count < max_count && curlen == nextlen) {
2494 max_count = 138, min_count = 3;
2496 max_count = 6, min_count = 3;
2498 max_count = 7, min_count = 4;
2517 int max_count = 7; /* max repeat count */ local
2521 if (nextlen == 0) max_count = 138, min_count = 3;
2525 if (++count < max_count && curlen == nextlen) {
2545 max_count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dperf_event.c960 static int collect_events(struct perf_event *group, int max_count, argument
968 if (n >= max_count)
977 if (n >= max_count)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c2472 int max_count = 7; /* max repeat count */ local
2475 if (nextlen == 0) max_count = 138, min_count = 3;
2480 if (++count < max_count && curlen == nextlen) {
2494 max_count = 138, min_count = 3;
2496 max_count = 6, min_count = 3;
2498 max_count = 7, min_count = 4;
2517 int max_count = 7; /* max repeat count */ local
2521 if (nextlen == 0) max_count = 138, min_count = 3;
2525 if (++count < max_count && curlen == nextlen) {
2545 max_count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c395 int max_count = 256; local
442 } while ((*status & UART_LSR_DR) && (max_count-- > 0));

Completed in 235 milliseconds

123