Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c599 work_token_t *current_token; in cancel_work() local
608 current_token = work_queue.head; in cancel_work()
609 while (current_token != NULL) { in cancel_work()
610 if (current_token == work_token) { in cancel_work()
618 current_token->opcode = 0; in cancel_work()
619 current_token->next = NULL; in cancel_work()
626 prev_token = current_token; in cancel_work()
627 current_token = current_token->next; in cancel_work()
2464 ipc_info->current_token = token; in link_sendq_token()
2519 ipc_info->current_token = NULL; in unlink_sendq_token()
[all …]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h228 sendq_token_t *current_token; member