Home
last modified time | relevance | path

Searched refs:first (Results 1 – 5 of 5) sorted by relevance

/hypervisor/include/lib/
A Dlist.h38 struct hlist_node *first; member
93 struct list_head *first = list->next; in list_splice_node() local
97 first->prev = head; in list_splice_node()
98 head->next = first; in list_splice_node()
147 n->next = h->first; in hlist_add_head()
148 if (h->first != NULL) { in hlist_add_head()
149 h->first->pprev = &n->next; in hlist_add_head()
151 h->first = n; in hlist_add_head()
152 n->pprev = &h->first; in hlist_add_head()
158 for ((pos) = (head)->first; (pos) != NULL; (pos) = (pos)->next)
/hypervisor/common/
A Dsched_bvt.c262 struct list_head *first, *sec; in sched_bvt_pick_next() local
279 first = bvt_ctl->runqueue.next; in sched_bvt_pick_next()
280 sec = (first->next == &bvt_ctl->runqueue) ? NULL : first->next; in sched_bvt_pick_next()
282 first_obj = container_of(first, struct thread_object, data); in sched_bvt_pick_next()
/hypervisor/boot/
A Dacpi_base.c180 void *first, *end, *iterator; in local_parse_madt() local
185 first = madt_ptr + 1; in local_parse_madt()
188 for (iterator = first; (iterator) < (end); iterator += entry->length) { in local_parse_madt()
/hypervisor/dm/vpci/
A Dvsriov.c237 uint16_t idx, num_vfs, stride, first; in disable_vfs() local
250 first = read_sriov_reg(pf_vdev, PCIR_SRIOV_FST_VF_OFF); in disable_vfs()
255 bdf.fields.bus = get_vf_bus(pf_vdev, first, stride, idx); in disable_vfs()
256 bdf.fields.devfun = get_vf_devfun(pf_vdev, first, stride, idx); in disable_vfs()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog956 when the first intermediate certificate has pathLenConstraint=0. Found by
1166 should generally be the first function called on this context after init:
1177 (see rename.pl and compat-1.3.h above) and their first argument's type
1371 1.3.10) (first reported by Martin Blumenstingl).
1561 * md_list() now returns hashes strongest first
2441 appended with '....' after first 28 octets
2680 * Fixed incorrect handling of negative first input
2682 * Fixed incorrect handling of negative first input

Completed in 11 milliseconds