Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 106) sorted by relevance

12345

/f-stack/freebsd/contrib/ck/include/
H A Dck_fifo.h231 fifo->head.generation = fifo->tail.generation = NULL; in ck_fifo_mpmc_init()
279 update.generation = tail.generation + 1; in ck_fifo_mpmc_enqueue()
287 update.generation = next.generation + 1; in ck_fifo_mpmc_enqueue()
296 update.generation = tail.generation + 1; in ck_fifo_mpmc_enqueue()
332 update.generation = tail.generation + 1; 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()
384 update.generation = tail.generation + 1; in ck_fifo_mpmc_dequeue()
399 update.generation = head.generation + 1; in ck_fifo_mpmc_dequeue()
439 update.generation = tail.generation + 1; in ck_fifo_mpmc_trydequeue()
[all …]
H A Dck_stack.h42 char *generation CK_CC_PACKED;
199 original.generation = ck_pr_load_ptr(&target->generation); in ck_stack_pop_mpmc()
208 update.generation = original.generation + 1; in ck_stack_pop_mpmc()
215 update.generation = original.generation + 1; in ck_stack_pop_mpmc()
233 original.generation = ck_pr_load_ptr(&target->generation); in ck_stack_trypop_mpmc()
239 update.generation = original.generation + 1; in ck_stack_trypop_mpmc()
338 stack->generation = NULL; in ck_stack_init()
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dmediatek,smi-common.txt6 which generation the SoCs use:
7 generation 1: mt2701 and mt7623.
8 generation 2: mt2712, mt6779, mt8173 and mt8183.
10 There's slight differences between the two SMI, for generation 2, the
12 for generation 1, the register is at smi ao base(smi always on register
14 SMI generation 1 to transform the smi clock into emi clock domain, but that is
15 not needed for SMI generation 2.
28 - clock-names : must contain 3 entries for generation 1 smi HW and 2 entries
29 for generation 2 smi HW as follows:
35 clock domain, this clock is only needed by generation 1 smi HW.
[all …]
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c504 uint32_t generation; in smp_targeted_tlb_shootdown() local
536 generation = ++smp_tlb_generation; in smp_targeted_tlb_shootdown()
550 while (*p_cpudone != generation) in smp_targeted_tlb_shootdown()
606 uint32_t generation; in invltlb_handler() local
619 generation = smp_tlb_generation; in invltlb_handler()
622 PCPU_SET(smp_tlb_done, generation); in invltlb_handler()
628 uint32_t generation; in invlpg_handler() local
640 PCPU_SET(smp_tlb_done, generation); in invlpg_handler()
647 uint32_t generation; in invlrng_handler() local
672 uint32_t generation; in invlcache_handler() local
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dmhd.h75 uint32_t generation; member
87 uint32_t generation; member
106 uint32_t generation; member
118 uint32_t generation; member
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Dmediatek,iommu.txt59 "mediatek,mt2701-m4u" for mt2701 which uses generation one m4u HW.
60 "mediatek,mt2712-m4u" for mt2712 which uses generation two m4u HW.
61 "mediatek,mt6779-m4u" for mt6779 which uses generation two m4u HW.
63 generation one m4u HW.
64 "mediatek,mt8173-m4u" for mt8173 which uses generation two m4u HW.
65 "mediatek,mt8183-m4u" for mt8183 which uses generation two m4u HW.
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dbrcm,ocotp.txt4 - compatible: "brcm,ocotp" for the first generation Broadcom OTPC which is used
6 generation Broadcom OTPC which is used in SoC's such as Stingray and supports
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Drcar-gen3-phy-pcie.txt1 * Renesas R-Car generation 3 PCIe PHY
4 generation 3 PCIe PHY contains.
H A Drcar-gen2-phy.txt1 * Renesas R-Car generation 2 USB PHY
3 This file provides information on what the device node for the R-Car generation
/f-stack/freebsd/contrib/ck/src/
H A Dck_hs.c84 unsigned int generation[CK_HS_G]; member
102 ck_pr_store_uint(&map->generation[h], in ck_hs_map_signal()
103 map->generation[h] + 1); in ck_hs_map_signal()
235 memset(map->generation, 0, sizeof map->generation); in ck_hs_map_create()
879 unsigned int *generation; in ck_hs_get() local
883 generation = &map->generation[h & CK_HS_G_MASK]; in ck_hs_get()
884 g = ck_pr_load_uint(generation); in ck_hs_get()
891 g_p = ck_pr_load_uint(generation); in ck_hs_get()
H A Dck_rhs.c113 unsigned int generation[CK_RHS_G]; member
393 memset(map->generation, 0, sizeof map->generation); in ck_rhs_map_create()
966 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_put_robin_hood()
979 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_put_robin_hood()
1027 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_do_backward_shift_delete()
1105 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_fas()
1211 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_apply()
1398 unsigned int *generation; in ck_rhs_get() local
1402 generation = &map->generation[h & CK_RHS_G_MASK]; in ck_rhs_get()
1403 g = ck_pr_load_uint(generation); in ck_rhs_get()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dbrcm,iproc-pcie.txt5 "brcm,iproc-pcie" for the first generation of PAXB based controller,
7 "brcm,iproc-pcie-paxb-v2" for the second generation of PAXB-based
9 "brcm,iproc-pcie-paxc" for the first generation of PAXC based
11 "brcm,iproc-pcie-paxc-v2" for the second generation of PAXC based
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nvram.c616 header->generation = __CPU_TO_LE_32( in tlv_update_partition_len_and_cks()
617 __LE_TO_CPU_32(header->generation) + 1); in tlv_update_partition_len_and_cks()
621 trailer->generation = header->generation; in tlv_update_partition_len_and_cks()
700 if (trailer->generation != header->generation) { in ef10_nvram_buffer_validate()
786 header.generation = __CPU_TO_LE_32(1); in ef10_nvram_buffer_create()
797 trailer.generation = header.generation; in ef10_nvram_buffer_create()
1294 if (trailer->generation != header->generation) { in ef10_nvram_read_tlv_segment()
1636 uint32_t generation; in ef10_nvram_buf_write_tlv() local
1686 generation = __LE_TO_CPU_32(header->generation) + 1; in ef10_nvram_buf_write_tlv()
1689 header->generation = __CPU_TO_LE_32(generation); in ef10_nvram_buf_write_tlv()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dversatile-sysreg.txt6 interrupt generation, MMC and NOR Flash control etc.
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dimx7ulp-scg-clock.yaml28 The System Clock Generation (SCG) is responsible for clock generation
30 include: clock reference selection, generation of clock used to derive
H A Dimx7ulp-clock.txt20 The System Clock Generation (SCG) is responsible for clock generation
22 include: clock reference selection, generation of clock used to derive
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c661 uint32_t generation, *p_cpudone; in smp_targeted_tlb_shootdown() local
696 generation = PCPU_GET(smp_tlb_gen); in smp_targeted_tlb_shootdown()
697 if (++generation == 0) in smp_targeted_tlb_shootdown()
698 generation = 1; in smp_targeted_tlb_shootdown()
699 PCPU_SET(smp_tlb_gen, generation); in smp_targeted_tlb_shootdown()
732 while (atomic_load_int(p_cpudone) != generation) in smp_targeted_tlb_shootdown()
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Djcore,aic.txt5 - compatible: Should be "jcore,aic1" for the (obsolete) first-generation aic
/f-stack/freebsd/contrib/device-tree/Bindings/iio/light/
H A Dopt3001.txt5 the optional generation of IIO events on rising/falling light threshold changes
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c355 spa_all_configs(uint64_t *generation) in spa_all_configs() argument
360 if (*generation == spa_config_generation) in spa_all_configs()
375 *generation = spa_config_generation; in spa_all_configs()
/f-stack/freebsd/vm/
H A Dvm_object.h109 volatile int generation; /* generation ID */ member
345 return (object->generation != object->cleangeneration); in vm_object_mightbedirty()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Ddmm.txt5 accesses such as priority generation amongst initiators, configuration of SDRAM
/f-stack/freebsd/sys/
H A Dpciio.h102 u_int32_t generation; /* device list generation */ member
/f-stack/freebsd/contrib/device-tree/Bindings/mips/cavium/
H A Dsata-uctl.txt12 - control the clock/reset generation to UAHC
/f-stack/dpdk/doc/guides/compressdevs/
H A Dqat_comp.rst28 Checksum generation:

12345