Searched refs:head (Results 251 - 275 of 923) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.c599 ff_flush(struct mbuf *head, struct mbuf *last) argument
605 for (m = head; m != last; m = next) {
627 struct mbuf *m, *head; local
636 KASSERT(sq->head != NULL, ("stageq empty"));
638 head = sq->head;
639 while ((m = sq->head) != NULL && M_AGE_GET(m) < quanta) {
647 sq->head = m->m_nextpkt;
657 ff_flush(head, m);
670 age -= M_AGE_GET(sq->head);
923 struct mbuf *m, *next_m, *head; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h137 /* extract the head of fq_codel sub-queue */
141 struct mbuf *m = q->mq.head;
145 q->mq.head = m->m_nextpkt;
H A Dip_fw_table_algo.c1058 struct chashbhead *head; local
1065 head = (struct chashbhead *)ti->state;
1072 SLIST_FOREACH(ent, &head[hash], next) {
1083 head = (struct chashbhead *)ti->xstate;
1087 SLIST_FOREACH(ent, &head[hash], next) {
1103 struct chashbhead *head; local
1110 head = (struct chashbhead *)ti->state;
1117 SLIST_FOREACH(ent, &head[hash], next) {
1129 head = (struct chashbhead *)ti->xstate;
1135 SLIST_FOREACH(ent, &head[has
1152 struct chashbhead *head; local
1462 struct chashbhead *head; local
1559 struct chashbhead *head; local
1645 struct chashbhead *head; local
1744 struct chashbhead *head; local
3098 struct fhashbhead *head; member in struct:fhash_cfg
3204 struct fhashbhead *head; local
3440 struct fhashbhead *head; local
3530 struct fhashbhead *head; local
3603 struct fhashbhead *head; local
3676 struct fhashbhead *head; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h172 if (q->head == NULL)
173 q->head = m;
/freebsd-11-stable/tools/bsdbox/
H A DMakefile.base10 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmatch.mk12 var = head
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c69 STAILQ_HEAD(label_specs_head, label_spec) head;
280 STAILQ_INSERT_TAIL(&specs->head, spec, link);
298 STAILQ_INSERT_TAIL(&specs->head, spec, link);
389 return (STAILQ_EMPTY(&specs->head));
409 STAILQ_FOREACH(ls, &specs->head, link) {
454 STAILQ_FOREACH(ls, &specs->head, link) {
466 STAILQ_FOREACH(ls, &specs->head, link) {
498 STAILQ_INIT(&specs->head);
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dvmx_netmap.h142 u_int const head = kring->rhead; local
160 if (nm_i != head) {
162 for (n = 0; nm_i != head; n++) {
245 u_int const head = kring->rhead; local
254 if (head > lim)
309 if (nm_i != head) {
311 while (nm_i != head) {
345 kring->nr_hwcur = head;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c56 struct memblock_t *head; member in struct:svn_spillbuf_t
258 mem = buf->head;
333 buf->head = mem;
359 if (buf->head != NULL)
361 *mem = buf->head;
363 buf->head = buf->tail = NULL;
365 buf->head = (*mem)->next;
426 if (buf->head == NULL && buf->spill != NULL)
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c1092 int head, tail; local
1207 head = bc->rin;
1212 bc->rout = head;
1215 while (head != tail) {
1219 "port %d: p rx head = %d tail = %d\n",
1220 event.pnum, head, tail));
1221 top = (head > tail) ? head : wrapmask + 1;
1240 head = bc->rin;
1314 int head, tai local
1407 unsigned tail, head; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcfgbuild.c435 rtx head = NULL_RTX;
452 && head)
454 prev = create_basic_block_structure (head, end, bb_note, prev);
455 head = end = NULL_RTX;
461 if (head == NULL_RTX)
462 head = insn;
466 if (head && control_flow_insn_p (insn))
468 prev = create_basic_block_structure (head, end, bb_note, prev);
469 head = end = NULL_RTX;
505 if (head !
431 rtx head = NULL_RTX; local
[all...]
H A Dsched-rgn.c158 BASIC_BLOCK (EBB_HEAD (i)) - head of ebb. */
508 int node, child, loop_head, i, head, tail;
742 head = tail = -1;
841 while (head < tail && !too_large_failure)
844 child = queue[++head];
890 if (head < 0)
891 head = tail;
892 child = queue[head];
901 queue[head] = queue[tail--];
908 --head;
507 int node, child, loop_head, i, head, tail; local
2013 rtx tail, head; local
2016 &head, &tail); local
2248 add_branch_dependences(rtx head, rtx tail) argument
2512 rtx head, tail; local
2519 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); local
2557 rtx head, tail; local
2562 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); local
2682 rtx head, tail; local
2685 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); local
2707 rtx head, tail; local
2710 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); local
2770 rtx head, tail; local
2847 rtx head, tail; local
2849 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c54 struct idr_layer *head; member in struct:linux_idr_cache
78 retval = lic->head;
80 lic->head = retval->ary[0];
143 cacheval->ary[0] = lic->head;
144 lic->head = cacheval;
361 struct idr_layer *head; local
372 for (head = NULL; need; need--) {
377 if (head != NULL) {
381 head = il = iln;
383 if (head
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_lock.c315 * thread exit. To be certain that threads exit without valid head
498 struct lphead *head; local
508 head = &type->lpt_hash[hash];
509 SLIST_FOREACH(lp, head, link) {
535 struct lpohead *head; local
537 head = &curthread->td_lprof[spin];
538 LIST_FOREACH(l, head, lpo_link)
553 LIST_INSERT_HEAD(head, l, lpo_link);
630 struct lpohead *head; local
638 head
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c1161 u_int n, sent, head = ring->head; local
1164 struct netmap_slot *slot = &ring->slot[head];
1170 struct netmap_slot *slot = &ring->slot[head];
1174 head = nm_ring_next(ring, head);
1176 head = ring->head;
1184 slot = &ring->slot[head];
1203 dump_payload(fp, frag_size, ring, head);
1509 uint32_t head = rxring->head; local
1763 u_int head, rx, n; local
1959 unsigned int head; local
2099 multi_slot_to_string(struct netmap_ring *ring, unsigned int head, unsigned int nfrags, char *strbuf, size_t strbuflen) argument
2163 unsigned int head; local
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.h285 ecore_list_entry_t *head, *tail; member in struct:ecore_list_t
292 (_list)->head = NULL; \
307 (cast *)((_list)->head)
313 /* push an element on the head of the list */
317 (_elem)->next = (_list)->head; \
321 (_list)->head->prev = (_elem); \
323 (_list)->head = (_elem); \
335 (_list)->head = (_elem); \
341 /* push list1 on the head of list2 and return with list1 as empty */
344 (_list1)->tail->next = (_list2)->head; \
757 ecore_list_t head; member in struct:ecore_vlan_mac_obj
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc.c126 struct evrpc_hook_list *head = NULL; local
130 head = &base->in_hooks;
133 head = &base->out_hooks;
144 TAILQ_INSERT_TAIL(head, hook, next);
150 evrpc_remove_hook_internal(struct evrpc_hook_list *head, void *handle) argument
153 TAILQ_FOREACH(hook, head, next) {
155 TAILQ_REMOVE(head, hook, next);
172 struct evrpc_hook_list *head = NULL; local
175 head = &base->in_hooks;
178 head
188 evrpc_process_hooks(struct evrpc_hook_list *head, void *ctx, struct evhttp_request *req, struct evbuffer *evbuf) argument
781 struct evrpc_pause_list *head = &base->pause_requests; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dtarget.c55 current_inferior = (struct thread_info *) all_threads.head;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h45 word *head; member in class:word_list
/freebsd-11-stable/contrib/binutils/gprof/
H A Dmips.c56 indirect_child.cg.cyc.head = &indirect_child;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dlist.c136 list_node_t *head = list->list_head.list_next; local
137 if (head == &list->list_head)
139 list_remove_node(head);
140 return (list_object(list, head));
/freebsd-11-stable/sys/dev/drm/
H A Dvia_dmablit.h66 unsigned head; member in struct:_drm_via_blitq
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h74 struct inferior_list_entry head; member in struct:process_info
/freebsd-11-stable/sys/net/
H A Droute_var.h36 struct radix_head head; member in struct:rib_head
48 struct radix_mask_head rmhead; /* masks radix head */
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c62 NODE *head; /* head of the sorted binary tree */ variable
160 if (head) {
162 put_entries(head);
201 put_entries(head);

Completed in 228 milliseconds

<<11121314151617181920>>