Searched refs:miss (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Ddtlb_backend.S2 * dtlb_backend.S: Back end to DTLB miss replacement strategy.
40 /* TLB1 ** ICACHE line 1: tl1 DTLB and quick VPTE miss */
43 cmp %g4, %g5 ! VPTE miss?
45 andcc %g4, TAG_CONTEXT_BITS, %g5 ! From Nucleus? (for tl0 miss)
46 ba,pt %xcc, from_tl1_trap ! Fall to tl0 miss
47 rdpr %tl, %g5 ! For tl0 miss TL==3 test
50 /* TLB1 ** ICACHE line 2: Quick VPTE miss */
60 /* TLB1 ** ICACHE line 3: Quick VPTE miss */
72 /* TLB1 ** ICACHE line 4: Quick VPTE miss */
H A Ddtlb_base.S2 * dtlb_base.S: Front end to DTLB miss replacement strategy.
16 * few places in the kernel other than these TLB miss
74 be,pn %xcc, longpath ! Yep, cannot risk VPTE miss
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/mm/
H A Dfault.c55 int miss, we, writeac; local
72 miss = IO_EXTRACT(R_MMU_CAUSE, miss_excp, cause);
86 D(printk("bus_fault from IRP 0x%lx: addr 0x%lx, miss %d, inv %d, we %d, acc %d, dx %d pid %d\n",
87 regs->irp, address, miss, inv, we, acc, index, page_id));
89 /* for a miss, we need to reload the TLB entry */
91 if (miss) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dwireless.h468 struct iw_missed miss; /* Packet missed counts */ member in struct:iw_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dwireless.h468 struct iw_missed miss; /* Packet missed counts */ member in struct:iw_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dwireless.c331 stats->miss.beacon);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco.c966 /* wstats->miss.beacon - no match */
970 wstats->miss.beacon += le16_to_cpu(tallies.RxUnicastFrames);
H A Dairo.c5893 local->wstats.miss.beacon = vals[34];

Completed in 85 milliseconds