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

/external/strace/
H A Dunwind.c472 queue_put(struct queue_t *queue, function
505 queue_put(queue,
518 queue_put(queue, NULL, NULL, 0, ip, error);
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.h176 extern void queue_put(struct queue *, void *);
H A Dunsquashfs.c199 void queue_put(struct queue *queue, void *data) function
413 queue_put(to_reader, entry);
978 queue_put(to_writer, file);
995 queue_put(to_writer, file);
1045 queue_put(to_writer, block);
1059 queue_put(to_writer, block);
1983 queue_put(to_inflate, entry);
2012 queue_put(from_writer, NULL);
2805 queue_put(to_writer, NULL);
H A Dmksquashfs.c1569 queue_put(to_writer, write_buffer);
1584 queue_put(locked_fragment, write_buffer);
1597 queue_put(to_frag, fragment);
2133 queue_put(to_process_frag, file_buffer);
2135 queue_put(to_deflate, file_buffer);
2382 queue_put(from_writer, NULL);
2495 queue_put(to_writer, write_buffer);
2597 queue_put(to_writer, read_buffer);
2641 queue_put(to_writer, NULL);
2702 queue_put(to_write
[all...]
H A Dcaches-queues-lists.c64 void queue_put(struct queue *queue, void *data) function

Completed in 235 milliseconds