Searched refs:likely (Results 126 - 150 of 849) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_fs.c634 if (likely(len)) {
652 if (likely(ret > 0) && unlikely(__copy_to_user(buf, data, len)))
737 if (likely(req->context)) {
817 if (likely(epfile->ep == ep) && !WARN_ON(!ep->ep))
913 if (likely(epfile->ep)) {
973 if (likely(inode)) {
1231 if (likely(!ret))
1529 if (likely(ep->ep))
1555 if (likely(!ret)) {
1803 if (likely(fs_coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dmmu_context.h124 if (likely(prev != next)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Datomic32.c50 if (likely(ret == old))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dsalsa20_glue.c67 if (likely(walk.nbytes == nbytes))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlocal.h181 if (likely(old == c)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c83 if (likely(!(old_pte & _PAGE_HASHPTE))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/dma/
H A Ddmabrg.c144 if (likely(dmairq < 10)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dhwmon.c80 if (likely(sscanf(dev_name(dev), HWMON_ID_FORMAT, &id) == 1)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcsum-wrappers_64.c28 if (!likely(access_ok(VERIFY_READ, src, len)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/kmemcheck/
H A Dkmemcheck.c353 if (likely(page == next_page)) {
389 if (likely(page == next_page)) {
423 if (likely(page == next_page)) {
467 if (likely(page == next_page)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Datomic.h244 if (likely(old == c))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-ioc.c119 if (likely(ret))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datomic_no.h142 if (likely(old == c))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Ddma.c41 if (likely(dev))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Daudit.c186 if (likely(!sa->aad.error)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dhandle.c429 if (likely(!test_bit(IRQTF_DIED,
488 if (likely(!(desc->status & IRQ_DISABLED))) {
512 if (likely(!(status & (IRQ_DISABLED | IRQ_INPROGRESS)))) {
548 if (likely(!(desc->status & IRQ_PENDING)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/tipc/
H A Dtipc_msg.h175 if (likely(msg_short(m)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Datomic.h99 if (likely(ret == old))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dlocal.h75 if (likely(old == c)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.c194 if (likely(ctx))
273 * the caller is very likely to shutdown the whole inode
304 if (likely(ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn) <=
365 if (likely(lcn >= LCN_HOLE)) {
390 if (likely(!err)) {
487 if (likely(rl && vcn >= rl[0].vcn)) {
488 while (likely(rl->length)) {
490 if (likely(rl->lcn >= LCN_HOLE)) {
498 if (likely(rl->lcn != LCN_RL_NOT_MAPPED)) {
499 if (likely(r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c84 #define likely(x) __builtin_expect(!!(x), 1) macro
87 #define likely(x) x macro
219 if (likely(context)) {
568 if (likely(tc->name)) {
623 if (likely(tc->name)) {
639 if (likely(pname == name || strcmp(pname, name) == 0)) {
1096 if (likely(newp)) {
1113 if (likely(ret)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-ict.c189 if (likely(inta))
286 if (likely(inta))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dtx.c133 if (likely(!buffer->tsoh->unmap_len)) {
263 if (likely(dma_len >= len))
393 if (likely(skb->ip_summed == CHECKSUM_PARTIAL))
412 if (unlikely(tx_queue->stopped) && likely(efx->port_enabled)) {
894 if (likely(!pci_dma_mapping_error(efx->pci_dev, st->unmap_addr))) {
912 if (likely(!pci_dma_mapping_error(efx->pci_dev, st->unmap_addr))) {
955 if (likely(rc == 0)) {
995 if (likely(TSOH_SIZE(st->header_len) <= TSOH_STD_SIZE)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sni/
H A Dpcit.c195 if (likely(irq > 0))
208 if (likely(irq > 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Duaccess.h166 if (likely(__access_ok((unsigned long) (ptr), (size)))) \
227 if (likely(__access_ok(__pu_addr, size))) { \

Completed in 319 milliseconds

1234567891011>>