Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-mpath.c99 struct timer_list nopath_timer; /* Timeout for queue_if_no_path */
732 static int queue_if_no_path(struct multipath *m, bool queue_if_no_path, in queue_if_no_path() argument
739 DMDEBUG("%s: %s caller=%s queue_if_no_path=%d save_old_value=%d", in queue_if_no_path()
740 dm_dev_name, __func__, caller, queue_if_no_path, save_old_value); in queue_if_no_path()
753 } else if (!queue_if_no_path && saved_queue_if_no_path_bit) { in queue_if_no_path()
757 assign_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags, queue_if_no_path); in queue_if_no_path()
767 if (!queue_if_no_path) { in queue_if_no_path()
776 * If the queue_if_no_path timeout fires, turn off queue_if_no_path an
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-mpath.c102 struct timer_list nopath_timer; /* Timeout for queue_if_no_path */
742 static int queue_if_no_path(struct multipath *m, bool f_queue_if_no_path, in queue_if_no_path() function
786 * If the queue_if_no_path timeout fires, turn off queue_if_no_path and
793 DMWARN("queue_if_no_path timeout on %s, failing queued IO", in queue_if_no_path_timeout_work()
795 queue_if_no_path(m, false, false, __func__); in queue_if_no_path_timeout_work()
799 * Enable the queue_if_no_path timeout if necessary.
1133 if (!strcasecmp(arg_name, "queue_if_no_path")) { in parse_features()
1134 r = queue_if_no_path(m, true, false, __func__); in parse_features()
1740 * queue_if_no_path stat
[all...]

Completed in 7 milliseconds