Home
last modified time | relevance | path

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

/block/
Dblk-mq.h258 static inline void blk_mq_set_rq_budget_token(struct request *rq, int token) in blk_mq_set_rq_budget_token() argument
260 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()
Dkyber-iosched.c535 static void rq_set_domain_token(struct request *rq, int token) in rq_set_domain_token() argument
537 rq->elv.priv[0] = (void *)(long)token; in rq_set_domain_token()
Dsed-opal.c1137 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) in response_token_matches() argument
1139 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()