Searched defs:head (Results 1 - 25 of 42) sorted by relevance

12

/haiku/headers/private/kernel/util/
H A Dqueue.h15 void *head; member in struct:queue
28 int head; member in struct:fixed_queue
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.h58 struct mbuf *head; member in struct:ieee80211_psq::ieee80211_psq_head
H A Dieee80211_ageq.c166 struct mbuf *head, **phead; local
199 struct mbuf *head, **phead; local
[all...]
H A Dieee80211_superg.h63 struct mbuf *head; /* frames linked w/ m_nextpkt */ member in struct:ieee80211_stageq
/haiku/src/system/kernel/slab/
H A Dslab_private.h29 _pop(Type*& head) argument
39 _push(Type*& head, Type* object) argument
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlists.c19 struct _slist_entry *slist_find(struct _slist_entry *head, slist_compare_func func, void *id) argument
32 status_t slist_insert_head(struct _slist_entry **head, struct _slist_entry *item) argument
44 struct _slist_entry *slist_dequeue_tail(struct _slist_entry **head) argument
60 slist_remove(struct _slist_entry **head, struct _slist_entry *item) argument
[all...]
H A Dlists2.c12 void *sll_find(long nextoff, void *head, sll_compare_func func, void *id) argument
30 status_t sll_insert_head(long nextoff, void **head, void *item) argument
42 status_t sll_insert_tail(long nextoff, void **head, void *item) argument
64 sll_dequeue_tail(long nextoff, void **head) argument
80 sll_remove(long nextoff, void **head, void *item) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvableFamily.h40 Resolvable* head = fResolvables.Head(); local
H A DDependencyFamily.h63 Dependency* head = fDependencies.Head(); local
/haiku/headers/libs/agg/
H A Dagg_arrowhead.h36 void head(double d1, double d2, double d3, double d4) function in class:agg::arrowhead
45 void head() { m_head_flag = true; } function in class:agg::arrowhead
/haiku/src/system/kernel/util/
H A Dqueue.cpp18 queue_element *head; member in struct:queue_typed
[all...]
/haiku/src/tests/system/kernel/scheduler/
H A Doverride_types.h47 struct thread *head; member in struct:thread_queue
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.c145 ath_descdma_alloc_desc(struct ath_softc *sc, struct ath_descdma *dd, ath_bufhead *head, const char *name, int ds_size, int ndesc) argument
238 ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, ath_bufhead *head, const char *name, int ds_size, int nbuf, int ndesc) argument
327 ath_descdma_setup_rx_edma(struct ath_softc *sc, struct ath_descdma *dd, ath_bufhead *head, const char *name, int nbuf, int rx_status_len) argument
385 ath_descdma_cleanup(struct ath_softc *sc, struct ath_descdma *dd, ath_bufhead *head) argument
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c267 void set_crtc_owner(bool head) argument
[all...]
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c34 int head; member in struct:__anon5
/haiku/src/kits/support/
H A DJobQueue.cpp164 JobPriorityQueue::iterator head = fQueuedJobs->begin(); local
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c291 void set_crtc_owner(bool head) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.cpp202 superblock *&head = _superblocks[fullness][sizeclass]; local
218 superblock *head = NULL; local
368 superblock *&head = _superblocks[newFullness][sizeclass]; local
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c1549 void set_crtc_owner(bool head) argument
[all...]
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp382 Entry* head = table.Clear(true); local
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp179 PackageLeafNode* head = fPackageNodes.Head(); local
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_attach.c237 rtwn_usb_reset_tx_list(struct rtwn_usb_softc *uc, rtwn_datahead *head, struct ieee80211vap *vap) argument
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp122 uint32 head = read32(fRingBuffer.register_base + RING_BUFFER_HEAD) local
253 uint32 head, tail; local
[all...]
/haiku/src/system/libroot/os/
H A Dthread.c196 callback_node **head = (callback_node **)tls_address(TLS_ON_EXIT_THREAD_SLOT); local
/haiku/src/apps/mail/
H A DWIndex.cpp174 WIndexHead head; local
203 WIndexHead head; local
[all...]

Completed in 142 milliseconds

12