Searched refs:queue_put (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | unwind.c | 475 queue_put(struct queue_t *queue, in queue_put() function 508 queue_put(queue, in queue_put_call() 521 queue_put(queue, NULL, NULL, 0, ip, error); in queue_put_error()
|
D | ChangeLog | 19224 (stacktrace_walk, queue_put): Use xmalloc. 24032 queue_put, queue_put_call): Add const qualifier to binary_filename and 24046 print_call_cb, sprint_call_or_error, queue_put, queue_put_call):
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 199 void queue_put(struct queue *queue, void *data) in queue_put() function 413 queue_put(to_reader, entry); in cache_get() 978 queue_put(to_writer, file); in queue_file() 995 queue_put(to_writer, file); in queue_dir() 1045 queue_put(to_writer, block); in write_file() 1059 queue_put(to_writer, block); in write_file() 1983 queue_put(to_inflate, entry); in reader() 2012 queue_put(from_writer, NULL); in writer() 2805 queue_put(to_writer, NULL); in main()
|
D | mksquashfs.c | 1611 queue_put(to_writer, write_buffer); in unlock_fragments() 1626 queue_put(locked_fragment, write_buffer); in add_pending_fragment() 1639 queue_put(to_frag, fragment); in write_fragment() 2175 queue_put(to_process_frag, file_buffer); in put_file_buffer() 2177 queue_put(to_deflate, file_buffer); in put_file_buffer() 2424 queue_put(from_writer, NULL); in writer() 2537 queue_put(to_writer, write_buffer); in frag_deflator() 2639 queue_put(to_writer, read_buffer); in write_file_process() 2683 queue_put(to_writer, NULL); in write_file_process() 2744 queue_put(to_writer, read_buffer); in write_file_blocks_dup() [all …]
|
D | caches-queues-lists.h | 176 extern void queue_put(struct queue *, void *);
|
D | caches-queues-lists.c | 64 void queue_put(struct queue *queue, void *data) in queue_put() function
|