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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dchannel.c28 static struct queue *errorq; variable in typeref:struct:queue
36 errorq = queue_create("errorq", CONFIG(channelc).error_queue_length, 0);
37 if (errorq == NULL) {
45 queue_destroy(errorq);
175 if (queue_add(errorq, &qobj->qnode) < 0) {
180 tail = queue_del_head(errorq);
185 queue_add(errorq, &qobj->qnode);
213 if (c->channel_flags & CHANNEL_F_ERRORS && queue_len(errorq) > 0) {
214 queue_iterate(errorq,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dttadsp.asm40 movd m6, [errorq] ; if (filter->error < 0) {
98 movd [errorq], m0 ;

Completed in 33 milliseconds