Lines Matching refs:name_list
40 struct list_head name_list;
118 list_for_each_entry (hc, _name_buckets + h, name_list)
189 INIT_LIST_HEAD(&hc->name_list);
230 list_add(&cell->name_list, _name_buckets + hash_str(name));
235 list_del(&cell->name_list);
262 list_del(&hc->name_list);
294 list_for_each_entry(hc, _name_buckets + i, name_list) {
358 list_del(&hc->name_list);
365 list_add(&hc->name_list, _name_buckets + hash_str(new_name));
523 list_for_each_entry (hc, _name_buckets + i, name_list) {
545 list_for_each_entry (hc, _name_buckets + i, name_list) {