Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c159 tsd_hash_entry_t *entry, *dtor_entry, *pid_entry; in tsd_hash_add() local
186 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add()
187 ASSERT3P(pid_entry, !=, NULL); in tsd_hash_add()
196 list_add(&entry->he_pid_list, &pid_entry->he_pid_list); in tsd_hash_add()
406 tsd_hash_entry_t *pid_entry; in tsd_remove_entry() local
421 pid_entry = list_entry(entry->he_pid_list.next, tsd_hash_entry_t, in tsd_remove_entry()
431 if (pid_entry->he_key == PID_KEY && in tsd_remove_entry()
432 list_empty(&pid_entry->he_pid_list)) { in tsd_remove_entry()
433 hash = hash_long((ulong_t)pid_entry->he_key * in tsd_remove_entry()
434 (ulong_t)pid_entry->he_pid, table->ht_bits); in tsd_remove_entry()
[all …]
/freebsd/bin/ps/
H A Dps.c489 VARENT *const pid_entry = find_varentry("pid"); in main() local
495 if (pid_entry != NULL) { in main()
498 STAILQ_SPLIT_AFTER(&varlist, pid_entry, &rest, next_ve); in main()