Searched refs:head (Results 326 - 350 of 923) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.c49 /* set head and tail registers in our local struct */
52 hw->aq.asq.head = I40E_VF_ATQH1;
57 hw->aq.arq.head = I40E_VF_ARQH1;
63 hw->aq.asq.head = I40E_PF_ATQH;
68 hw->aq.arq.head = I40E_PF_ARQH;
305 wr32(hw, hw->aq.asq.head, 0);
338 wr32(hw, hw->aq.arq.head, 0);
502 wr32(hw, hw->aq.asq.head, 0);
536 wr32(hw, hw->aq.arq.head, 0);
753 while (rd32(hw, hw->aq.asq.head) !
[all...]
H A Di40e_lan_hmc.h51 u16 head; member in struct:i40e_hmc_obj_rxq
84 u16 head; member in struct:i40e_hmc_obj_txq
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c112 uint32_t head; member in struct:overflow_queue
149 struct netmap_slot s = q->slots[q->head];
155 q->head++;
156 if (q->head >= q->size)
157 q->head = 0;
500 if (ring->head != ring->tail && (q == NULL || oq_empty(q))) {
501 struct netmap_slot *ts = &ring->slot[ring->head];
508 ring->head = nm_ring_next(ring, ring->head);
855 ring->cur = pending ? ring->tail : ring->head;
[all...]
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dph.h83 a_type *head = NULL; \
105 head = tail = phn0; \
137 phn0 = head; \
141 head = phn_next_get(a_type, a_field, \
153 if (head == NULL) \
158 phn0 = head; \
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h640 cvmx_dfa_command_t *head; local
655 // compute index and instruction queue head pointer
659 head = &((CASTPTR(cvmx_dfa_command_t, (cvmx_dfa_state.s2.base_address_div32 * 32ull))[index]));
660 head = (cvmx_dfa_command_t*)cvmx_phys_to_ptr(CAST64(head)); // NOTE: since we are not storing bit 63 of address, we must set it now
663 *head++ = *command;
670 *(uint64_t *)head = cvmx_ptr_to_phys(new_base);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_stub.c120 list_add_tail(&master->head, &minor->master_list);
138 list_del(&master->head);
143 list_for_each_entry_safe(r_list, list_temp, &dev->maplist, head) {
156 list_for_each_entry_safe(pt, next, &master->magicfree, head) {
157 list_del(&pt->head);
476 list_for_each_entry_safe(r_list, list_temp, &dev->maplist, head)
H A Ddrm_modes.c528 * @head: source list
534 * Move all the modes from @head to @new.
536 void drm_mode_list_concat(struct list_head *head, struct list_head *new) argument
541 list_for_each_safe(entry, tmp, head) {
729 INIT_LIST_HEAD(&dst->head);
819 list_for_each_entry(mode, mode_list, head) {
855 list_for_each_entry(mode, mode_list, head) {
887 list_for_each_entry_safe(mode, t, mode_list, head) {
889 list_del(&mode->head);
919 struct drm_display_mode *a = list_entry(lh_a, struct drm_display_mode, head);
[all...]
H A Ddrm_auth.c94 list_add_tail(&entry->head, &master->magicfree);
124 list_del(&pt->head);
/freebsd-11-stable/sys/dev/ie/
H A Dif_ie.c622 ie_buflen(struct ie_softc *sc, int head) argument
624 return (sc->rbuffs[head]->ie_rbd_actual
632 int head = sc->rbhead; local
646 i = sc->rbuffs[head]->ie_rbd_actual & IE_RBD_LAST;
648 acc += ie_buflen(sc, head);
649 head = (head + 1) % sc->nrxbufs;
673 int head; local
752 head = sc->rbhead; /* current rx buffer */
760 int thislen = ie_buflen(sc, head)
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c1144 em->robust_futexes = args->head;
1154 struct linux_robust_list_head *head; local
1164 head = em->robust_futexes;
1191 head = em->robust_futexes;
1204 error = copyout(&head, args->head, sizeof(head));
1265 struct linux_robust_list **head, unsigned int *pi)
1270 LIN_SDT_PROBE3(futex, fetch_robust_entry, entry, entry, head, pi);
1272 error = copyin((const void *)head,
1264 fetch_robust_entry(struct linux_robust_list **entry, struct linux_robust_list **head, unsigned int *pi) argument
1290 struct linux_robust_list_head *head = NULL; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfttrace.c379 thread_info *head;
647 /* The new thread always goes at the head of the list.
649 new_p->next = thread_head.head;
650 thread_head.head = new_p;
657 p = thread_head.head;
692 p = thread_head.head;
700 thread_head.head = NULL;
704 p = deleted_threads.head;
712 deleted_threads.head = NULL;
728 for (p = thread_head.head;
378 thread_info *head; member in struct:thread_info_header_struct
[all...]
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c176 static __inline int sym_que_empty(struct sym_quehead *head) argument
178 return head->flink == head;
182 struct sym_quehead *head)
188 struct sym_quehead *at = head->flink;
190 first->blink = head;
191 head->flink = first;
205 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)
181 sym_que_splice(struct sym_quehead *list, struct sym_quehead *head) argument
207 sym_remque_head(struct sym_quehead *head) argument
1098 /*0*/ struct sym_tcbh head; member in struct:sym_tcb
1197 /*0*/ struct sym_lcbh head; member in struct:sym_lcb
1352 /*0*/ struct sym_ccbh head; member in struct:sym_dsb
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c238 if (all_threads.head == all_threads.tail)
240 inferior = (struct thread_info *) all_threads.head;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh86 head -n 1 $file.2 | grep begin >/dev/null
/freebsd-11-stable/sys/contrib/libnv/
H A Dnvpair_impl.h49 void nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl);
50 void nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl);
/freebsd-11-stable/crypto/openssh/regress/
H A Dkey-options.sh57 from=`head -1 $authkeys | cut -f1 -d ' '`
/freebsd-11-stable/sys/sys/
H A Dfdcio.h44 int cyl, head; member in struct:fd_formb
107 * cyl and head are being passed into ioctl(FD_READID)
112 u_char head; /* H - 0...1 */ member in struct:fdc_readid
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_object.h140 struct list_head *head);
141 extern int radeon_bo_list_validate(struct list_head *head);
/freebsd-11-stable/share/examples/hast/
H A Ducarp_down.sh49 pgid=`pgrep -f ucarp_up.sh | head -1`
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c415 TAILQ_HEAD(au_trls_head, audit_trail) head =
416 TAILQ_HEAD_INITIALIZER(head);
524 * Check to see if we have a new head. Otherwise,
528 if (TAILQ_EMPTY(&head) ||
529 new->at_time <= TAILQ_FIRST(&head)->at_time) {
530 TAILQ_INSERT_HEAD(&head, new, at_trls);
534 TAILQ_FOREACH_REVERSE(at, &head, au_trls_head, at_trls)
536 TAILQ_INSERT_AFTER(&head, at, new,
551 at = TAILQ_FIRST(&head);
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c99 unsigned head; member in struct:dsk
257 dsk.head = (di >> 8) & 0xff;
637 dsk.start = dp->dp_scyl * dsk.head * dsk.sec +
720 unsigned bpc, x, cyl, head, sec; local
722 bpc = dsk.sec * dsk.head;
725 head = x / dsk.sec;
735 v86.edx = (head << 8) | sec;
744 cyl, head, sec, lba);
/freebsd-11-stable/release/powerpc/
H A Dgenerate-hfs.sh35 <VERSION> $FreeBSD: head/stand/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c291 gz_header head; local
303 head.extra = out;
304 head.extra_max = len;
305 head.name = out;
306 head.name_max = len;
307 head.comment = out;
308 head.comm_max = len;
309 ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dwq.h77 u16 head; member in struct:mlx5_wq_ll
155 wq->head = head_next;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h48 CrashRecoveryContextCleanup *head; member in class:llvm::CrashRecoveryContext
51 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}

Completed in 353 milliseconds

<<11121314151617181920>>