Searched refs:msgidfree (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/isdn/capi/
H A Dcapilib.c24 struct capilib_msgidqueue *msgidfree; member in struct:capilib_ncci
38 np->msgidfree = &np->msgidpool[0]; mq_init()
40 np->msgidpool[i].next = np->msgidfree; mq_init()
41 np->msgidfree = &np->msgidpool[i]; mq_init()
48 if ((mq = np->msgidfree) == NULL) mq_enqueue()
50 np->msgidfree = mq->next; mq_enqueue()
71 mq->next = np->msgidfree; mq_dequeue()
72 np->msgidfree = mq; mq_dequeue()

Completed in 181 milliseconds