HomeSort by relevance Sort by last modified time
    Searched defs:mempool_t (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/common/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /development/ndk/platforms/android-3/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
mempool.h 32 } mempool_t; typedef in typeref:struct:mempool_s
  /external/kernel-headers/original/linux/
mempool.h 24 } mempool_t; typedef in typeref:struct:mempool_s
26 extern mempool_t *mempool_create(int min_nr, mempool_alloc_t *alloc_fn,
28 extern mempool_t *mempool_create_node(int min_nr, mempool_alloc_t *alloc_fn,
31 extern int mempool_resize(mempool_t *pool, int new_min_nr, gfp_t gfp_mask);
32 extern void mempool_destroy(mempool_t *pool);
33 extern void * mempool_alloc(mempool_t *pool, gfp_t gfp_mask);
34 extern void mempool_free(void *element, mempool_t *pool);
42 static inline mempool_t *
56 static inline mempool_t *mempool_create_kmalloc_pool(int min_nr, size_t size)
61 static inline mempool_t *mempool_create_kzalloc_pool(int min_nr, size_t size
    [all...]

Completed in 1818 milliseconds