Home
last modified time | relevance | path

Searched refs:old_head (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/googletest/googletest/samples/
HDsample3-inl.h134 const QueueNode<E>* const old_head = head_; in Dequeue() local
141 E* element = new E(old_head->element()); in Dequeue()
142 delete old_head; in Dequeue() local
/freebsd-head/sys/dev/gve/
HDgve_tx_dqo.c538 int32_t old_head; in gve_free_pending_packet() local
544 old_head = atomic_load_acq_32(&tx->dqo.free_pending_pkts_prd); in gve_free_pending_packet()
546 pending_pkt->next = old_head; in gve_free_pending_packet()
548 old_head, index)) in gve_free_pending_packet()
872 int32_t old_head; in gve_reap_qpl_bufs_dqo() local
885 old_head = atomic_load_32(&tx->dqo.free_qpl_bufs_prd); in gve_reap_qpl_bufs_dqo()
886 tx->dqo.qpl_bufs[buf] = old_head; in gve_reap_qpl_bufs_dqo()
894 old_head, pkt->qpl_buf_head)) in gve_reap_qpl_bufs_dqo()
/freebsd-head/sys/dev/ice/
HDice_osdep.h238 #define LIST_REPLACE_INIT(old_head, new_head) do { \ argument
241 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
/freebsd-head/usr.sbin/bhyve/
HDblock_if.c853 struct blockif_sig_elem bse, *old_head; in blockif_cancel() local
861 old_head = blockif_bse_head; in blockif_cancel()
862 bse.bse_next = old_head; in blockif_cancel()
864 (uintptr_t)old_head, in blockif_cancel()
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDspa_errlog.c1376 find_txg_ancestor_snapshot(spa_t *spa, uint64_t new_head, uint64_t old_head, in find_txg_ancestor_snapshot() argument
1382 int error = dsl_dataset_hold_obj_flags(dp, old_head, in find_txg_ancestor_snapshot()
1411 old_head, dmu_tx_t *tx) in swap_errlog() argument
1418 old_head, &old_head_errlog); in swap_errlog()
1425 error = find_txg_ancestor_snapshot(spa, new_head, old_head, &txg); in swap_errlog()
HDdsl_dataset.c3775 uint64_t old_head = origin_head->ds_object; in dsl_dataset_promote_sync() local
3777 spa_swap_errlog(dp->dp_spa, new_head, old_head, tx); in dsl_dataset_promote_sync()
/freebsd-head/sys/netpfil/ipfw/
HDip_fw_table_algo.c1796 struct chashbhead *old_head, *new_head; in ta_modify_chash() local
1810 old_head = ti->state; in ta_modify_chash()
1815 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
1824 mi->main_ptr = old_head; in ta_modify_chash()
1831 old_head = ti->xstate; in ta_modify_chash()
1836 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
1845 mi->main_ptr6 = old_head; in ta_modify_chash()
3702 struct fhashbhead *old_head, *new_head; in ta_modify_fhash() local
3712 old_head = ti->state; in ta_modify_fhash()
3716 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_fhash()
[all …]