Home
last modified time | relevance | path

Searched refs:use_bh_wq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Ddm-verity.h65 bool use_bh_wq:1; /* try to verify in BH wq before normal work-queue */ member
H A Ddm-verity-target.c693 if (static_branch_unlikely(&use_bh_wq_enabled) && io->v->use_bh_wq && in verity_end_io()
885 if (v->use_bh_wq) in verity_status()
925 if (v->use_bh_wq) in verity_status()
1103 if (v->use_bh_wq) in verity_dtr()
1273 v->use_bh_wq = true; in verity_parse_opt_args()
1631 v->use_bh_wq ? DM_BUFIO_CLIENT_NO_SLEEP : 0); in verity_ctr()