Searched refs:span (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtopology.h90 .span = CPU_MASK_NONE, \
121 .span = CPU_MASK_NONE, \
151 .span = CPU_MASK_NONE, \
178 .span = CPU_MASK_NONE, \
H A Dsched.h687 cpumask_t span; /* span of all CPUs in this domain */ member in struct:sched_domain
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dtopology.h60 .span = CPU_MASK_NONE, \
85 .span = CPU_MASK_NONE, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mach-ip27/
H A Dtopology.h22 .span = CPU_MASK_NONE, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mach-ip27/
H A Dtopology.h22 .span = CPU_MASK_NONE, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Durl.c1792 int span;
1806 span = start_insert - base;
1807 merge = xmalloc (span + linklength + 1);
1808 if (span)
1809 memcpy (merge, base, span);
1810 memcpy (merge + span, link, linklength);
1811 merge[span + linklength] = '\0';
1821 int span;
1861 span = start_insert - base;
1862 merge = xmalloc (span
1784 int span; local
1813 int span; local
1868 int span; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dtopology.h51 .span = CPU_MASK_NONE, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dtopology.h32 .span = CPU_MASK_NONE, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dtopology.h75 .span = CPU_MASK_NONE, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex84 headers) may span one or more pages beginning on the second page of
85 the logical stream. However many pages they span, the third header
107 Vorbis packets may span page boundaries.
156 the overlap-add span of the first two audio packets.
H A D01-introduction.tex462 However, floor vector values can span \~{}140dB (\~{}24 bits unsigned), and
466 $-140$dB, it must be able to span 0 to $+140$dB. For the residue vector
469 dynamics, a residue vector may span $-140$dB to $+140$dB entirely within
H A D04-codec.tex549 However, floor vector values can span \~140dB (\~24 bits unsigned), and
553 $-140$dB, it must be able to span 0 to $+140$dB. For the residue vector
556 dynamics, a residue vector may span $-140$dB to $+140$dB entirely within
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dsched.c502 cpumask_scnprintf(mask_str, NR_CPUS, sd->span);
1405 cpumask_t span; local
1414 span = sd->span;
1431 weight = cpus_weight(span);
1433 if (weight <= cpus_weight(tmp->span))
1448 * not idle and an idle cpu is available. The span of cpus to
1475 cpus_and(tmp, sd->span, p->cpus_allowed);
1543 if (cpu_isset(cpu, sd->span)) {
2998 cpu_isset(busiest_cpu, sd->span))
5763 init_sched_build_groups(cpumask_t span, const cpumask_t *cpu_map, int (*group_fn)(int cpu, const cpumask_t *cpu_map, struct sched_group **sg)) argument
6331 cpumask_t span, nodemask; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmbox_defs.h600 * adap_span_40ld_t - 40LD span
612 * adap_span_8ld_t - 8LD span
650 * @span : span
654 adap_span_40ld_t span[SPAN_DEPTH_8_SPANS]; member in struct:__anon6752
661 * @span : span
667 adap_span_8ld_t span[SPAN_DEPTH_8_SPANS]; member in struct:__anon6753
674 * @span : span
680 adap_span_8ld_t span[SPAN_DEPTH_4_SPANS]; member in struct:__anon6754
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c132 access points about every span bytes of uncompressed output -- span is
139 local int build_index(FILE *in, off_t span, struct access **built) argument
210 (totout == 0 || totout - last > span)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzran.c132 access points about every span bytes of uncompressed output -- span is
139 local int build_index(FILE *in, off_t span, struct access **built) argument
210 (totout == 0 || totout - last > span)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dswapfile.c1056 static int setup_swap_extents(struct swap_info_struct *sis, sector_t *span) argument
1072 *span = sis->pages;
1138 *span = 1 + highest_block - lowest_block;
1409 sector_t span; local
1606 nr_extents = setup_swap_extents(p, &span);
1628 nr_extents, (unsigned long long)span<<(PAGE_SHIFT-10));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-sched.c1088 iso_sched->span = urb->number_of_packets * stream->interval;
1153 num_itds = 1 + (sched->span + 7) / 8;
1324 if (sched->span > (mod - 8 * SCHEDULE_SLOP)) {
1330 if ((stream->depth + sched->span) > mod) {
1332 urb, stream->depth, sched->span, mod);
1349 if (likely ((start + sched->span) < max))
1711 iso_sched->span = urb->number_of_packets * stream->interval;
H A Dehci.h529 unsigned span; member in struct:ehci_iso_sched
665 * Manages split interrupt transactions (using TT) that span frame boundaries
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.h460 adp_span_40ld span[MAX_SPAN_DEPTH]; member in struct:__anon6820
465 adp_span_8ld span[MAX_SPAN_DEPTH]; member in struct:__anon6821
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c1056 int probe, span, max, error, retval; local
1098 probe = span = max / 2;
1100 for (btree = &node->btree[probe]; span > 4;
1102 span /= 2;
1105 probe += span;
1107 probe -= span;
1112 ASSERT((span <= 4) || (be32_to_cpu(btree->hashval) == hashval));
H A Dxfs_attr_leaf.c1963 int probe, span; local
1975 probe = span = be16_to_cpu(leaf->hdr.count) / 2;
1976 for (entry = &leaf->entries[probe]; span > 4;
1978 span /= 2;
1980 probe += span;
1982 probe -= span;
1989 ASSERT((span <= 4) || (be32_to_cpu(entry->hashval) == hashval));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c89 int deadlock, isdone, ret, span, t_ret, txn_local; local
103 deadlock = isdone = ret = span = 0;
208 &span, c_data, &isdone)) ==
475 * about to lock a new subtree (we span) or on error.
588 * Otherwise *span will be set and we need to search to find the
720 /* If we merged the parent, then we nolonger span. */
1760 int isdone, level, ret, span, t_ret; local
1762 span = 0;
1834 NULL, factor, &span, c_data, &isdone)) != 0)

Completed in 329 milliseconds