prio_queue_get   1769 builtin/blame.c 	struct commit *commit = prio_queue_get(&sb->commits);
prio_queue_get   1780 builtin/blame.c 			commit = prio_queue_get(&sb->commits);
prio_queue_get    735 commit.c       	while ((commit = prio_queue_get(&queue)) != NULL) {
prio_queue_get    809 commit.c       		struct commit *commit = prio_queue_get(&queue);
prio_queue_get    144 fetch-pack.c   		commit = prio_queue_get(&rev_list);
prio_queue_get     47 prio-queue.h   extern void *prio_queue_get(struct prio_queue *);
prio_queue_get     25 test-prio-queue.c 			show(prio_queue_get(&pq));
prio_queue_get     28 test-prio-queue.c 			while ((v = prio_queue_get(&pq)))