Searched defs:min_nr (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | mempool.h | 18 int min_nr; /* nr of elements at *elements */ member 60 mempool_init_slab_pool(mempool_t *pool, int min_nr, struct kmem_cache *kc) in mempool_init_slab_pool() 67 mempool_create_slab_pool(int min_nr, struct kmem_cache *kc) in mempool_create_slab_pool() 80 static inline int mempool_init_kmalloc_pool(mempool_t *pool, int min_nr, size_t size) in mempool_init_kmalloc_pool() 86 static inline mempool_t *mempool_create_kmalloc_pool(int min_nr, size_t size) in mempool_create_kmalloc_pool() 99 static inline int mempool_init_page_pool(mempool_t *pool, int min_nr, int order) in mempool_init_page_pool() 105 static inline mempool_t *mempool_create_page_pool(int min_nr, int order) in mempool_create_page_pool()
|
| /linux/mm/ |
| A D | mempool.c | 179 int mempool_init_node(mempool_t *pool, int min_nr, mempool_alloc_t *alloc_fn, in mempool_init_node() 227 int mempool_init(mempool_t *pool, int min_nr, mempool_alloc_t *alloc_fn, in mempool_init() 252 mempool_t *mempool_create(int min_nr, mempool_alloc_t *alloc_fn, in mempool_create() 260 mempool_t *mempool_create_node(int min_nr, mempool_alloc_t *alloc_fn, in mempool_create_node()
|
| /linux/fs/ |
| A D | aio.c | 1252 static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr, in aio_read_events() 1269 static long read_events(struct kioctx *ctx, long min_nr, long nr, in read_events() 2164 long min_nr, in do_io_getevents() 2197 long, min_nr, in SYSCALL_DEFINE5() argument 2223 long, min_nr, in SYSCALL_DEFINE6() argument 2258 long, min_nr, in SYSCALL_DEFINE6() argument 2295 __s32, min_nr, in SYSCALL_DEFINE5() argument 2325 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument 2360 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument
|
| /linux/fs/ntfs/ |
| A D | mft.c | 1713 s64 min_nr, nr, ll; in ntfs_mft_data_extend_allocation_nolock() local
|
Completed in 13 milliseconds