Searched refs:hash_list (Results 1 - 10 of 10) sorted by relevance

/external/vboot_reference/host/lib21/include/
H A Dhost_fw_preamble2.h21 * @param hash_list Component hashes to include in the keyblock
30 const struct vb2_signature **hash_list,
/external/e2fsprogs/lib/e2p/
H A Dhashstr.c26 static struct hash hash_list[] = { variable in typeref:struct:hash
38 for (p = hash_list; p->string; p++) {
55 for (p = hash_list; p->string; p++) {
/external/fio/
H A Dfilehash.c39 assert(!flist_empty(&f->hash_list));
40 flist_del_init(&f->hash_list);
53 struct fio_file *f = flist_entry(n, struct fio_file, hash_list);
84 INIT_FLIST_HEAD(&f->hash_list);
91 flist_add_tail(&f->hash_list, &file_hash[hash(f->file_name)]);
H A Dclient.h30 struct flist_head hash_list; member in struct:fio_client
H A Dfile.h65 struct flist_head hash_list; member in struct:fio_file
H A Dclient.c77 flist_add(&client->hash_list, &client_hash[bucket]);
82 if (!flist_empty(&client->hash_list))
83 flist_del_init(&client->hash_list);
149 client = flist_entry(entry, struct fio_client, hash_list);
260 INIT_FLIST_HEAD(&client->hash_list);
344 INIT_FLIST_HEAD(&client->hash_list);
/external/vboot_reference/host/lib21/
H A Dhost_fw_preamble.c21 const struct vb2_signature **hash_list,
49 hash_next += hash_list[i]->c.total_size;
69 memcpy(buf + hash_next, hash_list[i],
70 hash_list[i]->c.total_size);
71 hash_next += hash_list[i]->c.total_size;
19 vb2_fw_preamble_create(struct vb2_fw_preamble **fp_ptr, const struct vb2_private_key *signing_key, const struct vb2_signature **hash_list, uint32_t hash_count, uint32_t fw_version, uint32_t flags, const char *desc) argument
/external/e2fsprogs/debugfs/
H A Drevoke.c148 struct list_head *hash_list; local
158 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
160 list_add(&record->hash, hash_list);
177 struct list_head *hash_list; local
180 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
183 record = (struct jbd2_revoke_record_s *) hash_list->next;
184 while (&(record->hash) != hash_list) {
261 struct list_head *hash_list; local
264 hash_list = &table->hash_table[i];
265 J_ASSERT(list_empty(hash_list));
493 struct list_head *hash_list; local
541 struct list_head *hash_list; local
756 struct list_head *hash_list; local
[all...]
/external/e2fsprogs/e2fsck/
H A Drevoke.c148 struct list_head *hash_list; local
158 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
160 list_add(&record->hash, hash_list);
177 struct list_head *hash_list; local
180 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
183 record = (struct jbd2_revoke_record_s *) hash_list->next;
184 while (&(record->hash) != hash_list) {
261 struct list_head *hash_list; local
264 hash_list = &table->hash_table[i];
265 J_ASSERT(list_empty(hash_list));
493 struct list_head *hash_list; local
541 struct list_head *hash_list; local
756 struct list_head *hash_list; local
[all...]
/external/fio/t/
H A Dbtrace2fio.c71 struct flist_head hash_list; member in struct:btrace_pid
439 p = flist_entry(e, struct btrace_pid, hash_list);
449 struct flist_head *hash_list; local
452 hash_list = &pid_hash[hash_long(pid, PID_HASH_BITS)];
454 p = pid_hash_find(pid, hash_list);
468 flist_add_tail(&p->hash_list, hash_list);
850 flist_del(&p->hash_list);

Completed in 1419 milliseconds