Searched refs:cancel_work (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c164 static boolean_t cancel_work(work_token_t *);
592 * go away, callers of cancel_work need to decrement the refcnt of the path to
597 cancel_work(work_token_t *work_token) function
603 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "cancel_work enter\n"));
630 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "cancel_work done\n"));
974 if (cancel_work(&path->work_token[RSMKA_IPC_UP_INDEX])) {
977 if (cancel_work(&path->work_token[RSMKA_IPC_DOWN_INDEX])) {
1286 cancelled = cancel_work(up_token);
1420 if (cancel_work(down_token)) {
1611 if (cancel_work(up_toke
[all...]

Completed in 59 milliseconds