Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_event.h218 #define NOTE_NSECONDS 0x00000008 /* data is nanoseconds */ macro
/f-stack/tools/compat/include/sys/
H A Devent.h149 #define NOTE_NSECONDS 0x00000008 /* data is nanoseconds */ macro
/f-stack/freebsd/sys/
H A Devent.h216 #define NOTE_NSECONDS 0x00000008 /* data is nanoseconds */ macro
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_interrupts.c73 ke->fflags = NOTE_NSECONDS; in intr_source_to_kevent()
/f-stack/freebsd/kern/
H A Dkern_event.c619 (NOTE_SECONDS | NOTE_MSECONDS | NOTE_USECONDS | NOTE_NSECONDS)
661 case NOTE_NSECONDS: in timer2sbintime()