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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dqueue.h48 struct queue *queue_create(const char *name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dqueue.c32 queue_create(const char *name, int max_objects, unsigned int flags) function
H A Dchannel.c36 errorq = queue_create("errorq", CONFIG(channelc).error_queue_length, 0);
H A Dsync-ftfw.c151 rs_queue = queue_create("rsqueue", CONFIG(resend_queue_size), 0);
H A Dsync-mode.c445 STATE_SYNC(tx_queue) = queue_create("txqueue", INT_MAX, QUEUE_F_EVFD);

Completed in 106 milliseconds