Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dframework.c46 lst_sid_t LST_INVALID_SID = {LNET_NID_ANY, -1}; variable
376 reply->str_sid = (sn == NULL) ? LST_INVALID_SID : sn->sn_id; in sfw_get_stats()
420 reply->mksn_sid = (sn == NULL) ? LST_INVALID_SID : sn->sn_id; in sfw_make_session()
485 reply->rmsn_sid = (sn == NULL) ? LST_INVALID_SID : sn->sn_id; in sfw_remove_session()
507 reply->rmsn_sid = LST_INVALID_SID; in sfw_remove_session()
519 reply->dbg_sid = LST_INVALID_SID; in sfw_debug_session()
1128 reply->tsr_sid = (sn == NULL) ? LST_INVALID_SID : sn->sn_id; in sfw_add_test()
1195 reply->bar_sid = (sn == NULL) ? LST_INVALID_SID : sn->sn_id; in sfw_control_batch()
Dconsole.c1831 console_session.ses_id = LST_INVALID_SID; in lstcon_session_end()
2000 console_session.ses_id = LST_INVALID_SID; in lstcon_console_init()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h81 extern lst_sid_t LST_INVALID_SID;