Home
last modified time | relevance | path

Searched refs:curr_hash (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/vsock/
H A Dvsock_test.c399 unsigned long curr_hash; in test_seqpacket_msg_bounds_client() local
414 curr_hash = 0; in test_seqpacket_msg_bounds_client()
443 curr_hash++; in test_seqpacket_msg_bounds_client()
469 curr_hash += hash_djb2(buf, buf_size); in test_seqpacket_msg_bounds_client()
474 control_writeulong(curr_hash); in test_seqpacket_msg_bounds_client()
482 unsigned long curr_hash; in test_seqpacket_msg_bounds_server() local
521 curr_hash = 0; in test_seqpacket_msg_bounds_server()
537 curr_hash++; in test_seqpacket_msg_bounds_server()
539 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); in test_seqpacket_msg_bounds_server()
546 if (curr_hash != remote_hash) { in test_seqpacket_msg_bounds_server()
/openbmc/linux/fs/ext4/
H A Ddir.c441 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info()
570 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()
597 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir()
610 info->curr_hash = fname->hash; in ext4_dx_readdir()
619 info->curr_hash = fname->hash; in ext4_dx_readdir()
626 info->curr_hash = info->next_hash; in ext4_dx_readdir()
H A Dext4.h2537 __u32 curr_hash; member