Home
last modified time | relevance | path

Searched refs:LIST_EMPTY (Results 1 – 15 of 15) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dqueue.h174 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
H A Dmulti.c1118 while (!LIST_EMPTY(&card->streams)) { in auich_free()
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dqueue.h174 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
H A Dmulti.c1143 while (!LIST_EMPTY(&card->streams)) { in auvia_free()
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h354 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dqueue.h174 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
H A Dmulti.c1314 while (!LIST_EMPTY(&card->streams)) { in emuxki_free()
H A Demuxki.c1720 while (!LIST_EMPTY(&stream->voices)) { in emuxki_stream_delete()
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dqueue.h174 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
H A Dmulti.c894 while (!LIST_EMPTY(&card->streams)) { in es1370_free()
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dqueue.h174 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
H A Dmulti.cpp1093 while (!LIST_EMPTY(&card->streams)) { in echo_free()
/haiku/headers/private/firewire/
H A Dqueue.h349 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h484 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_qpair.c1225 while (!LIST_EMPTY(&qpair->outstanding_tr)) { in nvme_qpair_fail()