Home
last modified time | relevance | path

Searched refs:store (Results 1 - 25 of 1851) sorted by relevance

12345678910>>...75

/third_party/openssl/crypto/property/
H A Dproperty.c73 * Lock to reserve the whole store. This is used when fetching a set
107 static void ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store,
109 static void ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid);
234 OSSL_METHOD_STORE *store = arg; in alg_cleanup() local
242 if (store != NULL) in alg_cleanup()
243 ossl_sa_ALGORITHM_set(store->algs, idx, NULL); in alg_cleanup()
267 void ossl_method_store_free(OSSL_METHOD_STORE *store) in ossl_method_store_free() argument
269 if (store != NULL) { in ossl_method_store_free()
270 if (store->algs != NULL) in ossl_method_store_free()
271 ossl_sa_ALGORITHM_doall_arg(store in ossl_method_store_free()
279 ossl_method_lock_store(OSSL_METHOD_STORE *store) ossl_method_lock_store() argument
284 ossl_method_unlock_store(OSSL_METHOD_STORE *store) ossl_method_unlock_store() argument
289 ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) ossl_method_store_retrieve() argument
294 ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_store_insert() argument
299 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
381 ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, const void *method) ossl_method_store_remove() argument
419 OSSL_METHOD_STORE *store; global() member
453 ossl_method_store_remove_all_provided(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov) ossl_method_store_remove_all_provided() argument
481 ossl_method_store_do_all(OSSL_METHOD_STORE *store, void (*fn)(int id, void *method, void *fnarg), void *fnarg) ossl_method_store_do_all() argument
515 ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, const char *prop_query, const OSSL_PROVIDER **prov_rw, void **method) ossl_method_store_fetch() argument
598 ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_cache_flush_alg() argument
605 ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid) ossl_method_cache_flush() argument
613 ossl_method_store_cache_flush_all(OSSL_METHOD_STORE *store) ossl_method_store_cache_flush_all() argument
674 ossl_method_cache_flush_some(OSSL_METHOD_STORE *store) ossl_method_cache_flush_some() argument
694 ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void **method) ossl_method_store_cache_get() argument
724 ossl_method_store_cache_set(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_cache_set() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c73 * Lock to reserve the whole store. This is used when fetching a set
105 static void ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store,
107 static void ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid);
232 OSSL_METHOD_STORE *store = arg; in alg_cleanup() local
240 if (store != NULL) in alg_cleanup()
241 ossl_sa_ALGORITHM_set(store->algs, idx, NULL); in alg_cleanup()
265 void ossl_method_store_free(OSSL_METHOD_STORE *store) in ossl_method_store_free() argument
267 if (store != NULL) { in ossl_method_store_free()
268 if (store->algs != NULL) in ossl_method_store_free()
269 ossl_sa_ALGORITHM_doall_arg(store in ossl_method_store_free()
277 ossl_method_lock_store(OSSL_METHOD_STORE *store) ossl_method_lock_store() argument
282 ossl_method_unlock_store(OSSL_METHOD_STORE *store) ossl_method_unlock_store() argument
287 ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) ossl_method_store_retrieve() argument
292 ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_store_insert() argument
297 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
379 ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, const void *method) ossl_method_store_remove() argument
417 OSSL_METHOD_STORE *store; global() member
451 ossl_method_store_remove_all_provided(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov) ossl_method_store_remove_all_provided() argument
489 ossl_method_store_do_all(OSSL_METHOD_STORE *store, void (*fn)(int id, void *method, void *fnarg), void *fnarg) ossl_method_store_do_all() argument
501 ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, const char *prop_query, const OSSL_PROVIDER **prov_rw, void **method) ossl_method_store_fetch() argument
584 ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_cache_flush_alg() argument
591 ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid) ossl_method_cache_flush() argument
599 ossl_method_store_cache_flush_all(OSSL_METHOD_STORE *store) ossl_method_store_cache_flush_all() argument
660 ossl_method_cache_flush_some(OSSL_METHOD_STORE *store) ossl_method_cache_flush_some() argument
680 ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void **method) ossl_method_store_cache_get() argument
710 ossl_method_store_cache_set(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_cache_set() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c21 #include "crypto/store.h" /* ossl_store_loader_store_cache_flush */
52 * provider store. Each provider that exists in the parent provider store, has
53 * an associated child provider in the child library context's provider store.
84 * The store default_path_lock: Used to control access to the provider store's
87 * The store lock: Used to control the stack of provider's held within the
88 * provider store, as well as the stack of registered child provider callbacks.
102 * provider store lock, the provider flag_lock and the provider refcnt_lock.
105 * 1) provider store loc
160 struct provider_store_st *store; /* The store this instance belongs to */ global() member
288 struct provider_store_st *store = vstore; provider_store_free() local
310 struct provider_store_st *store = OPENSSL_zalloc(sizeof(*store)); provider_store_new() local
337 struct provider_store_st *store = NULL; get_provider_store() local
348 struct provider_store_st *store; ossl_provider_disable_fallback_loading() local
365 struct provider_store_st *store = get_provider_store(libctx); ossl_provider_info_add_to_store() local
413 struct provider_store_st *store = NULL; ossl_provider_find() local
534 struct provider_store_st *store = NULL; ossl_provider_new() local
592 struct provider_store_st *store = prov->store; create_provider_children() local
613 struct provider_store_st *store; ossl_provider_add_to_store() local
804 struct provider_store_st *store; OSSL_PROVIDER_set_default_search_path() local
1046 struct provider_store_st *store; provider_deactivate() local
1120 struct provider_store_st *store; provider_activate() local
1175 struct provider_store_st *store; provider_flush_store_cache() local
1207 struct provider_store_st *store; provider_remove_store_methods() local
1285 provider_activate_fallbacks(struct provider_store_st *store) provider_activate_fallbacks() argument
1358 struct provider_store_st *store = get_provider_store(ctx); ossl_provider_doall_activated() local
1475 struct provider_store_st *store = get_provider_store(libctx); OSSL_PROVIDER_available() local
1689 struct provider_store_st *store = NULL; ossl_provider_default_props_update() local
1729 struct provider_store_st *store = NULL; ossl_provider_register_child_cb() local
1804 struct provider_store_st *store = NULL; ossl_provider_deregister_child_cb() local
[all...]
/third_party/openssl/crypto/
H A Dprovider_core.c21 #include "crypto/store.h" /* ossl_store_loader_store_cache_flush */
52 * provider store. Each provider that exists in the parent provider store, has
53 * an associated child provider in the child library context's provider store.
84 * The store default_path_lock: Used to control access to the provider store's
87 * The store lock: Used to control the stack of provider's held within the
88 * provider store, as well as the stack of registered child provider callbacks.
102 * provider store lock, the provider flag_lock and the provider refcnt_lock.
105 * 1) provider store loc
160 struct provider_store_st *store; /* The store this instance belongs to */ global() member
288 struct provider_store_st *store = vstore; provider_store_free() local
310 struct provider_store_st *store = OPENSSL_zalloc(sizeof(*store)); provider_store_new() local
337 struct provider_store_st *store = NULL; get_provider_store() local
348 struct provider_store_st *store; ossl_provider_disable_fallback_loading() local
365 struct provider_store_st *store = get_provider_store(libctx); ossl_provider_info_add_to_store() local
413 struct provider_store_st *store = NULL; ossl_provider_find() local
534 struct provider_store_st *store = NULL; ossl_provider_new() local
592 struct provider_store_st *store = prov->store; create_provider_children() local
613 struct provider_store_st *store; ossl_provider_add_to_store() local
804 struct provider_store_st *store; OSSL_PROVIDER_set_default_search_path() local
1044 struct provider_store_st *store; provider_deactivate() local
1118 struct provider_store_st *store; provider_activate() local
1173 struct provider_store_st *store; provider_flush_store_cache() local
1205 struct provider_store_st *store; provider_remove_store_methods() local
1283 provider_activate_fallbacks(struct provider_store_st *store) provider_activate_fallbacks() argument
1356 struct provider_store_st *store = get_provider_store(ctx); ossl_provider_doall_activated() local
1473 struct provider_store_st *store = get_provider_store(libctx); OSSL_PROVIDER_available() local
1687 struct provider_store_st *store = NULL; ossl_provider_default_props_update() local
1727 struct provider_store_st *store = NULL; ossl_provider_register_child_cb() local
1802 struct provider_store_st *store = NULL; ossl_provider_deregister_child_cb() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dstacktrace.c75 unsigned long *store; member
92 c->store[c->len++] = addr; in stack_trace_consume_entry()
105 * @store: Pointer to storage array
111 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() argument
116 .store = store, in stack_trace_save()
129 * @store: Pointer to storage array
135 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk() argument
140 .store = store, in stack_trace_save_tsk()
163 stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save_regs() argument
190 stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, unsigned int size) stack_trace_save_tsk_reliable() argument
221 stack_trace_save_user(unsigned long *store, unsigned int size) stack_trace_save_user() argument
269 stack_trace_save(unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save() argument
292 stack_trace_save_tsk(struct task_struct *task, unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save_tsk() argument
316 stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save_regs() argument
342 stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, unsigned int size) stack_trace_save_tsk_reliable() argument
363 stack_trace_save_user(unsigned long *store, unsigned int size) stack_trace_save_user() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dstacktrace.c76 unsigned long *store; member
93 c->store[c->len++] = addr; in stack_trace_consume_entry()
106 * @store: Pointer to storage array
112 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() argument
117 .store = store, in stack_trace_save()
130 * @store: Pointer to storage array
136 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk() argument
141 .store = store, in stack_trace_save_tsk()
164 stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save_regs() argument
191 stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, unsigned int size) stack_trace_save_tsk_reliable() argument
222 stack_trace_save_user(unsigned long *store, unsigned int size) stack_trace_save_user() argument
267 stack_trace_save(unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save() argument
290 stack_trace_save_tsk(struct task_struct *task, unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save_tsk() argument
314 stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, unsigned int size, unsigned int skipnr) stack_trace_save_regs() argument
340 stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, unsigned int size) stack_trace_save_tsk_reliable() argument
361 stack_trace_save_user(unsigned long *store, unsigned int size) stack_trace_save_user() argument
[all...]
/third_party/node/test/async-hooks/
H A Dtest-async-local-storage-thenable.js10 const store = new AsyncLocalStorage();
14 assert.strictEqual(store.getStore(), data);
25 store.run(data, async () => {
26 assert.strictEqual(store.getStore(), data);
28 assert.strictEqual(store.getStore(), data);
32 store.run(data, async () => {
34 assert.strictEqual(store.getStore(), data);
37 assert.strictEqual(store.getStore(), data);
42 store.run(data, () => {
43 assert.strictEqual(store
[all...]
/third_party/openssl/test/
H A Dproperty_test.c53 OSSL_METHOD_STORE *store; in test_property_string() local
57 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_string()
76 ossl_method_store_free(store); in test_property_string()
119 OSSL_METHOD_STORE *store; in test_property_parse() local
123 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse()
132 ossl_method_store_free(store); in test_property_parse()
138 OSSL_METHOD_STORE *store; in test_property_query_value_create() local
143 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_query_value_create()
154 ossl_method_store_free(store); in test_property_query_value_create()
183 OSSL_METHOD_STORE *store; in test_property_parse_error() local
233 OSSL_METHOD_STORE *store; test_property_merge() local
258 OSSL_METHOD_STORE *store; test_property_defn_cache() local
319 OSSL_METHOD_STORE *store; test_definition_compares() local
349 OSSL_METHOD_STORE *store; test_register_deregister() local
421 OSSL_METHOD_STORE *store; test_property() local
529 OSSL_METHOD_STORE *store; test_query_cache_stochastic() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap-persistent.c8 #include "dm-exception-store.h"
30 * We need to store a record of which parts of the origin have
33 * of the COW store. It makes sense therefore, to store the
100 * The top level structure for a persistent exception store.
103 struct dm_exception_store *store; member
139 * the exception store because chunks can be committed out of
172 len = ps->store->chunk_size << SECTOR_SHIFT; in alloc_area()
233 .bdev = dm_snap_cow(ps->store->snap)->bdev, in chunk_io()
234 .sector = ps->store in chunk_io()
563 get_info(struct dm_exception_store *store) get_info() argument
568 persistent_usage(struct dm_exception_store *store, sector_t *total_sectors, sector_t *sectors_allocated, sector_t *metadata_sectors) persistent_usage() argument
587 persistent_dtr(struct dm_exception_store *store) persistent_dtr() argument
604 persistent_read_metadata(struct dm_exception_store *store, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context) persistent_read_metadata() argument
669 persistent_prepare_exception(struct dm_exception_store *store, struct dm_exception *e) persistent_prepare_exception() argument
692 persistent_commit_exception(struct dm_exception_store *store, struct dm_exception *e, int valid, void (*callback) (void *, int success), void *callback_context) persistent_commit_exception() argument
758 persistent_prepare_merge(struct dm_exception_store *store, chunk_t *last_old_chunk, chunk_t *last_new_chunk) persistent_prepare_merge() argument
804 persistent_commit_merge(struct dm_exception_store *store, int nr_merged) persistent_commit_merge() argument
837 persistent_drop_snapshot(struct dm_exception_store *store) persistent_drop_snapshot() argument
846 persistent_ctr(struct dm_exception_store *store, char *options) persistent_ctr() argument
899 persistent_status(struct dm_exception_store *store, status_type_t status, char *result, unsigned maxlen) persistent_status() argument
[all...]
H A Ddm-snap-transient.c8 #include "dm-exception-store.h"
20 * Implementation of the store for non-persistent snapshots.
26 static void transient_dtr(struct dm_exception_store *store) in transient_dtr() argument
28 kfree(store->context); in transient_dtr()
31 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata() argument
39 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception() argument
42 struct transient_c *tc = store->context; in transient_prepare_exception()
43 sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_prepare_exception()
45 if (size < (tc->next_free + store->chunk_size)) in transient_prepare_exception()
48 e->new_chunk = sector_to_chunk(store, t in transient_prepare_exception()
54 transient_commit_exception(struct dm_exception_store *store, struct dm_exception *e, int valid, void (*callback) (void *, int success), void *callback_context) transient_commit_exception() argument
63 transient_usage(struct dm_exception_store *store, sector_t *total_sectors, sector_t *sectors_allocated, sector_t *metadata_sectors) transient_usage() argument
73 transient_ctr(struct dm_exception_store *store, char *options) transient_ctr() argument
87 transient_status(struct dm_exception_store *store, status_type_t status, char *result, unsigned maxlen) transient_status() argument
[all...]
H A Ddm-exception-store.c8 #include "dm-exception-store.h"
64 * 'dm-exception-store-<type_name>' is too long of a name in my
66 * containing exception store implementations be 'dm-exstore-<type_name>'.
142 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size() argument
153 store->chunk_size = store->chunk_mask = store->chunk_shift = 0; in set_chunk_size()
157 return dm_exception_store_set_chunk_size(store, chunk_size, error); in set_chunk_size()
160 int dm_exception_store_set_chunk_size(struct dm_exception_store *store, in dm_exception_store_set_chunk_size() argument
172 (bdev_logical_block_size(dm_snap_cow(store in dm_exception_store_set_chunk_size()
191 dm_exception_store_create(struct dm_target *ti, int argc, char **argv, struct dm_snapshot *snap, unsigned *args_used, struct dm_exception_store **store) dm_exception_store_create() argument
254 dm_exception_store_destroy(struct dm_exception_store *store) dm_exception_store_destroy() argument
[all...]
H A Ddm-exception-store.h5 * Device-mapper snapshot exception store.
46 int (*ctr) (struct dm_exception_store *store, char *options);
51 void (*dtr) (struct dm_exception_store *store);
58 int (*read_metadata) (struct dm_exception_store *store,
64 * Find somewhere to store the next exception.
66 int (*prepare_exception) (struct dm_exception_store *store,
72 void (*commit_exception) (struct dm_exception_store *store,
78 * Returns 0 if the exception store is empty.
85 int (*prepare_merge) (struct dm_exception_store *store,
92 int (*commit_merge) (struct dm_exception_store *store, in
174 sector_to_chunk(struct dm_exception_store *store, sector_t sector) sector_to_chunk() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap-persistent.c9 #include "dm-exception-store.h"
33 * We need to store a record of which parts of the origin have
36 * of the COW store. It makes sense therefore, to store the
103 * The top level structure for a persistent exception store.
106 struct dm_exception_store *store; member
142 * the exception store because chunks can be committed out of
175 len = ps->store->chunk_size << SECTOR_SHIFT; in alloc_area()
236 .bdev = dm_snap_cow(ps->store->snap)->bdev, in chunk_io()
237 .sector = ps->store in chunk_io()
568 get_info(struct dm_exception_store *store) get_info() argument
573 persistent_usage(struct dm_exception_store *store, sector_t *total_sectors, sector_t *sectors_allocated, sector_t *metadata_sectors) persistent_usage() argument
592 persistent_dtr(struct dm_exception_store *store) persistent_dtr() argument
609 persistent_read_metadata(struct dm_exception_store *store, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context) persistent_read_metadata() argument
674 persistent_prepare_exception(struct dm_exception_store *store, struct dm_exception *e) persistent_prepare_exception() argument
697 persistent_commit_exception(struct dm_exception_store *store, struct dm_exception *e, int valid, void (*callback)(void *, int success), void *callback_context) persistent_commit_exception() argument
763 persistent_prepare_merge(struct dm_exception_store *store, chunk_t *last_old_chunk, chunk_t *last_new_chunk) persistent_prepare_merge() argument
809 persistent_commit_merge(struct dm_exception_store *store, int nr_merged) persistent_commit_merge() argument
842 persistent_drop_snapshot(struct dm_exception_store *store) persistent_drop_snapshot() argument
851 persistent_ctr(struct dm_exception_store *store, char *options) persistent_ctr() argument
905 persistent_status(struct dm_exception_store *store, status_type_t status, char *result, unsigned int maxlen) persistent_status() argument
[all...]
H A Ddm-snap-transient.c9 #include "dm-exception-store.h"
22 * Implementation of the store for non-persistent snapshots.
29 static void transient_dtr(struct dm_exception_store *store) in transient_dtr() argument
31 kfree(store->context); in transient_dtr()
34 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata() argument
42 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception() argument
45 struct transient_c *tc = store->context; in transient_prepare_exception()
46 sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_prepare_exception()
48 if (size < (tc->next_free + store->chunk_size)) in transient_prepare_exception()
51 e->new_chunk = sector_to_chunk(store, t in transient_prepare_exception()
57 transient_commit_exception(struct dm_exception_store *store, struct dm_exception *e, int valid, void (*callback)(void *, int success), void *callback_context) transient_commit_exception() argument
66 transient_usage(struct dm_exception_store *store, sector_t *total_sectors, sector_t *sectors_allocated, sector_t *metadata_sectors) transient_usage() argument
76 transient_ctr(struct dm_exception_store *store, char *options) transient_ctr() argument
90 transient_status(struct dm_exception_store *store, status_type_t status, char *result, unsigned int maxlen) transient_status() argument
[all...]
H A Ddm-exception-store.c9 #include "dm-exception-store.h"
65 * 'dm-exception-store-<type_name>' is too long of a name in my
67 * containing exception store implementations be 'dm-exstore-<type_name>'.
143 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size() argument
154 store->chunk_size = store->chunk_mask = store->chunk_shift = 0; in set_chunk_size()
158 return dm_exception_store_set_chunk_size(store, chunk_size, error); in set_chunk_size()
161 int dm_exception_store_set_chunk_size(struct dm_exception_store *store, in dm_exception_store_set_chunk_size() argument
173 (bdev_logical_block_size(dm_snap_cow(store in dm_exception_store_set_chunk_size()
192 dm_exception_store_create(struct dm_target *ti, int argc, char **argv, struct dm_snapshot *snap, unsigned int *args_used, struct dm_exception_store **store) dm_exception_store_create() argument
255 dm_exception_store_destroy(struct dm_exception_store *store) dm_exception_store_destroy() argument
[all...]
H A Ddm-exception-store.h6 * Device-mapper snapshot exception store.
47 int (*ctr)(struct dm_exception_store *store, char *options);
52 void (*dtr)(struct dm_exception_store *store);
59 int (*read_metadata)(struct dm_exception_store *store,
65 * Find somewhere to store the next exception.
67 int (*prepare_exception)(struct dm_exception_store *store,
73 void (*commit_exception)(struct dm_exception_store *store,
79 * Returns 0 if the exception store is empty.
86 int (*prepare_merge)(struct dm_exception_store *store,
93 int (*commit_merge)(struct dm_exception_store *store, in
175 sector_to_chunk(struct dm_exception_store *store, sector_t sector) sector_to_chunk() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp41 with --eliminate-local-multi-store
135 const Instruction* store[4]; in TEST() local
139 store[stores_found] = &inst; in TEST()
145 EXPECT_TRUE(store[i]); in TEST()
152 store[0], &distance_vector)); in TEST()
159 store[1], &distance_vector)); in TEST()
166 store[2], &distance_vector)); in TEST()
174 store[3], &distance_vector)); in TEST()
180 with --eliminate-local-multi-store
292 const Instruction* store[ in TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp41 with --eliminate-local-multi-store
135 const Instruction* store[4]; in TEST() local
139 store[stores_found] = &inst; in TEST()
145 EXPECT_TRUE(store[i]); in TEST()
152 store[0], &distance_vector)); in TEST()
159 store[1], &distance_vector)); in TEST()
166 store[2], &distance_vector)); in TEST()
174 store[3], &distance_vector)); in TEST()
180 with --eliminate-local-multi-store
292 const Instruction* store[ in TEST() local
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp35 with --eliminate-local-multi-store
129 const Instruction* store[4]; in TEST() local
133 store[stores_found] = &inst; in TEST()
139 EXPECT_TRUE(store[i]); in TEST()
146 store[0], &distance_vector)); in TEST()
153 store[1], &distance_vector)); in TEST()
160 store[2], &distance_vector)); in TEST()
168 store[3], &distance_vector)); in TEST()
174 with --eliminate-local-multi-store
286 const Instruction* store[ in TEST() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-arguments.cc16 slot_at(T::kThisIndex).store(self); in PropertyCallbackArguments()
17 slot_at(T::kHolderIndex).store(holder); in PropertyCallbackArguments()
18 slot_at(T::kDataIndex).store(data); in PropertyCallbackArguments()
19 slot_at(T::kIsolateIndex).store(Object(reinterpret_cast<Address>(isolate))); in PropertyCallbackArguments()
24 slot_at(T::kShouldThrowOnErrorIndex).store(Smi::FromInt(value)); in PropertyCallbackArguments()
29 slot_at(T::kReturnValueDefaultValueIndex).store(the_hole); in PropertyCallbackArguments()
30 slot_at(T::kReturnValueIndex).store(the_hole); in PropertyCallbackArguments()
40 slot_at(T::kDataIndex).store(data); in FunctionCallbackArguments()
41 slot_at(T::kHolderIndex).store(holder); in FunctionCallbackArguments()
42 slot_at(T::kNewTargetIndex).store(new_targe in FunctionCallbackArguments()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c40 * dummy store.
49 cl_emit(cl, STORE_TILE_BUFFER_GENERAL, store) { in flush_last_load()
50 store.buffer_to_store = NONE; in flush_last_load()
98 /* Can't do raw ZSTENCIL loads -- need to load/store them to in load_general()
137 cl_emit(cl, STORE_TILE_BUFFER_GENERAL, store) { in store_general()
138 store.buffer_to_store = buffer; in store_general()
139 store.address = cl_address(rsc->bo, layer_offset); in store_general()
142 store.clear_buffer_being_stored = false; in store_general()
145 store.output_image_format = V3D_OUTPUT_IMAGE_FORMAT_S8; in store_general()
147 store in store_general()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c38 /* We want evp_method_store to be cleaned up before the provider store */
74 static void dealloc_tmp_evp_method_store(void *store) in dealloc_tmp_evp_method_store() argument
76 if (store != NULL) in dealloc_tmp_evp_method_store()
77 ossl_method_store_free(store); in dealloc_tmp_evp_method_store()
86 static int reserve_evp_method_store(void *store, void *data) in reserve_evp_method_store() argument
90 if (store == NULL in reserve_evp_method_store()
91 && (store = get_evp_method_store(methdata->libctx)) == NULL) in reserve_evp_method_store()
94 return ossl_method_lock_store(store); in reserve_evp_method_store()
97 static int unreserve_evp_method_store(void *store, void *data) in unreserve_evp_method_store() argument
101 if (store in unreserve_evp_method_store()
140 get_evp_method_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_evp_method_from_store() argument
178 put_evp_method_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_evp_method_in_store() argument
270 OSSL_METHOD_STORE *store = get_evp_method_store(methdata->libctx); inner_evp_generic_fetch() local
471 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_cache_flush() local
481 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_remove_all_provided() local
493 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_set_parsed_default_properties() local
[all...]
/third_party/openssl/crypto/evp/
H A Devp_fetch.c38 /* We want evp_method_store to be cleaned up before the provider store */
74 static void dealloc_tmp_evp_method_store(void *store) in dealloc_tmp_evp_method_store() argument
76 if (store != NULL) in dealloc_tmp_evp_method_store()
77 ossl_method_store_free(store); in dealloc_tmp_evp_method_store()
86 static int reserve_evp_method_store(void *store, void *data) in reserve_evp_method_store() argument
90 if (store == NULL in reserve_evp_method_store()
91 && (store = get_evp_method_store(methdata->libctx)) == NULL) in reserve_evp_method_store()
94 return ossl_method_lock_store(store); in reserve_evp_method_store()
97 static int unreserve_evp_method_store(void *store, void *data) in unreserve_evp_method_store() argument
101 if (store in unreserve_evp_method_store()
140 get_evp_method_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_evp_method_from_store() argument
178 put_evp_method_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_evp_method_in_store() argument
270 OSSL_METHOD_STORE *store = get_evp_method_store(methdata->libctx); inner_evp_generic_fetch() local
458 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_cache_flush() local
468 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_remove_all_provided() local
480 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_set_parsed_default_properties() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dhists.c97 static void perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_flat() argument
119 gtk_tree_store_append(store, &iter, &new_parent); in perf_gtk__add_callchain_flat()
122 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat()
125 gtk_tree_store_set(store, &iter, col, buf, -1); in perf_gtk__add_callchain_flat()
140 gtk_tree_store_append(store, &iter, &new_parent); in perf_gtk__add_callchain_flat()
143 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat()
146 gtk_tree_store_set(store, &iter, col, buf, -1); in perf_gtk__add_callchain_flat()
160 static void perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_folded() argument
209 gtk_tree_store_append(store, &iter, parent); in perf_gtk__add_callchain_folded()
212 gtk_tree_store_set(store, in perf_gtk__add_callchain_folded()
220 perf_gtk__add_callchain_graph(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain_graph() argument
270 perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain() argument
299 GtkTreeStore *store; perf_gtk__show_hists() local
405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument
504 GtkTreeStore *store; perf_gtk__show_hierarchy() local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dhists.c97 static void perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_flat() argument
119 gtk_tree_store_append(store, &iter, &new_parent); in perf_gtk__add_callchain_flat()
122 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat()
125 gtk_tree_store_set(store, &iter, col, buf, -1); in perf_gtk__add_callchain_flat()
140 gtk_tree_store_append(store, &iter, &new_parent); in perf_gtk__add_callchain_flat()
143 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat()
146 gtk_tree_store_set(store, &iter, col, buf, -1); in perf_gtk__add_callchain_flat()
160 static void perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_folded() argument
209 gtk_tree_store_append(store, &iter, parent); in perf_gtk__add_callchain_folded()
212 gtk_tree_store_set(store, in perf_gtk__add_callchain_folded()
220 perf_gtk__add_callchain_graph(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain_graph() argument
270 perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain() argument
299 GtkTreeStore *store; perf_gtk__show_hists() local
405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument
504 GtkTreeStore *store; perf_gtk__show_hierarchy() local
[all...]

Completed in 16 milliseconds

12345678910>>...75