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

/linux-master/drivers/edac/
H A Dpnd2_edac.c402 static struct b_cr_slice_channel_hash chash; variable in typeref:struct:b_cr_slice_channel_hash
501 RD_REG(&chash, b_cr_slice_channel_hash))
512 chash.sym_slice0_channel_enabled = 0x1;
513 chash.sym_slice1_channel_enabled = 0x1;
538 two_slices = !chash.slice_1_disabled &&
539 !chash.slice_0_mem_disabled &&
540 (chash.sym_slice0_channel_enabled != 0) &&
541 (chash.sym_slice1_channel_enabled != 0);
542 two_channels = !chash.ch_1_disabled &&
543 !chash
[all...]
/linux-master/fs/f2fs/
H A Ddir.c352 if (!de && room && F2FS_I(dir)->chash != fname->hash) {
353 F2FS_I(dir)->chash = fname->hash;
696 if (F2FS_I(dir)->chash == fname->hash) {
698 F2FS_I(dir)->chash = 0;
H A Df2fs.h829 f2fs_hash_t chash; /* hash value of given file name */ member in struct:f2fs_inode_info
/linux-master/tools/perf/util/
H A Dmachine.c2268 unsigned char chash[CHASHSZ]; local
2270 memset(chash, NO_ENTRY, sizeof(chash));
2278 if (chash[h] == NO_ENTRY) {
2279 chash[h] = i;
2280 } else if (l[chash[h]].from == l[i].from) {
2284 for (j = chash[h]; j < i && i + off < nr; j++, off++)

Completed in 135 milliseconds