OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_list
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/e2p/
hashstr.c
25
static struct hash
hash_list
[] = {
variable in typeref:struct:hash
37
for (p =
hash_list
; p->string; p++) {
54
for (p =
hash_list
; p->string; p++) {
/external/e2fsprogs/e2fsck/
revoke.c
123
struct list_head *
hash_list
;
local
135
hash_list
= &journal->j_revoke->hash_table[hash(journal, blocknr)];
136
list_add(&record->hash,
hash_list
);
157
struct list_head *
hash_list
;
local
160
hash_list
= &journal->j_revoke->hash_table[hash(journal, blocknr)];
162
record = (struct jbd_revoke_record_s *)
hash_list
->next;
163
while (&(record->hash) !=
hash_list
) {
240
struct list_head *
hash_list
;
local
248
hash_list
= &table->hash_table[i];
249
J_ASSERT (list_empty(
hash_list
));
443
struct list_head *
hash_list
;
local
625
struct list_head *
hash_list
;
local
[
all
...]
/external/fio/
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
/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 2961 milliseconds