Searched refs:scm_request (Results 1 – 2 of 2) sorted by relevance
42 static void __scm_free_rq(struct scm_request *scmrq) in __scm_free_rq()54 struct scm_request *scmrq; in scm_free_rqs()58 scmrq = list_entry(iter, struct scm_request, list); in scm_free_rqs()70 struct scm_request *scmrq; in __scm_alloc_rq()111 static struct scm_request *scm_request_fetch(void) in scm_request_fetch()113 struct scm_request *scmrq = NULL; in scm_request_fetch()118 scmrq = list_first_entry(&inactive_requests, struct scm_request, list); in scm_request_fetch()125 static void scm_request_done(struct scm_request *scmrq) in scm_request_done()166 struct aidaw *scm_aidaw_fetch(struct scm_request *scmrq, unsigned int bytes) in scm_aidaw_fetch()179 static int scm_request_prepare(struct scm_request *scmrq) in scm_request_prepare()[all …]
28 struct scm_request { struct45 struct aidaw *scm_aidaw_fetch(struct scm_request *scmrq, unsigned int bytes); argument