Searched refs:k_thr (Results 1 – 5 of 5) sorted by relevance
1314 bucket = &(ht->buckets[((key.k_thr * 10000 + key.k_pid) % ht->num_buckets)]); in hash_add_pidthr()1323 if ((key.k_pid == k1.k_pid && key.k_thr == k1.k_thr)) in hash_add_pidthr()1368 bucket = &(ht->buckets[((key.k_thr * 10000 + key.k_pid) % ht->num_buckets)]); in hash_replace_pidthr()1377 if ((key.k_pid == k1.k_pid && key.k_thr == k1.k_thr)) in hash_replace_pidthr()1420 if ((bucket = &(ht->buckets[((key.k_thr * 10000 + key.k_pid) % ht->num_buckets)])) != NULL) in hash_lookup_pidthr()1428 if ((key.k_pid == k1.k_pid && key.k_thr == k1.k_thr)) in hash_lookup_pidthr()1459 if ((bucket = &(ht->buckets[((key.k_thr * 10000 + key.k_pid) % ht->num_buckets)])) != NULL) in hash_remove_pidthr()1468 if ((key.k_pid == k1.k_pid && key.k_thr == k1.k_thr)) in hash_remove_pidthr()
46 id_t k_thr; member
46 id_t k_thr;
663 …pidthr', `pidthr_t', `((key.k_thr * 10000 + key.k_pid) % ht->num_buckets)', `(key.k_pid == k1.k_pi…
2093 pidthr.k_thr = lwpp->pr_lwpid; in getptable()2095 pidthr.k_pid, pidthr.k_thr); in getptable()2106 pidthr.k_pid, pidthr.k_thr); in getptable()