Home
last modified time | relevance | path

Searched refs:nhash (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/fs/jffs2/
A Ddir.c85 unsigned int nhash; in jffs2_lookup() local
95 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len); in jffs2_lookup()
100 for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= nhash; fd_list = fd_list->next) { in jffs2_lookup()
101 if (fd_list->nhash == nhash && in jffs2_lookup()
A Dnodelist.c32 while ((*prev) && (*prev)->nhash <= new->nhash) { in jffs2_add_fd_to_list()
33 if ((*prev)->nhash == new->nhash && !strcmp((*prev)->name, new->name)) { in jffs2_add_fd_to_list()
A Dwrite.c248 fd->nhash = full_name_hash(NULL, name, namelen); in jffs2_write_dirent()
601 uint32_t nhash = full_name_hash(NULL, name, namelen); in jffs2_do_unlink() local
610 if (fd->nhash == nhash && in jffs2_do_unlink()
A Dnodelist.h260 unsigned int nhash; member
A Dsummary.c479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
A Dscan.c1109 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
A Dreadinode.c693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
/linux-6.3-rc2/net/sched/
A Dsch_api.c681 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local
690 nhash = qdisc_class_hash_alloc(nsize); in qdisc_class_hash_grow()
691 if (nhash == NULL) in qdisc_class_hash_grow()
701 hlist_add_head(&cl->hnode, &nhash[h]); in qdisc_class_hash_grow()
704 clhash->hash = nhash; in qdisc_class_hash_grow()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_uld.h115 unsigned int nhash; member
A Dcxgb4_ethtool.c2262 nentries += tids->nhash + in cxgb4_init_ethtool_filters()
A Dcxgb4_filter.c1163 (adap->tids.nhash + (adap->tids.stid_base - adap->tids.tid_base))) in is_filter_exact_match()
A Dcxgb4_main.c6954 adapter->tids.nhash = 1 << HASHTIDSIZE_G(v); in init_one()
6958 adapter->tids.nhash = HASHTBLSIZE_G(v) << 3; in init_one()

Completed in 44 milliseconds