Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h299 struct tn_link { struct
302 } tn_link; member
326 #define tn_link_target tn_spec.tn_link.tn_link_target
327 #define tn_link_smr tn_spec.tn_link.tn_link_smr
/freebsd/lib/librt/
H A Dsigev_thread.c327 LIST_INSERT_HEAD(&sigev_threads, tn, tn_link); in sigev_thread_create()
343 LIST_REMOVE(tn, tn_link); in sigev_thread_create()
388 LIST_REMOVE(tn, tn_link); in sigev_service_loop()
H A Dsigev_thread.h58 LIST_ENTRY(sigev_thread) tn_link;