Searched refs:LIST_INSERT_HEAD (Results 1 - 24 of 24) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.cpp103 LIST_INSERT_HEAD(&mems, mem, next);
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c746 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list);
778 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list);
811 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list);
849 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list);
998 LIST_INSERT_HEAD(&gtask_head, gtask, gt_list);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_acl.c204 LIST_INSERT_HEAD(&as->as_hash[hash], new, acl_hash);
H A Dieee80211_scan_sta.c273 LIST_INSERT_HEAD(&st->st_hash[hash], se, se_hash);
H A Dieee80211_node.c1363 LIST_INSERT_HEAD(&nt->nt_hash[hash], ni, ni_hash);
H A Dieee80211.c378 LIST_INSERT_HEAD(&ic_head, ic, ic_next);
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c213 LIST_INSERT_HEAD(&ctrlr_head, ctrlr, link);
H A Dnvme_qpair.c410 LIST_INSERT_HEAD(&qpair->free_tr, tr, list);
956 LIST_INSERT_HEAD(&qpair->free_tr, tr, list);
1067 LIST_INSERT_HEAD(&qpair->outstanding_tr, tr, list);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c104 LIST_INSERT_HEAD(&(card->mems), mem, next);
347 LIST_INSERT_HEAD((&card->streams), stream, next);
H A Dqueue.h111 panic("LIST_INSERT_HEAD %p %s:%d", (head), __FILE__, __LINE__);
149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c86 LIST_INSERT_HEAD(&(card->mems), mem, next);
299 LIST_INSERT_HEAD((&card->streams), stream, next);
H A Dqueue.h111 panic("LIST_INSERT_HEAD %p %s:%d", (head), __FILE__, __LINE__);
149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_if_media.c141 LIST_INSERT_HEAD(&ifm->ifm_list, entry, ifm_list);
H A Dfbsd_mii_physubr.c594 LIST_INSERT_HEAD(&mii->mii_phys, sc, mii_list);
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp132 LIST_INSERT_HEAD(&(card->mems), mem, next);
378 LIST_INSERT_HEAD((&card->streams), stream, next);
678 LIST_INSERT_HEAD((&devices), card, next);
H A Dqueue.h111 panic("LIST_INSERT_HEAD %p %s:%d", (head), __FILE__, __LINE__);
149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c638 LIST_INSERT_HEAD(&_ns_drec, &drec, list);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c134 LIST_INSERT_HEAD(&(card->mems), mem, next);
358 LIST_INSERT_HEAD((&card->streams), stream, next);
H A Dqueue.h111 panic("LIST_INSERT_HEAD %p %s:%d", (head), __FILE__, __LINE__);
149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/headers/private/firewire/
H A Dqueue.h384 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dqueue.h111 panic("LIST_INSERT_HEAD %p %s:%d", (head), __FILE__, __LINE__);
149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
H A Demuxki.c283 LIST_INSERT_HEAD(&(card->mem), mem, next);
310 LIST_INSERT_HEAD(&(card->mem), mem, next);
1519 LIST_INSERT_HEAD((&stream->voices), voice, next);
1700 LIST_INSERT_HEAD((&card->streams), stream, next);
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h389 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h529 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro

Completed in 146 milliseconds