Home
last modified time | relevance | path

Searched refs:hash_node (Results 1 – 2 of 2) sorted by relevance

/kernel/bpf/
Dhashtab.c43 struct hlist_nulls_node hash_node; member
243 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
245 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
427 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw()
446 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw()
585 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node()
587 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
623 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
624 struct htab_elem, hash_node); in htab_map_get_next_key()
643 struct htab_elem, hash_node); in htab_map_get_next_key()
[all …]
/kernel/
Dworkqueue.c176 struct hlist_node hash_node; /* PL: unbound_pool_hash node */ member
3436 INIT_HLIST_NODE(&pool->hash_node); in init_worker_pool()
3538 hash_del(&pool->hash_node); in put_unbound_pool()
3595 hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) { in get_unbound_pool()
3636 hash_add(unbound_pool_hash, &pool->hash_node, hash); in get_unbound_pool()
6011 hash_for_each(unbound_pool_hash, bkt, pool, hash_node) in workqueue_init()