Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmempool.h18 int min_nr; /* nr of elements at *elements */ member
65 mempool_init_slab_pool(mempool_t *pool, int min_nr, struct kmem_cache *kc) in mempool_init_slab_pool()
72 mempool_create_slab_pool(int min_nr, struct kmem_cache *kc) in mempool_create_slab_pool()
85 static inline int mempool_init_kmalloc_pool(mempool_t *pool, int min_nr, size_t size) in mempool_init_kmalloc_pool()
91 static inline mempool_t *mempool_create_kmalloc_pool(int min_nr, size_t size) in mempool_create_kmalloc_pool()
104 static inline int mempool_init_page_pool(mempool_t *pool, int min_nr, int order) in mempool_init_page_pool()
110 static inline mempool_t *mempool_create_page_pool(int min_nr, int order) in mempool_create_page_pool()
/Linux-v6.6/mm/
Dmempool.c185 int mempool_init_node(mempool_t *pool, int min_nr, mempool_alloc_t *alloc_fn, in mempool_init_node()
233 int mempool_init(mempool_t *pool, int min_nr, mempool_alloc_t *alloc_fn, in mempool_init()
258 mempool_t *mempool_create(int min_nr, mempool_alloc_t *alloc_fn, in mempool_create()
266 mempool_t *mempool_create_node(int min_nr, mempool_alloc_t *alloc_fn, in mempool_create_node()
/Linux-v6.6/fs/
Daio.c1272 static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr, in aio_read_events()
1289 static long read_events(struct kioctx *ctx, long min_nr, long nr, in read_events()
2168 long min_nr, in do_io_getevents()
2201 long, min_nr, in SYSCALL_DEFINE5() argument
2227 long, min_nr, in SYSCALL_DEFINE6() argument
2262 long, min_nr, in SYSCALL_DEFINE6() argument
2299 __s32, min_nr, in SYSCALL_DEFINE5() argument
2329 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument
2364 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v6.6/fs/ntfs/
Dmft.c1713 s64 min_nr, nr, ll; in ntfs_mft_data_extend_allocation_nolock() local