Searched refs:early (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/pci/
H A DMakefile12 obj-y += legacy.o irq.o common.o early.o
26 early-y += ../../i386/pci/early.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S54 ld $8,0($5) # load new s1 limb as early as possible
61 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul2.S54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul3.S54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A DMakefile14 obj-y += $(pci-y) common.o early.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A DMakefile7 obj-y := bitmap.o traps.o time.o process.o base.o early.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinit.h52 * when early init has completed so all such references are potential bugs.
151 int early; member in struct:obs_kernel_param
160 #define __setup_param(str, unique_id, fn, early) \
166 = { __setup_str_##unique_id, fn, early }
H A Dpkt_sched.h178 __u32 early; /* Early drops */ member in struct:tc_red_xstats
208 __u32 early; member in struct:tc_gred_qopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h176 __u32 early; /* Early drops */ member in struct:tc_red_xstats
210 __u32 early; member in struct:tc_gred_qopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_gred.c290 fprintf(f, "\n\t Packet drops: %d (forced %d early %d) ",
291 qopt->forced+qopt->early,
293 qopt->early);
H A Dq_red.c205 fprintf(f, " marked %u early %u pdrop %u other %u",
206 st->marked, st->early, st->pdrop, st->other);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_vt220.c625 __sclp_vt220_init(int early) argument
645 for (i = 0; i < (early ? MAX_CONSOLE_PAGES : MAX_KMEM_PAGES); i++) {
646 if (early)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/
H A Dconfigure89 # 4.[01]*) state="early"; ksrc="ultrix";;
143 early)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A DMakefile43 obj-$(CONFIG_PCI) += early-quirks.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dmain.c8 * Moan early if gcc is old, avoiding bogus kernels - Paul Gortmaker, May '96
70 * This is one of the first .c files built. Error out early if we have compiler
199 if (p->early) {
202 * Keep iterating, as we can have early
449 /* Check for early params. */
455 if (p->early && strcmp(param, p->str) == 0) {
458 "Malformed early option '%s'\n", param);
465 /* Arch code calls this early on, or if not, just before other parsing. */
476 parse_args("early options", tmp_cmdline, NULL, 0, do_early_param);
505 * Need to run as early a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S85 @ Break out early if dividend reaches 0.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlib1funcs.S168 @ If we terminated early, because dividend became zero,
298 @ If we terminated early, because dividend became zero,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcommon.c180 static void __cpuinit get_cpu_vendor(struct cpuinfo_x86 *c, int early) argument
192 if (!early)
214 * ... and clear the bits early in the boot_cpu_data
285 /* Do minimum CPU detection early.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dswitchto.S106 ! do this early as pta->gettr has no pipeline forwarding (=> 5 cycle latency)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S85 # late overrides early on the command line, so keep going after finding something
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S99 * kernel image and might not even be addressable by early boot page tables.
534 # early boot GDT descriptor (must use 1:1 address mapping)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_red.c282 .early = q->stats.prob_drop + q->stats.forced_drop,
H A Dsch_gred.c544 opt.early = q->stats.prob_drop;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S55 NMI_VEC = 0x1c0 ! Must catch early for debounce
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c345 early = 1 -> submit in front of chain
347 static int auerchain_submit_urb_list (pauerchain_t acp, struct urb * urb, int early) argument
386 if (early) {
813 -EAGAIN a) Specified ISO start frame too early

Completed in 244 milliseconds

12