Home
last modified time | relevance | path

Searched refs:set (Results 1 – 19 of 19) sorted by relevance

/trusty/user/app/storage/
Dblock_set.c135 struct block_set* set) { in block_set_print_ranges() argument
142 block_tree_walk(tr, &set->block_tree, 0, true, &path); in block_set_print_ranges()
151 if (!block_range_empty(set->initial_range)) { in block_set_print_ranges()
154 block_set_print_range(set->initial_range, &split_line); in block_set_print_ranges()
164 void block_set_print(struct transaction* tr, struct block_set* set) { in block_set_print() argument
166 block_tree_print(tr, &set->block_tree); in block_set_print()
167 block_set_print_ranges(tr, set); in block_set_print()
181 struct block_set* set) { in block_set_check_ranges() argument
187 block_tree_walk(tr, &set->block_tree, 0, true, &path); in block_set_check_ranges()
220 bool block_set_check(struct transaction* tr, struct block_set* set) { in block_set_check() argument
[all …]
Dblock_set.h70 void block_set_print(struct transaction* tr, struct block_set* set);
71 bool block_set_check(struct transaction* tr, struct block_set* set);
74 struct block_set* set,
77 struct block_set* set,
80 struct block_set* set,
84 struct block_set* set,
89 struct block_set* set,
97 struct block_set* set,
101 struct block_set* set,
105 struct block_set* set,
[all …]
Dblock_allocator.c243 struct block_set* set; in find_free_block() local
294 list_for_every_entry(&tr->fs->allocated, set, struct block_set, node) { in find_free_block()
295 block = block_set_find_next_block(tr, set, block, false); in find_free_block()
319 list_for_every_entry(&tr->fs->allocated, set, struct block_set, in find_free_block()
322 printf("%s: allocated %p\n", __func__, set); in find_free_block()
324 block_set_print(tr, set); in find_free_block()
DREADME.md6 app). Open files support read, write, get-size and set-size operations. There is
74 The free set B+ tree list every free block in the file system as a set of
92 complete it uses three block sets (the same storage format as the free set
95 set. Blocks that will be needed are stored in allocated, and blocks that should
96 be added to the free set are stored in freed. To allow concurrent transactions
Dtransaction.c44 struct block_set* set, in transaction_check_free() argument
52 free_range = block_set_find_next_range(tr, set, next_block); in transaction_check_free()
Dsuper.c569 static void fs_init_free_set(struct fs* fs, struct block_set* set);
655 static void fs_init_free_set(struct fs* fs, struct block_set* set) { in fs_init_free_set() argument
660 block_set_add_initial_range(set, range); in fs_init_free_set()
/trusty/device/arm/generic-arm64/project/qemu/
Dlldbinit3 breakpoint set -n trusty_thread_start -C trusty_thread_start_hook
5 breakpoint set -n relocate_kernel -C relocate_kernel_hook
/trusty/vendor/google/aosp/scripts/
Dtrusty_build_config.py62 self.flags = set()
63 self.set(**flags)
65 def set(self, **flags): member in TrustyPortTestFlags
135 self.need.set(**need)
150 self.need.set(**need)
207 flags = set()
213 self.need.set(**need)
Dbuild-config27 # # If enabled is set to True or ommitted, add projects to list of
28 # # projects to build. If enabled is set to False, remove projects from
Dtest-map27 # # If enabled is set to True or ommitted, add projects to list of
28 # # projects to build. If enabled is set to False, remove projects from
216 # Timeout is set to 15 minutes due to b/258851590.
376 # # trusty/external/trusty needs to properly set
384 androidtest(name="keymint-set-attestation-keys",
Dbuild.py580 test_names = set()
581 duplicates = set()
644 test_obj["needs"] += list(set(test_obj["needs"]))
807 built_projects = set()
/trusty/kernel/lib/syscall/stubgen/
Dstubgen.py187 BUILTIN_TYPES = set(['char', 'int', 'long', 'void'])
287 struct_types = set()
/trusty/user/base/lib/sancov/
Dexemptlist25 # TODO: ipc-unittest makes assumptions about the set of open handles, which
/trusty/user/base/lib/stats/
Dstats.cpp42 atom_value.set<value_type>(value_args); \
/trusty/vendor/google/aosp/ide/vscode/
DREADME.md30 Before starting, go ahead and set your breakpoints by clicking to the left of
/trusty/user/app/keymaster/
Dtrusty_keymaster_context.cpp81 AuthorizationSet* set, in UpgradeIntegerTag() argument
83 int index = set->find(tag); in UpgradeIntegerTag()
86 set->push_back(keymaster_key_param_t{.tag = tag, .integer = value}); in UpgradeIntegerTag()
90 if (set->params[index].integer > value) { in UpgradeIntegerTag()
94 if (set->params[index].integer != value) { in UpgradeIntegerTag()
96 set->params[index].integer = value; in UpgradeIntegerTag()
/trusty/user/app/keymint/
Dkeymaster_attributes.rs154 self.cached_size.set(my_size); in compute_size()
676 self.cached_size.set(my_size); in compute_size()
955 self.cached_size.set(my_size); in compute_size()
1138 self.cached_size.set(my_size); in compute_size()
/trusty/user/base/make/
DREADME.md20 makefiles for a full list of the relevant variables that can be set in
/trusty/vendor/google/aosp/
Dpylintrc152 # (useful for classes with attributes dynamically set). This supports can work
156 # List of members which are set dynamically and missed by pylint inference