HomeSort by relevance Sort by last modified time
    Searched refs:BUG_ON (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/kernel-headers/original/linux/
highmem.h 84 BUG_ON(offset + size > PAGE_SIZE);
spinlock_api_smp.h 20 #define assert_spin_locked(x) BUG_ON(!spin_is_locked(x))
bio.h 45 #define BIO_BUG_ON BUG_ON
331 BUG_ON(addr & ~PAGE_MASK);
skbuff.h 480 BUG_ON(skb->nohdr);
814 #define SKB_PAGE_ASSERT(skb) BUG_ON(skb_shinfo(skb)->nr_frags)
815 #define SKB_FRAG_ASSERT(skb) BUG_ON(skb_shinfo(skb)->frag_list)
816 #define SKB_LINEAR_ASSERT(skb) BUG_ON(skb_is_nonlinear(skb))
878 BUG_ON(skb->len < skb->data_len);
1054 BUG_ON(err);
    [all...]
gfp.h 82 BUG_ON(zone >= GFP_ZONETYPES);
relay.h 270 BUG_ON(length >= buf->chan->subbuf_size - 1);
  /external/oprofile/module/
oprofile.c 251 BUG_ON(!oprof_note_opened);
403 BUG_ON(!oprof_opened);
540 BUG_ON(state == STOPPED);
558 BUG_ON(state == STOPPED);
  /bionic/libc/kernel/common/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /development/ndk/platforms/android-3/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
bio.h 36 #define BIO_BUG_ON BUG_ON

Completed in 4301 milliseconds

1 2 34 5