Lines Matching defs:hash
168 /* L: hash of busy workers */
334 /* PL: hash of all unbound pools keyed by pool->attrs */
3397 * Unlike hash and equality test, this function doesn't ignore
3404 /* hash value of the content of @attr */
3407 u32 hash = 0;
3409 hash = jhash_1word(attrs->nice, hash);
3410 hash = jhash(cpumask_bits(attrs->cpumask),
3411 BITS_TO_LONGS(nr_cpumask_bits) * sizeof(long), hash);
3412 return hash;
3618 u32 hash = wqattrs_hash(attrs);
3626 hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) {
3667 hash_add(unbound_pool_hash, &pool->hash_node, hash);