Searched refs:token (Results 1 – 3 of 3) sorted by relevance
258 static inline void blk_mq_set_rq_budget_token(struct request *rq, int token) in blk_mq_set_rq_budget_token() argument260 if (token < 0) in blk_mq_set_rq_budget_token()264 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()
535 static void rq_set_domain_token(struct request *rq, int token) in rq_set_domain_token() argument537 rq->elv.priv[0] = (void *)(long)token; in rq_set_domain_token()
1137 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) in response_token_matches() argument1139 if (IS_ERR(token) || in response_token_matches()1140 token->type != OPAL_DTA_TOKENID_TOKEN || in response_token_matches()1141 token->pos[0] != match) in response_token_matches()