Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dhash.c1314 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()
H A Dhash.h46 id_t k_thr; member
H A Dhash.m4h46 id_t k_thr;
H A Dhash.m4c663 …pidthr', `pidthr_t', `((key.k_thr * 10000 + key.k_pid) % ht->num_buckets)', `(key.k_pid == k1.k_pi…
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c2093 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()