Searched refs:scm_request (Results 1 – 2 of 2) sorted by relevance
41 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()110 static struct scm_request *scm_request_fetch(void) in scm_request_fetch()112 struct scm_request *scmrq = NULL; in scm_request_fetch()117 scmrq = list_first_entry(&inactive_requests, struct scm_request, list); in scm_request_fetch()124 static void scm_request_done(struct scm_request *scmrq) in scm_request_done()165 struct aidaw *scm_aidaw_fetch(struct scm_request *scmrq, unsigned int bytes) in scm_aidaw_fetch()178 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