Home
last modified time | relevance | path

Searched refs:shadow_head (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_ring.c106 uint32_t shadow_head; /* Shadow head for single-thread operation */ member
545 s->shadow_head = s->head; in opdl_stage_claim_singlethread()
761 s->shadow_head = s->head; in opdl_stage_disclaim()
997 ev_orig = get_slot(t, s->shadow_head+offset); in opdl_ring_cas_slot()
1010 get_slot(t, s->shadow_head+i); in opdl_ring_cas_slot()
/f-stack/freebsd/vm/
H A Dvm_object.h103 LIST_HEAD(, vm_object) shadow_head; /* objects that this is a shadow for */
H A Dvm_object.c239 LIST_INIT(&object->shadow_head); in _vm_object_allocate()
571 object = LIST_FIRST(&backing_object->shadow_head); in vm_object_deallocate_anon()
760 LIST_INSERT_HEAD(&backing_object->shadow_head, object, in vm_object_backing_insert_locked()