Searched refs:head (Results 476 - 500 of 923) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_netmap.c702 const u_int head = kring->rhead; local
713 npkt_remaining = head >= kring->nr_hwcur ? head - kring->nr_hwcur :
714 kring->nkr_num_slots - kring->nr_hwcur + head;
742 MPASS(kring->nr_hwcur == head);
767 u_int const head = kring->rhead; local
779 /* Userspace done with buffers from kring->nr_hwcur to head */
780 n = head >= kring->nr_hwcur ? head - kring->nr_hwcur :
781 kring->nkr_num_slots - kring->nr_hwcur + head;
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c181 CPpmd7_Node_Ref head = &headItem; local
183 CPpmd7_Node_Ref head = p->AlignOffset + p->Size;
186 CPpmd7_Node_Ref n = head;
207 NODE(head)->Stamp = 1;
208 NODE(head)->Next = n;
209 NODE(n)->Prev = head;
214 while (n != head)
232 for (n = NODE(head)->Next; n != head;)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c393 static void evdns_request_insert(struct request *req, struct request **head);
394 static void evdns_request_remove(struct request *req, struct request **head);
645 /* head is a pointer to the head of the list it should be */
649 request_finished(struct request *const req, struct request **head, int free_handle) { argument
651 int was_inflight = (head != &base->req_waiting_head);
655 if (head)
656 evdns_request_remove(req, head);
2685 evdns_request_remove(struct request *req, struct request **head) argument
2694 EVUTIL_ASSERT(*head !
2723 evdns_request_insert(struct request *req, struct request **head) argument
3051 struct search_domain *head; member in struct:search_state
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp145 typedef typename Node_And_It_Traits::head head; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
146 typedef typename Allocator::template rebind<head>::other head_allocator;
H A Dconstructors_destructor_fn_imps.hpp151 new (m_p_head) head();
/freebsd-11-stable/lib/libiconv_modules/VIQR/
H A Dcitrus_viqr.c103 mnemonic_ext_find(wchar_t wc, const mnemonic_def_t *head, size_t n) argument
108 mid = head + (n >> 1);
112 head = mid + 1;
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder.c440 feeder_printchain(struct pcm_feeder *head) argument
444 printf("feeder chain (head @%p)\n", head);
445 f = head;
H A Dchannel.h75 struct pcmchan_syncgroup *parent; /**< group head */
144 SLIST_HEAD(, pcm_channel) head; member in struct:pcm_channel::__anon5229
147 SLIST_HEAD(, pcm_channel) head; member in struct:pcm_channel::__anon5229::__anon5230
172 #define CHN_HEAD(x, y) &(x)->y.head
/freebsd-11-stable/sys/dev/hptnr/
H A Dldm.h74 void * head; member in struct:freelist
127 struct tq_item *head, *tail; member in struct:task_queue
130 #define TQ_EMPTY(tq) ((tq)->head==0)
/freebsd-11-stable/sys/dev/hptrr/
H A Dldm.h73 void * head; member in struct:freelist
126 struct tq_item *head, *tail; member in struct:task_queue
129 #define TQ_EMPTY(tq) ((tq)->head==0)
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dldm.h74 void * head; member in struct:freelist
127 struct tq_item *head, *tail; member in struct:task_queue
130 #define TQ_EMPTY(tq) ((tq)->head==0)
/freebsd-11-stable/sys/netinet/
H A Dsctp_pcb.c1277 struct sctpasochead *head; local
1441 head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(rport,
1443 LIST_FOREACH(stcb, head, sctp_tcbhash) {
1561 struct sctpasochead *head; local
1574 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];
1575 if (head == NULL) {
1580 LIST_FOREACH(stcb, head, sctp_tcbasocidhash) {
1619 sctp_endpoint_probe(struct sockaddr *nam, struct sctppcbhead *head, argument
1655 if (head == NULL)
1658 LIST_FOREACH(inp, head, sctp_has
1815 struct sctppcbhead *head; local
1865 struct sctppcbhead *head; local
1922 struct sctppcbhead *head; local
2149 struct sctpasochead *head; local
2645 struct sctppcbhead *head; local
2807 struct sctppcbhead *head; local
4153 struct sctpasochead *head; local
4196 struct sctpasochead *head; local
6757 struct sctpasochead *head; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dmodulo-sched.c313 rtx head, tail;
318 get_ebb_head_tail (pre_header, pre_header, &head, &tail);
320 for (insn = tail; insn != PREV_INSN (head); insn = PREV_INSN (insn))
790 rtx head, tail;
798 get_ebb_head_tail (bbs[i], bbs[i], &head, &tail);
799 for (; head != NEXT_INSN (tail); head = NEXT_INSN (head))
801 if (NOTE_P (head) || LABEL_P (head)
310 rtx head, tail; local
787 rtx head, tail; local
955 rtx head, tail; local
1065 rtx head, tail; local
[all...]
H A Dmode-switching.c123 add_seginfo (struct bb_info *head, struct seginfo *info)
127 if (head->seginfo == NULL)
128 head->seginfo = info;
131 ptr = head->seginfo;
121 add_seginfo(struct bb_info *head, struct seginfo *info) argument
H A Dcfghooks.h37 basic_block (*create_basic_block) (void *head, void *end, basic_block after);
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dradix.h108 isc_radix_node_t *head; member in struct:isc_radix_tree
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.h97 object *head; member in struct:object_list
/freebsd-11-stable/sys/dev/drm/
H A Dvia_dmablit.c537 blitq->head = 0;
734 blitq->blits[blitq->head++] = vsg;
735 if (blitq->head >= VIA_NUM_BLIT_SLOTS)
736 blitq->head = 0;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_drv.c210 list_for_each_entry_safe(entry, tempe, &dev->agp->memory, head) {
232 list_for_each_entry_safe(vma, vma_temp, &dev->vmalist, head) {
233 list_del(&vma->head);
503 list_for_each_entry(entry, &dev->maplist, head) {
/freebsd-11-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c186 int bit, ch, head, len, tail; local
198 bit = head = tail = 0;
234 ++head;
277 if (graphic->length == (tail - head)) {
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve-test.c107 for(rr = r->head; rr;rr=rr->next){
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_audio.c142 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
/freebsd-11-stable/contrib/byacc/test/
H A Drun_make.sh7 BISON=`bison --version 2>/dev/null | head -n 1 | sed -e 's/^[^0-9.]*//' -e 's/[^0-9.]*$//'`
/freebsd-11-stable/cddl/lib/libzpool/
H A DMakefile54 CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/head
/freebsd-11-stable/cddl/lib/libzfs/
H A DMakefile52 CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/head

Completed in 188 milliseconds

<<11121314151617181920>>