Searched refs:curr_hash (Results 1 – 3 of 3) sorted by relevance
399 unsigned long curr_hash; in test_seqpacket_msg_bounds_client() local413 curr_hash = 0; in test_seqpacket_msg_bounds_client()441 curr_hash++; in test_seqpacket_msg_bounds_client()467 curr_hash += hash_djb2(buf, buf_size); in test_seqpacket_msg_bounds_client()472 control_writeulong(curr_hash); in test_seqpacket_msg_bounds_client()480 unsigned long curr_hash; in test_seqpacket_msg_bounds_server() local515 curr_hash = 0; in test_seqpacket_msg_bounds_server()531 curr_hash++; in test_seqpacket_msg_bounds_server()533 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); in test_seqpacket_msg_bounds_server()539 if (curr_hash != remote_hash) { in test_seqpacket_msg_bounds_server()
441 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()
2536 __u32 curr_hash; member