Home
last modified time | relevance | path

Searched refs:start_timer (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/kern/
HDkern_thrworkq.c178 #define WQ_TIMER_NEEDED(wq, start_timer) do { \ argument
184 start_timer = 1; \
207 int *start_timer);
397 twq_timer_work(struct proc *p, struct thrworkq *wq, int *start_timer) in twq_timer_work() argument
494 WQ_TIMER_NEEDED(wq, *start_timer); in twq_timer_work()
508 int start_timer; in twq_timer_kthread() local
518 start_timer = 0; in twq_timer_kthread()
530 twq_timer_work(p, wq, &start_timer)); in twq_timer_kthread()
540 if (start_timer) in twq_timer_kthread()
691 int start_timer = 0; in twq_callback() local
[all …]
/NextBSD/sys/contrib/ngatm/netnatm/sig/
HDuni.h60 void *(*start_timer)(struct uni *, void *, u_int, member
/NextBSD/sys/contrib/ngatm/netnatm/saal/
HDsscop.h74 void *(*start_timer)(struct sscop *, void *, u_int, member
/NextBSD/sys/dev/isci/scil/
HDscic_sds_port_configuration_agent.c684 BOOL start_timer in scic_sds_apc_agent_configure_ports() argument
697 controller, port_agent, phy, start_timer in scic_sds_apc_agent_configure_ports()
780 (start_timer == FALSE) in scic_sds_apc_agent_configure_ports()
/NextBSD/contrib/ngatm/libngatm/
HDunicust.h84 (void)(FIELD.c = (UNI)->funcs->start_timer(UNI, \
HDsscopcust.h86 (S)->t_##T = (S)->funcs->start_timer((S), (S)->aarg, \