Home
last modified time | relevance | path

Searched defs:work_token (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h78 typedef struct work_token { struct
79 struct work_token *next; /* pointer to next token */ argument
81 } work_token_t; argument
155 work_token_t work_token[RSMKA_OPCODE_TYPES]; member
/titanic_50/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c313 work_token_t *work_token; in do_deferred_work() local
597 cancel_work(work_token_t *work_token) in cancel_work()