Searched defs:min_nr (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | mempool.h | 16 int min_nr; /* nr of elements at *elements */ member 45 mempool_create_slab_pool(int min_nr, struct kmem_cache *kc) in mempool_create_slab_pool() 57 static inline mempool_t *mempool_create_kmalloc_pool(int min_nr, size_t size) in mempool_create_kmalloc_pool() 69 static inline mempool_t *mempool_create_page_pool(int min_nr, int order) in mempool_create_page_pool()
|
/linux-4.4.14/mm/ |
D | mempool.c | 179 mempool_t *mempool_create(int min_nr, mempool_alloc_t *alloc_fn, in mempool_create() 187 mempool_t *mempool_create_node(int min_nr, mempool_alloc_t *alloc_fn, in mempool_create_node()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | aio.c | 46 static long io_getevents(aio_context_t ctx_id, long min_nr, long nr, in io_getevents()
|
/linux-4.4.14/fs/ |
D | aio.c | 1243 static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr, in aio_read_events() 1260 static long read_events(struct kioctx *ctx, long min_nr, long nr, in read_events() 1727 long, min_nr, in SYSCALL_DEFINE5() argument
|
D | compat.c | 524 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux-4.4.14/fs/ntfs/ |
D | mft.c | 1718 s64 min_nr, nr, ll; in ntfs_mft_data_extend_allocation_nolock() local
|