Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c746 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach()
778 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach_deferred()
811 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach_cpu()
849 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach_cpu_deferred()
998 LIST_INSERT_HEAD(&gtask_head, gtask, gt_list); in _taskqgroup_adjust()
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.cpp103 LIST_INSERT_HEAD(&mems, mem, next); in echo_mem_alloc()
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp132 LIST_INSERT_HEAD(&(card->mems), mem, next); in echo_mem_alloc()
378 LIST_INSERT_HEAD((&card->streams), stream, next); in echo_stream_new()
678 LIST_INSERT_HEAD((&devices), card, next); in cardbus_device_added()
H A Dqueue.h149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_acl.c202 LIST_INSERT_HEAD(&as->as_hash[hash], new, acl_hash); in acl_add()
H A Dieee80211_scan_sta.c271 LIST_INSERT_HEAD(&st->st_hash[hash], se, se_hash); in sta_add()
H A Dieee80211.c378 LIST_INSERT_HEAD(&ic_head, ic, ic_next); in ieee80211_ifattach()
H A Dieee80211_node.c1403 LIST_INSERT_HEAD(&nt->nt_hash[hash], ni, ni_hash); in ieee80211_add_node_nt()
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c86 LIST_INSERT_HEAD(&(card->mems), mem, next); in es1370_mem_alloc()
299 LIST_INSERT_HEAD((&card->streams), stream, next); in es1370_stream_new()
H A Dqueue.h149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c104 LIST_INSERT_HEAD(&(card->mems), mem, next); in auvia_mem_alloc()
347 LIST_INSERT_HEAD((&card->streams), stream, next); in auvia_stream_new()
H A Dqueue.h149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c213 LIST_INSERT_HEAD(&ctrlr_head, ctrlr, link); in nvme_ctrlr_open()
H A Dnvme_qpair.c410 LIST_INSERT_HEAD(&qpair->free_tr, tr, list); in nvme_qpair_complete_tracker()
956 LIST_INSERT_HEAD(&qpair->free_tr, tr, list); in nvme_qpair_construct()
1067 LIST_INSERT_HEAD(&qpair->outstanding_tr, tr, list); in nvme_qpair_submit_request()
/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); in mii_phy_dev_attach()
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c134 LIST_INSERT_HEAD(&(card->mems), mem, next); in auich_mem_alloc()
358 LIST_INSERT_HEAD((&card->streams), stream, next); in auich_stream_new()
H A Dqueue.h149 #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); in nsdispatch()
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h389 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dqueue.h149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
H A Demuxki.c283 LIST_INSERT_HEAD(&(card->mem), mem, next); in emuxki_pmem_alloc()
310 LIST_INSERT_HEAD(&(card->mem), mem, next); in emuxki_rmem_alloc()
1519 LIST_INSERT_HEAD((&stream->voices), voice, next); in emuxki_stream_set_audioparms()
1700 LIST_INSERT_HEAD((&card->streams), stream, next); in emuxki_stream_new()
/haiku/headers/private/firewire/
H A Dqueue.h384 #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