Searched refs:likely (Results 26 - 50 of 849) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dquicklist.h40 if (likely(p)) {
46 if (likely(p))
H A Dcompiler.h110 # ifndef likely
111 # define likely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 1)) macro
142 # define likely(x) __builtin_expect(!!(x), 1) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dprocps.h63 #define likely(x) __builtin_expect(!!(x),1) macro
69 #define likely(x) (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c116 if (likely(gtod->sysctl_enabled))
119 if (likely(gtod->clock.vread))
123 if (likely(gtod->clock.vread))
139 if (likely(gtod->sysctl_enabled && gtod->clock.vread)) {
140 if (likely(tv != NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_s_ac.c61 if (likely(!rc))
84 if (likely(!rc))
114 if (likely(!rc))
138 if (likely(!rc))
163 if (likely(!rc))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dport.h183 if (likely(p_ptr)) {
184 if (likely(p_ptr->publ.connected)) {
195 if (likely(!err))
H A Daddr.h79 if (likely(sc == TIPC_NODE_SCOPE))
H A Dnode.h118 if (likely(in_own_cluster(addr)))
131 if (likely(in_own_cluster(addr)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/cpufreq/
H A Dloongson2_clock.c58 if (likely(clkp->parent != clk))
60 if (likely(clkp->ops && clkp->ops->recalc))
101 if (likely(clk->ops && clk->ops->set_rate)) {
135 if (likely(clk->ops && clk->ops->round_rate)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmutex.h129 if (likely(__mutex_cmpxchg_lock(count, 1, 0) == 1))
H A Dspinlock.h113 if (likely(__arch_spin_trylock(lock) == 0))
131 if (likely(__arch_spin_trylock(lock) == 0))
233 if (likely(__arch_read_trylock(rw) > 0))
247 if (likely(__arch_write_trylock(rw) == 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Ddiv64.h44 if (likely(((n) >> 32) == 0)) { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dusnjrnl.c50 if (likely(!NVolUsnJrnlStamped(vol))) {
H A Drunlist.c37 if (likely((dst != src) && (size > 0)))
50 if (likely(size > 0))
88 if (likely(rl != NULL)) {
133 if (likely(rl != NULL)) {
562 for (dend = 0; likely(drl[dend].length); dend++)
894 * or, more likely, there are more extents following
934 if (likely(!IS_ERR(old_rl)))
987 for (i = 0; likely(rl[i].length); i++) {
989 if (likely(rl[i].lcn >= (LCN)0))
998 if (likely(r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmr.c48 while (likely(num_pages != 0)) {
62 if (likely(page_virtual != NULL)) {
71 while (likely(num_pages != 0)) {
96 if (likely(page_virtual != NULL))
H A Dvmwgfx_irq.c48 if (likely(status)) {
86 if (likely(dev_priv->last_read_sequence - sequence < VMW_FENCE_WRAP))
91 if (likely(dev_priv->last_read_sequence - sequence < VMW_FENCE_WRAP))
182 if (likely(dev_priv->last_read_sequence - sequence < VMW_FENCE_WRAP))
185 if (likely(vmw_fence_signaled(dev_priv, sequence)))
223 else if (likely(ret > 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/lib/
H A Dmemset.c52 if (likely(n >= 4)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Di8259.h83 return likely(irq >= 0) ? irq + I8259A_IRQ_BASE : irq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipip.h56 if (likely(net_xmit_eval(err) == 0)) { \
H A Diw_handler.h523 if(likely((stream + event_len) < ends)) {
548 if(likely((stream + event_len) < ends)) {
576 if(likely((value + event_len) < ends)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dcapability.c73 if (likely(!error)) {
75 if (likely((AUDIT_MODE(profile) != AUDIT_ALL) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/display/
H A Ddisplay-sysfs.c53 if (likely(dsp->driver) && dsp->driver->get_contrast)
78 if (likely(dsp->driver && dsp->driver->set_contrast)) {
95 if (likely(dsp->driver))
113 if (likely(dsp->driver->suspend))
124 if (likely(dsp->driver->resume))
150 if (likely(new_dev) && unlikely(driver->probe(new_dev, devdata))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duaccess_64.h54 if (likely(sz == -1 || sz >= n))
173 if (likely(!ret))
182 if (likely(!ret))
192 if (likely(!ret))
201 if (likely(!ret))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_fifo.c31 if (likely(sch->qstats.backlog + qdisc_pkt_len(skb) <= q->limit))
41 if (likely(skb_queue_len(&sch->q) < q->limit))
52 if (likely(skb_queue_len(&sch->q) < q->limit))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dearly_printk.c147 if (likely(early_console)) {
213 if (likely(early_console == NULL) && CPUID == bfin_cpuid())
237 if (likely(bfin_read_TBUFSTAT() & TBUFCNT)) {

Completed in 423 milliseconds

1234567891011>>