Home
last modified time | relevance | path

Searched refs:bsg_job_get (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dbsg-lib.h71 int __must_check bsg_job_get(struct bsg_job *job);
/Linux-v5.10/block/
Dbsg-lib.c167 int bsg_job_get(struct bsg_job *job) in bsg_job_get() function
171 EXPORT_SYMBOL_GPL(bsg_job_get);
/Linux-v5.10/drivers/scsi/
Dscsi_transport_fc.c3567 inflight = bsg_job_get(job); in fc_bsg_job_timeout()