Home
last modified time | relevance | path

Searched refs:NO_THRESHOLD (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dasync-thread.c20 #define NO_THRESHOLD (-1) macro
64 * to support "thresh == NO_THRESHOLD" case, but it requires in btrfs_workqueue_normal_congested()
68 if (wq->thresh == NO_THRESHOLD) in btrfs_workqueue_normal_congested()
101 ret->thresh = NO_THRESHOLD; in btrfs_alloc_workqueue()
138 ret->thresh = NO_THRESHOLD; in btrfs_alloc_ordered_workqueue()
157 if (wq->thresh == NO_THRESHOLD) in thresh_queue_hook()
173 if (wq->thresh == NO_THRESHOLD) in thresh_exec_hook()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dasync-thread.c21 #define NO_THRESHOLD (-1) macro
70 * to support "thresh == NO_THRESHOLD" case, but it requires in btrfs_workqueue_normal_congested()
74 if (wq->normal->thresh == NO_THRESHOLD) in btrfs_workqueue_normal_congested()
97 ret->thresh = NO_THRESHOLD; in __btrfs_alloc_workqueue()
167 if (wq->thresh == NO_THRESHOLD) in thresh_queue_hook()
183 if (wq->thresh == NO_THRESHOLD) in thresh_exec_hook()

Completed in 1 milliseconds