HomeSort by relevance Sort by last modified time
    Searched refs:hash_list (Results 1 - 11 of 11) sorted by null

  /external/vboot_reference/host/lib21/include/
host_fw_preamble2.h 21 * @param hash_list Component hashes to include in the keyblock
30 const struct vb2_signature **hash_list,
  /external/e2fsprogs/lib/e2p/
hashstr.c 26 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/
filehash.c 39 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)]);
client.h 30 struct flist_head hash_list; member in struct:fio_client
file.h 65 struct flist_head hash_list; member in struct:fio_file
client.c 77 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);
    [all...]
  /external/vboot_reference/host/lib21/
host_fw_preamble.c 21 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;
  /external/e2fsprogs/debugfs/
revoke.c 148 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/
revoke.c 148 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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
automata.c 42 #define hash_list struct _hash_list_ macro
43 hash_list{
44 hash_list *next; /* next thing in list */
51 hash_list *dfa_hash[HASH_SIZE]; /* used to quickly find */
202 register hash_list *p;
232 register hash_list *p;
243 p = (hash_list*)malloc(sizeof(hash_list));
  /external/fio/t/
btrace2fio.c 71 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 943 milliseconds