Searched refs:C_DIRECT_EXEC (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/cddl/dev/profile/ |
H A D | profile.c | 273 pcpu->profc_expected, 0, C_DIRECT_EXEC | C_ABSOLUTE); in profile_fire() 284 prof->prof_expected, 0, C_DIRECT_EXEC | C_ABSOLUTE); in profile_tick() 562 cpu, C_DIRECT_EXEC | C_ABSOLUTE); in profile_enable_omni() 595 C_DIRECT_EXEC | C_ABSOLUTE); in profile_enable()
|
/freebsd/sys/sys/ |
H A D | callout.h | 52 #define C_DIRECT_EXEC 0x0001 /* direct execution of callout */ macro
|
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 598 if (flags & C_DIRECT_EXEC) in callout_cc_add() 683 (direct) ? C_DIRECT_EXEC : 0); in softclock_call_cc() 802 flags = (direct) ? C_DIRECT_EXEC : 0; in softclock_call_cc() 954 if (flags & C_DIRECT_EXEC) { in callout_reset_sbt_on()
|
H A D | kern_synch.c | 600 loadav, NULL, C_DIRECT_EXEC | C_PREL(32)); in setrunnable()
|
H A D | subr_taskqueue.c | 365 flags |= C_DIRECT_EXEC; in taskqueue_enqueue_timeout_sbt()
|
H A D | subr_sleepqueue.c | 416 C_DIRECT_EXEC); in sleepq_set_timeout_sbt()
|
/freebsd/sys/netinet/ |
H A D | tcp_hpts.c | 980 (C_DIRECT_EXEC | C_PREL(tcp_hpts_precision))); in tcp_hpts_insert_diag() 1604 (C_DIRECT_EXEC | C_PREL(tcp_hpts_precision))); in __tcp_run_hpts() 1766 (C_DIRECT_EXEC | C_PREL(tcp_hpts_precision))); in tcp_hpts_thread() 2004 (C_DIRECT_EXEC | C_PREL(tcp_hpts_precision))); in tcp_hpts_mod_load()
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_chan.c | 1452 poll_flags = C_DIRECT_EXEC; in vmbus_chan_pollcfg_task()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dummynet.c | 129 C_HARDCLOCK | C_DIRECT_EXEC); in dn_reschedule()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 1122 mlx5e_calibration_callout, priv, C_DIRECT_EXEC); in mlx5e_reset_calibration_callout()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 1171 sc, C_DIRECT_EXEC); in t4_calibration()
|