Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h294 #define IS_WORKER_SLEEPING(iport) ((iport)->iport_flags & \ macro
H A Dfct.c1409 if (IS_WORKER_SLEEPING(iport)) in fct_handle_event()
1937 if (IS_WORKER_SLEEPING(iport)) { in fct_post_to_discovery_queue()
2785 if (IS_WORKER_SLEEPING(iport)) { in fct_post_to_solcmd_queue()
3020 if (IS_WORKER_SLEEPING(iport)) in fct_handle_rcvd_abts()
3050 if (IS_WORKER_SLEEPING(iport)) in fct_queue_cmd_for_termination()
H A Ddiscovery.c1082 if ((cleaned) && IS_WORKER_SLEEPING(iport)) in fct_trigger_rport_cleanup()