/haiku/src/libs/compat/freebsd_iflib/ |
H A D | subr_gtaskqueue.c | 746 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(>ask_head, gtask, gt_list); in _taskqgroup_adjust()
|
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/ |
H A D | OsSupportBeOS.cpp | 103 LIST_INSERT_HEAD(&mems, mem, next); in echo_mem_alloc()
|
/haiku/src/add-ons/kernel/drivers/audio/echo/ |
H A D | echo.cpp | 132 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 D | queue.h | 149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_acl.c | 202 LIST_INSERT_HEAD(&as->as_hash[hash], new, acl_hash); in acl_add()
|
H A D | ieee80211_scan_sta.c | 271 LIST_INSERT_HEAD(&st->st_hash[hash], se, se_hash); in sta_add()
|
H A D | ieee80211.c | 378 LIST_INSERT_HEAD(&ic_head, ic, ic_next); in ieee80211_ifattach()
|
H A D | ieee80211_node.c | 1403 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 D | es1370.c | 86 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 D | queue.h | 149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/ |
H A D | auvia.c | 104 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 D | queue.h | 149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/ |
H A D | nvme.c | 213 LIST_INSERT_HEAD(&ctrlr_head, ctrlr, link); in nvme_ctrlr_open()
|
H A D | nvme_qpair.c | 410 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 D | fbsd_if_media.c | 141 LIST_INSERT_HEAD(&ifm->ifm_list, entry, ifm_list);
|
H A D | fbsd_mii_physubr.c | 594 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 D | auich.c | 134 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 D | queue.h | 149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/haiku/src/system/libnetwork/netresolv/net/ |
H A D | nsdispatch.c | 638 LIST_INSERT_HEAD(&_ns_drec, &drec, list); in nsdispatch()
|
/haiku/headers/compatibility/bsd/sys/ |
H A D | queue.h | 389 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/haiku/src/add-ons/kernel/drivers/audio/emuxki/ |
H A D | queue.h | 149 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
H A D | emuxki.c | 283 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 D | queue.h | 384 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | queue.h | 529 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|