Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h79 } work_token_t; typedef
82 work_token_t *head; /* start of work queue */
83 work_token_t *tail; /* end of work queue */
153 work_token_t work_token[RSMKA_OPCODE_TYPES];
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c163 static void enqueue_work(work_token_t *);
164 static boolean_t cancel_work(work_token_t *);
313 work_token_t *work_token; in do_deferred_work()
562 enqueue_work(work_token_t *token) in enqueue_work()
564 work_token_t *tail_token; in enqueue_work()
597 cancel_work(work_token_t *work_token) in cancel_work()
599 work_token_t *current_token; in cancel_work()
600 work_token_t *prev_token = NULL; in cancel_work()
1261 work_token_t *up_token; in rsmka_disconnect_node()
1262 work_token_t *down_token; in rsmka_disconnect_node()
[all …]