Searched defs:new_task (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c875 sbp2_ses_submit_task(sbp2_ses_t *sp, sbp2_task_t *new_task) argument
893 if (new_task != NULL) {
894 ASSERT(new_task->ts_state == SBP2_TASK_INIT);
895 sbp2_ses_append_task(sp, new_task);
976 callback = (ap->a_active_task != new_task);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4026 uint8_t new_task = 0; local
4056 new_task = 1;
4071 new_task = 1;
4077 if (!new_task) {
4129 if (new_task) {

Completed in 86 milliseconds