Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd-14.2/sys/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()
/freebsd-14.2/sys/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, mt8167, 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.
29 - clock-names : must contain 3 entries for generation 1 smi HW and 2 entries
30 for generation 2 smi HW as follows:
36 clock domain, this clock is only needed by generation 1 smi HW.
[all …]
H A Dmediatek,smi-common.yaml17 which generation the SoCs use:
18 generation 1: mt2701 and mt7623.
19 generation 2: mt2712, mt6779, mt8167, mt8173, mt8183, mt8186, mt8188, mt8192 and mt8195.
21 There's slight differences between the two SMI, for generation 2, the
23 for generation 1, the register is at smi ao base(smi always on register
25 SMI generation 1 to transform the smi clock into emi clock domain, but that is
26 not needed for SMI generation 2.
61 apb and smi are mandatory. the async is only for generation 1 smi HW.
/freebsd-14.2/tools/uma/smrstress/
H A Dsmrstress.c56 int generation; member
70 zpcpu_get(smrs_smr)->c_seq, smrs->generation, smrs->count); in smrs_error()
86 if (cur->generation == -1) in smrs_read()
91 if (cur->generation == -1) in smrs_read()
163 if (smrs->generation != -1 && smrs->generation != 0) in smrs_ctor()
167 smrs->generation = ++smr_generation; in smrs_ctor()
178 if (smrs->generation == -1) in smrs_dtor()
180 smrs->generation = -1; in smrs_dtor()
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dlife_cycle-pkey.pod49 =item key generation
53 =item parameter generation
126 …| generation |<---------------------------+ +--------------------------…
177generation generation generation generation generation generation generation generat…
181generation generation generation generation generation generation generation generat…
215 <th style="border:1px solid" align="center">key<br>generation</th>
566 <td style="border:1px solid" align="center">key<br>generation</td>
567 <td style="border:1px solid" align="center">key<br>generation</td>
568 <td style="border:1px solid" align="center">key<br>generation</td>
569 <td style="border:1px solid" align="center">key<br>generation</td>
[all …]
H A DEVP_PKEY-FFC.pod21 specifies that the values used for FFC parameter generation are also required
85 is not set or is -1 then unverifiable generation of the generator I<g> will be
90 An optional domain parameter I<counter> value that is output during generation
95 For unverifiable generation of the generator I<g> this value is output during
96 generation of I<g>. Its value is the first integer larger than one that
122 =head2 FFC key generation parameters
124 The following key generation types are available for DSA and DHX algorithms:
130 Sets the type of parameter generation. The shared valid values are:
145 parameters set for parameter generation.
170 generation I<ctx>. This may also be set for key validation.
[all …]
H A DEVP_PKEY-HMAC.pod55 =head2 Common MAC key generation parameters
57 MAC key generation is unusual in that no new key is actually generated. Instead
69 =head2 CMAC key generation parameters
71 In addition to the common MAC key generation parameters, the CMAC key generation
/freebsd-14.2/sbin/clri/
H A Dclri.c75 long generation; in main() local
107 generation = dp.dp1->di_gen + 1; in main()
109 dp.dp1->di_gen = generation; in main()
111 generation = dp.dp2->di_gen + 1; in main()
113 dp.dp2->di_gen = generation; in main()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/
H A Dmediatek,iommu.yaml73 - mediatek,mt2701-m4u # generation one
74 - mediatek,mt2712-m4u # generation two
75 - mediatek,mt6779-m4u # generation two
76 - mediatek,mt6795-m4u # generation two
77 - mediatek,mt8167-m4u # generation two
78 - mediatek,mt8173-m4u # generation two
79 - mediatek,mt8183-m4u # generation two
80 - mediatek,mt8186-iommu-mm # generation two
81 - mediatek,mt8192-m4u # generation two
85 - mediatek,mt8365-m4u # generation two
[all …]
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,mt8167-m4u" for mt8167 which uses generation two m4u HW.
65 "mediatek,mt8173-m4u" for mt8173 which uses generation two m4u HW.
66 "mediatek,mt8183-m4u" for mt8183 which uses generation two m4u HW.
/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_PKEY_keygen.pod12 - key and parameter generation and check functions
44 parameter or key generation, such as the desired key size.
47 generation is divided into an initialization of a key algorithm context,
49 key generation function itself.
55 for a key generation operation.
60 After initialization, generation parameters may be provided with
64 EVP_PKEY_generate() performs the generation operation, the resulting key
77 generation callback.
80 with the generation operation. If I<idx> is -1 the total number of
83 I<idx> should only be called within the generation callback.
[all …]
/freebsd-14.2/sys/i386/i386/
H A Dmp_machdep.c554 uint32_t generation; in smp_targeted_tlb_shootdown() local
586 generation = ++smp_tlb_generation; in smp_targeted_tlb_shootdown()
598 while (*p_cpudone != generation) in smp_targeted_tlb_shootdown()
654 uint32_t generation; in invltlb_handler() local
668 generation = smp_tlb_generation; in invltlb_handler()
671 PCPU_SET(smp_tlb_done, generation); in invltlb_handler()
677 uint32_t generation; in invlpg_handler() local
690 PCPU_SET(smp_tlb_done, generation); in invlpg_handler()
697 uint32_t generation; in invlrng_handler() local
723 uint32_t generation; in invlcache_handler() local
[all …]
/freebsd-14.2/usr.bin/systat/
H A Ddevs.c88 long generation; variable
125 generation = 0; in dsinit()
136 generation = cur_dev.dinfo->generation; in dsinit()
146 &select_generation, generation, cur_dev.dinfo->devices, num_devices, in dsinit()
163 generation = dev->dinfo->generation; in dsgetinfo()
186 &num_selections, &select_generation, generation, in dscmd()
267 &num_selections, &select_generation, generation, in dsmatchselect()
350 &num_selections, &select_generation, generation, in dsselect()
/freebsd-14.2/tests/sys/fs/fusefs/
H A Dnfs.cc87 out.body.entry.generation = 1; in TEST_F()
98 out.body.entry.generation = 2; in TEST_F()
124 out.body.entry.generation = 1; in TEST_F()
135 out.body.entry.generation = 1; in TEST_F()
162 out.body.entry.generation = 1; in TEST_F()
188 out.body.entry.generation = 1; in TEST_F()
199 out.body.entry.generation = 1; in TEST_F()
233 out.body.entry.generation = 1; in TEST_F()
255 out.body.entry.generation = (uint64_t)UINT32_MAX + 1; in TEST_F()
308 out.body.entry.generation = 1; in TEST_F()
[all …]
/freebsd-14.2/sys/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
/freebsd-14.2/crypto/heimdal/lib/hdb/
H A Dcommon.c292 if(entry->entry.generation == NULL) { in _hdb_store()
294 entry->entry.generation = malloc(sizeof(*entry->entry.generation)); in _hdb_store()
295 if(entry->entry.generation == NULL) { in _hdb_store()
300 entry->entry.generation->time = t.tv_sec; in _hdb_store()
301 entry->entry.generation->usec = t.tv_usec; in _hdb_store()
302 entry->entry.generation->gen = 0; in _hdb_store()
304 entry->entry.generation->gen++; in _hdb_store()
/freebsd-14.2/sys/dev/powermac_nvram/
H A Dpowermac_nvram.c238 header->generation = ((struct core99_header *)sc->sc_bank)->generation; in powermac_nvram_close()
239 header->generation++; in powermac_nvram_close()
243 adler_checksum((uint8_t *)&(header->generation), in powermac_nvram_close()
244 NVRAM_SIZE - offsetof(struct core99_header, generation)); in powermac_nvram_close()
334 adler_checksum((uint8_t *)&(header->generation), in powermac_nvram_check()
335 NVRAM_SIZE - offsetof(struct core99_header, generation))) in powermac_nvram_check()
337 return header->generation; in powermac_nvram_check()
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in77 Valid built-in algorithm names for parameter generation (see the B<-genparam>
170 The EC key generation options can also be used for parameter generation.
236 generation. The default of 0 uses FIPS186-4 parameter generation.
259 no parameter generation options are specified.
319 FIPS186-4 parameter generation.
324 FIPS186-4 parameter generation.
356 This is only used by "fips186_4" and "fips186_2" key generation.
361 This is only used by "fips186_4" and "fips186_2" key generation.
370 This is only used by "fips186_4" and "fips186_2" key generation.
378 This is only used by "fips186_4" and "fips186_2" key generation.
[all …]
H A Dopenssl-genrsa.pod.in100 RSA private key generation essentially involves the generation of two or more
102 indicate the progress of the generation. A B<.> represents each number which
108 Because key generation is a random process the time taken to generate a key
109 may vary somewhat. But in general, more primes lead to less generation time
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Devthread_win32.c186 int generation; member
204 cond->n_waiting = cond->n_to_wake = cond->generation = 0; in evthread_win32_cond_alloc()
226 cond->generation++; in evthread_win32_cond_signal()
246 generation_at_start = cond->generation; in evthread_win32_cond_wait()
257 cond->generation != generation_at_start) { in evthread_win32_cond_wait()
/freebsd-14.2/contrib/libevent/
H A Devthread_win32.c186 int generation; member
204 cond->n_waiting = cond->n_to_wake = cond->generation = 0; in evthread_win32_cond_alloc()
226 cond->generation++; in evthread_win32_cond_signal()
246 generation_at_start = cond->generation; in evthread_win32_cond_wait()
257 cond->generation != generation_at_start) { in evthread_win32_cond_wait()
/freebsd-14.2/lib/libdevinfo/
H A Ddevinfo.c75 static int devinfo_init_devices(int generation);
76 static int devinfo_init_resources(int generation);
168 devinfo_init_devices(int generation) in devinfo_init_devices() argument
198 oid[oidlen++] = generation; in devinfo_init_devices()
267 devinfo_init_resources(int generation) in devinfo_init_resources() argument
299 oid[oidlen++] = generation; in devinfo_init_resources()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h47 return B.Data != nullptr && B.Generation == BQ->generation() && in hasSpace()
154 if (B.Generation != BQ->generation()) in recordPreamble()
171 if (B.Generation != BQ->generation()) in recordPreamble()
191 if (B.Generation != BQ->generation()) in rewindRecords()
210 if (B.Generation != BQ->generation()) in rewindRecords()
217 if (B.Generation != BQ->generation()) in rewindRecords()
/freebsd-14.2/sys/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()
240 memset(map->generation, 0, sizeof map->generation); in ck_hs_map_create()
884 unsigned int *generation; in ck_hs_get() local
888 generation = &map->generation[h & CK_HS_G_MASK]; in ck_hs_get()
889 g = ck_pr_load_uint(generation); in ck_hs_get()
896 g_p = ck_pr_load_uint(generation); in ck_hs_get()

12345678910>>...19