Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c405 path->flags &= ~RSMKA_SQCREATE_PENDING; in do_deferred_work()
442 path->flags |= RSMKA_SQCREATE_PENDING; in do_deferred_work()
992 path->flags &= ~RSMKA_SQCREATE_PENDING; in rsmka_remove_path()
1129 path->flags &= ~RSMKA_SQCREATE_PENDING; in rsmka_path_down()
1486 path->flags &= ~RSMKA_SQCREATE_PENDING; in rsmka_do_path_active()
1523 path->flags |= RSMKA_SQCREATE_PENDING; in rsmka_do_path_active()
H A Drsm.c5078 (path->flags & RSMKA_SQCREATE_PENDING)) { in rsm_sqcreateop_callback()
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h149 #define RSMKA_SQCREATE_PENDING 0x0002 /* sendq_create is pending */ macro