Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_inline.h81 qls_lock(qla_host_t *ha, const char *str, uint32_t no_delay) in qls_lock() argument
96 if (no_delay) in qls_lock()
H A Dqls_os.h149 #define QLA_LOCK(ha, str, no_delay) qls_lock(ha, str, no_delay) argument
/freebsd/contrib/ncurses/progs/
H A Dtic.c2414 double no_delay; in same_ti_tc() local
2415 const char *ss = parse_ti_delay(ti, &no_delay); in same_ti_tc()