Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbsg-lib.h77 int __must_check bsg_job_get(struct bsg_job *job);
/Linux-v4.19/block/
Dbsg-lib.c141 int bsg_job_get(struct bsg_job *job) in bsg_job_get() function
145 EXPORT_SYMBOL_GPL(bsg_job_get);
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c3580 inflight = bsg_job_get(job); in fc_bsg_job_timeout()