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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dqueue.h30 } qnode_t; typedef in typeref:struct:qnode
32 typedef qnode_t q_t;
37 extern qnode_t *enqueue(q_t *q, void *data);
38 extern qnode_t *prequeue(q_t *q, void *data);
H A Ddirectory.h66 qnode_t *qidx_node; /* pointer to position in queue index */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dqueue.c28 static qnode_t *alloc_init_node(void *data)
30 qnode_t *node;
31 if ((node = malloc(sizeof(qnode_t))) == NULL)
54 qnode_t *enqueue(q_t *q, void *data)
56 qnode_t *node;
71 qnode_t *prequeue(q_t *q, void *data)
73 qnode_t *node;
90 qnode_t *node;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c655 qnode_t *n = index_queue->next;

Completed in 119 milliseconds