Searched defs:max_active (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | async-thread.c | 45 int max_active; member 90 __btrfs_alloc_workqueue(const char *name, unsigned int flags, int max_active, in __btrfs_alloc_workqueue() 136 int max_active, in btrfs_alloc_workqueue()
|
D | disk-io.c | 2239 int max_active = fs_info->thread_pool_size; in btrfs_init_workqueues() local 2441 int max_active; in open_ctree() local
|
D | scrub.c | 3564 int max_active = fs_info->thread_pool_size; in scrub_workers_get() local
|
/linux-4.1.27/include/linux/ |
D | workqueue.h | 381 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument 392 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 174 int active, max_active, deadlock, flush_opt = sn2_flush_opt; in sn2_global_tlb_purge() local
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 207 int max_active; /* L: max active works */ member 3834 static int wq_clamp_max_active(int max_active, unsigned int flags, in wq_clamp_max_active() 3848 int max_active, in __alloc_workqueue_key() 4040 void workqueue_set_max_active(struct workqueue_struct *wq, int max_active) in workqueue_set_max_active()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | mad_priv.h | 181 int max_active; member
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound.h | 223 int max_active; /* in-use fragments <= max_count */ member
|