Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dcallout.h53 #define CALLOUT_DIRECT 0x0100 /* allow exec from hw int context */ macro
/freebsd-12.1/sys/kern/
H A Dkern_timeout.c493 if (tmp->c_iflags & CALLOUT_DIRECT) { in callout_process()
603 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()
1204 if (c->c_iflags & CALLOUT_DIRECT) {
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4345 callout_init(&priv->tstmp_clbr, CALLOUT_DIRECT); in mlx5e_create_ifp()