Searched refs:sctp_mcore_workers (Results 1 – 1 of 1) sorted by relevance
6410 struct sctp_mcore_ctrl *sctp_mcore_workers = NULL; variable6419 if (sctp_mcore_workers == NULL) {6438 wkq = &sctp_mcore_workers[cpu_to_use];6523 if (sctp_mcore_workers != NULL) {6529 SCTP_MALLOC(sctp_mcore_workers, struct sctp_mcore_ctrl *,6532 if (sctp_mcore_workers == NULL) {6536 memset(sctp_mcore_workers, 0 , ((mp_maxid+1) *6540 TAILQ_INIT(&sctp_mcore_workers[i].que);6541 SCTP_MCORE_LOCK_INIT(&sctp_mcore_workers[i]);6542 SCTP_MCORE_QLOCK_INIT(&sctp_mcore_workers[i]);[all …]