Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/f-stack/freebsd/contrib/ck/include/
H A Dck_fifo.h278 update.pointer = next.pointer; in ck_fifo_mpmc_enqueue()
286 update.pointer = entry; in ck_fifo_mpmc_enqueue()
296 update.generation = tail.generation + 1; in ck_fifo_mpmc_enqueue()
331 update.pointer = next.pointer; in ck_fifo_mpmc_tryenqueue()
332 update.generation = tail.generation + 1; in ck_fifo_mpmc_tryenqueue()
340 update.pointer = entry; in ck_fifo_mpmc_tryenqueue()
341 update.generation = next.generation + 1; in ck_fifo_mpmc_tryenqueue()
349 update.generation = tail.generation + 1; in ck_fifo_mpmc_tryenqueue()
373 update.pointer = next.pointer; in ck_fifo_mpmc_dequeue()
428 update.pointer = next.pointer; in ck_fifo_mpmc_trydequeue()
[all …]
H A Dck_hp_stack.h57 struct ck_stack_entry *entry, *update; in ck_hp_stack_pop_mpmc() local
73 update = ck_pr_load_ptr(&target->head); in ck_hp_stack_pop_mpmc()
74 while (entry != update) { in ck_hp_stack_pop_mpmc()
75 ck_hp_set_fence(record, 0, update); in ck_hp_stack_pop_mpmc()
76 entry = update; in ck_hp_stack_pop_mpmc()
77 update = ck_pr_load_ptr(&target->head); in ck_hp_stack_pop_mpmc()
78 if (update == NULL) in ck_hp_stack_pop_mpmc()
H A Dck_stack.h197 struct ck_stack original, update; in ck_stack_pop_mpmc() local
208 update.generation = original.generation + 1; in ck_stack_pop_mpmc()
209 update.head = original.head->next; in ck_stack_pop_mpmc()
211 while (ck_pr_cas_ptr_2_value(target, &original, &update, &original) == false) { in ck_stack_pop_mpmc()
215 update.generation = original.generation + 1; in ck_stack_pop_mpmc()
219 update.head = original.head->next; in ck_stack_pop_mpmc()
231 struct ck_stack original, update; in ck_stack_trypop_mpmc() local
239 update.generation = original.generation + 1; in ck_stack_trypop_mpmc()
241 update.head = original.head->next; in ck_stack_trypop_mpmc()
243 if (ck_pr_cas_ptr_2_value(target, &original, &update, &original) == true) { in ck_stack_trypop_mpmc()
/f-stack/freebsd/contrib/openzfs/etc/init.d/
H A DREADME.md45 update-rc.d zfs-import start 07 S . stop 07 0 1 6 .
46 update-rc.d zfs-mount start 02 2 3 4 5 . stop 06 0 1 6 .
47 update-rc.d zfs-zed start 07 2 3 4 5 . stop 08 0 1 6 .
48 update-rc.d zfs-share start 27 2 3 4 5 . stop 05 0 1 6 .
59 rc-update add zfs-import boot
60 rc-update add zfs-mount boot
61 rc-update add zfs-zed default
62 rc-update add zfs-share default
/f-stack/freebsd/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py103 sbox.update({"platform": "v140"})
118 sbox.update({"platform": "v141"})
122 sbox.update({"platform": "v140"})
126 sbox.update({"platform": "v120"})
130 sbox.update({"platform": "v110"})
134 sbox.update({"platform": "v100"})
/f-stack/dpdk/doc/guides/nics/features/
H A Dliquidio.ini10 MTU update = Y
16 RSS key update = Y
17 RSS reta update = Y
H A Dnfp.ini12 MTU update = Y
17 RSS key update = Y
18 RSS reta update = Y
H A Dthunderx.ini11 MTU update = Y
17 RSS key update = Y
18 RSS reta update = Y
H A Dcxgbe.ini10 MTU update = Y
17 RSS key update = Y
18 RSS reta update = Y
H A Dionic.ini11 MTU update = Y
20 RSS key update = Y
21 RSS reta update = Y
H A Dqede_vf.ini9 MTU update = Y
17 RSS key update = Y
18 RSS reta update = Y
H A Datlantic.ini11 MTU update = Y
17 RSS key update = Y
18 RSS reta update = Y
H A Diavf.ini11 MTU update = Y
20 RSS key update = Y
21 RSS reta update = Y
H A Digc.ini14 MTU update = Y
31 RSS key update = Y
32 RSS reta update = Y
H A Dqede.ini9 MTU update = Y
19 RSS key update = Y
20 RSS reta update = Y
H A Dixgbe_vf.ini9 MTU update = Y
18 RSS key update = Y
19 RSS reta update = Y
H A Dhinic.ini11 MTU update = Y
21 RSS key update = Y
22 RSS reta update = Y
H A Dhns3_vf.ini13 MTU update = Y
23 RSS key update = Y
24 RSS reta update = Y
H A Denic.ini13 MTU update = Y
22 RSS key update = Y
23 RSS reta update = Y
H A Dhns3.ini13 MTU update = Y
23 RSS key update = Y
24 RSS reta update = Y
H A Dice.ini14 MTU update = Y
22 RSS key update = Y
23 RSS reta update = Y
H A Dsfc_efx.ini15 MTU update = Y
23 RSS key update = Y
24 RSS reta update = Y
/f-stack/freebsd/net80211/
H A Dieee80211_tdma.c418 int slot, slotlen, update; in tdma_update() local
423 update = 0; in tdma_update()
431 update |= TDMA_UPDATE_SLOTCNT; in tdma_update()
441 update |= TDMA_UPDATE_SLOTLEN; in tdma_update()
450 update |= TDMA_UPDATE_BINTVAL; in tdma_update()
468 update |= TDMA_UPDATE_SLOT; in tdma_update()
472 update = TDMA_UPDATE_SLOT in tdma_update()
478 if (update) { in tdma_update()
483 if (update & TDMA_UPDATE_SLOTCNT) in tdma_update()
485 if (update & TDMA_UPDATE_SLOTLEN) in tdma_update()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h65 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update() argument
85 if (update) { in prof_sample_accum_update()
94 if (update) { in prof_sample_accum_update()
102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() argument
109 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update, in prof_alloc_prep()
/f-stack/freebsd/contrib/ck/src/
H A Dck_ht.c638 struct ck_ht_map *map, *update; in ck_ht_reset_size_spmc() local
641 update = ck_ht_map_create(table, size); in ck_ht_reset_size_spmc()
642 if (update == NULL) in ck_ht_reset_size_spmc()
645 ck_pr_store_ptr_unsafe(&table->map, update); in ck_ht_reset_size_spmc()
661 struct ck_ht_map *map, *update; in ck_ht_grow_spmc() local
673 update = ck_ht_map_create(table, capacity); in ck_ht_grow_spmc()
674 if (update == NULL) in ck_ht_grow_spmc()
705 offset = h.value & update->mask; in ck_ht_grow_spmc()
717 update->n_entries++; in ck_ht_grow_spmc()
718 ck_ht_map_bound_set(update, h, probes); in ck_ht_grow_spmc()
[all …]

12345678910>>...13