Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linux.c210 static hash_table *tasktable; variable
438 tasktable = hash_create(HASH_SIZE); in machine_init()
871 hi = hash_first_pid(tasktable, &pos); in get_process_info()
961 taskproc = hash_lookup_pid(tasktable, taskpid); in get_process_info()
969 hash_add_pid(tasktable, taskpid, (void *)taskproc); in get_process_info()