Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c185 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add()
288 entry->he_key = PID_KEY; in tsd_hash_add_pid()
296 hash = hash_long((ulong_t)PID_KEY * (ulong_t)pid, table->ht_bits); in tsd_hash_add_pid()
430 if (pid_entry->he_key == PID_KEY && in tsd_remove_entry()
490 entry = tsd_hash_search(table, PID_KEY, pid); in tsd_set()
663 pid_entry = tsd_hash_search(table, PID_KEY, curthread->pid); in tsd_exit()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h31 #define PID_KEY (TSD_KEYS_MAX+1) macro