Home
last modified time | relevance | path

Searched refs:pa_flist_pop (Results 1 – 19 of 19) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpacket.c52 if (!(p = pa_flist_pop(PA_STATIC_FLIST_GET(packets)))) in pa_packet_new()
84 if (!(p = pa_flist_pop(PA_STATIC_FLIST_GET(packets)))) in pa_packet_new_dynamic()
Dmemblock.c301 if (!(slot = pa_flist_pop(p->free_slots))) { in mempool_allocate_slot()
401 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memblock_new_pool()
435 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memblock_new_fixed()
469 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memblock_new_user()
915 while ((k = pa_flist_pop(p->free_slots))) { in mempool_free()
926 while ((k = pa_flist_pop(list))) in mempool_free()
972 while ((slot = pa_flist_pop(p->free_slots))) in pa_mempool_vacuum()
976 while ((slot = pa_flist_pop(list))) { in pa_mempool_vacuum()
1274 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memimport_get()
Dflist.h41 void* pa_flist_pop(pa_flist*l);
Dasyncmsgq.c122 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(asyncmsgq)))) in pa_asyncmsgq_post()
160 if (!(i.semaphore = pa_flist_pop(PA_STATIC_FLIST_GET(semaphores)))) in pa_asyncmsgq_send()
Dqueue.c74 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_queue_push()
Dflist.c163 void* pa_flist_pop(pa_flist *l) { in pa_flist_pop() function
Dpstream.c457 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_packet()
499 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_memblock()
534 if (!(item = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_release()
571 if (!(item = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_revoke()
Dasyncq.c211 if (!(q = pa_flist_pop(PA_STATIC_FLIST_GET(localq)))) in pa_asyncq_post()
Dtagstruct.c66 if (!(t = pa_flist_pop(PA_STATIC_FLIST_GET(tagstructs)))) in pa_tagstruct_new()
81 if (!(t = pa_flist_pop(PA_STATIC_FLIST_GET(tagstructs)))) in pa_tagstruct_new_fixed()
Dhashmap.c145 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_hashmap_put()
Dpdispatch.c388 if (!(r = pa_flist_pop(PA_STATIC_FLIST_GET(reply_infos)))) in pa_pdispatch_register_reply()
Didxset.c187 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_idxset_put()
Dmemblockq.c345 if (!(p = pa_flist_pop(PA_STATIC_FLIST_GET(list_items)))) in pa_memblockq_push()
415 if (!(n = pa_flist_pop(PA_STATIC_FLIST_GET(list_items)))) in pa_memblockq_push()
Drtpoll.c407 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_rtpoll_item_new()
Dsource.c2728 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_source_volume_change)))) in pa_source_volume_change_new()
Dsink.c3717 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_sink_volume_change)))) in pa_sink_volume_change_new()
/third_party/pulseaudio/src/tests/
Dflist-test.c56 if (b && (text = pa_flist_pop(flist))) in thread_func()
/third_party/pulseaudio/src/pulse/
Doperation.c38 if (!(o = pa_flist_pop(PA_STATIC_FLIST_GET(operations)))) in pa_operation_new()
/third_party/pulseaudio/src/pulsecore/filter/
Dlfe-filter.c126 if ((s = pa_flist_pop(PA_STATIC_FLIST_GET(lfe_state))) == NULL) in pa_lfe_filter_process()