| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_fifo.h | 278 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 D | ck_hp_stack.h | 57 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 D | ck_stack.h | 197 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 D | README.md | 45 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 D | regen-msvc.py | 103 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 D | liquidio.ini | 10 MTU update = Y 16 RSS key update = Y 17 RSS reta update = Y
|
| H A D | nfp.ini | 12 MTU update = Y 17 RSS key update = Y 18 RSS reta update = Y
|
| H A D | thunderx.ini | 11 MTU update = Y 17 RSS key update = Y 18 RSS reta update = Y
|
| H A D | cxgbe.ini | 10 MTU update = Y 17 RSS key update = Y 18 RSS reta update = Y
|
| H A D | ionic.ini | 11 MTU update = Y 20 RSS key update = Y 21 RSS reta update = Y
|
| H A D | qede_vf.ini | 9 MTU update = Y 17 RSS key update = Y 18 RSS reta update = Y
|
| H A D | atlantic.ini | 11 MTU update = Y 17 RSS key update = Y 18 RSS reta update = Y
|
| H A D | iavf.ini | 11 MTU update = Y 20 RSS key update = Y 21 RSS reta update = Y
|
| H A D | igc.ini | 14 MTU update = Y 31 RSS key update = Y 32 RSS reta update = Y
|
| H A D | qede.ini | 9 MTU update = Y 19 RSS key update = Y 20 RSS reta update = Y
|
| H A D | ixgbe_vf.ini | 9 MTU update = Y 18 RSS key update = Y 19 RSS reta update = Y
|
| H A D | hinic.ini | 11 MTU update = Y 21 RSS key update = Y 22 RSS reta update = Y
|
| H A D | hns3_vf.ini | 13 MTU update = Y 23 RSS key update = Y 24 RSS reta update = Y
|
| H A D | enic.ini | 13 MTU update = Y 22 RSS key update = Y 23 RSS reta update = Y
|
| H A D | hns3.ini | 13 MTU update = Y 23 RSS key update = Y 24 RSS reta update = Y
|
| H A D | ice.ini | 14 MTU update = Y 22 RSS key update = Y 23 RSS reta update = Y
|
| H A D | sfc_efx.ini | 15 MTU update = Y 23 RSS key update = Y 24 RSS reta update = Y
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_tdma.c | 418 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 D | prof_inlines_b.h | 65 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 D | ck_ht.c | 638 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 …]
|