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

/external/fio/
H A Dclient.c70 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ]; variable in typeref:struct:flist_head
77 flist_add(&client->hash_list, &client_hash[bucket]);
91 INIT_FLIST_HEAD(&client_hash[i]);
148 flist_for_each(entry, &client_hash[bucket]) {

Completed in 20 milliseconds