Lines Matching refs:lunmp
1898 if (tp->lunmp) {
1902 if (tp->lunmp[ln])
1903 tp->lunmp[ln]->to_clear = 0;
3307 if (!tp->lunmp)
3310 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3444 else if (tp->lunmp) {
3446 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
5001 if (ln && !tp->lunmp) {
5002 tp->lunmp = kcalloc(SYM_CONF_MAX_LUN, sizeof(struct sym_lcb *),
5004 if (!tp->lunmp)
5016 tp->lunmp[ln] = lp;
5113 kfree(tp->lunmp);
5115 tp->lunmp = NULL;
5120 tp->lunmp[ln] = NULL;
5837 kfree(tp->lunmp);