Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Dscm_blk.c41 static void __scm_free_rq(struct scm_request *scmrq) in __scm_free_rq()
53 struct scm_request *scmrq; in scm_free_rqs()
57 scmrq = list_entry(iter, struct scm_request, list); in scm_free_rqs()
69 struct scm_request *scmrq; in __scm_alloc_rq()
109 static struct scm_request *scm_request_fetch(void) in scm_request_fetch()
111 struct scm_request *scmrq = NULL; in scm_request_fetch()
116 scmrq = list_first_entry(&inactive_requests, struct scm_request, list); in scm_request_fetch()
123 static void scm_request_done(struct scm_request *scmrq) in scm_request_done()
164 struct aidaw *scm_aidaw_fetch(struct scm_request *scmrq, unsigned int bytes) in scm_aidaw_fetch()
177 static int scm_request_prepare(struct scm_request *scmrq) in scm_request_prepare()
[all …]
H A Dscm_blk.h28 struct scm_request { struct
45 struct aidaw *scm_aidaw_fetch(struct scm_request *scmrq, unsigned int bytes); argument