Home
last modified time | relevance | path

Searched defs:min_nr (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dmempool.h18 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-6.1.9/mm/
Dmempool.c179 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-6.1.9/fs/
Daio.c1276 static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr, in aio_read_events()
1293 static long read_events(struct kioctx *ctx, long min_nr, long nr, in read_events()
2186 long min_nr, in do_io_getevents()
2219 long, min_nr, in SYSCALL_DEFINE5() argument
2245 long, min_nr, in SYSCALL_DEFINE6() argument
2280 long, min_nr, in SYSCALL_DEFINE6() argument
2317 __s32, min_nr, in SYSCALL_DEFINE5() argument
2347 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument
2382 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument
/linux-6.1.9/fs/ntfs/
Dmft.c1713 s64 min_nr, nr, ll; in ntfs_mft_data_extend_allocation_nolock() local