Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c169 struct hlist_node hash_node; /* PL: unbound_pool_hash node */ member
3456 INIT_HLIST_NODE(&pool->hash_node); in init_worker_pool()
3503 hash_del(&pool->hash_node); in put_unbound_pool()
3550 hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) { in get_unbound_pool()
3587 hash_add(unbound_pool_hash, &pool->hash_node, hash); in get_unbound_pool()