Searched refs:start_timer (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_thrworkq.c | 178 #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/ |
| HD | uni.h | 60 void *(*start_timer)(struct uni *, void *, u_int, member
|
| /NextBSD/sys/contrib/ngatm/netnatm/saal/ |
| HD | sscop.h | 74 void *(*start_timer)(struct sscop *, void *, u_int, member
|
| /NextBSD/sys/dev/isci/scil/ |
| HD | scic_sds_port_configuration_agent.c | 684 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/ |
| HD | unicust.h | 84 (void)(FIELD.c = (UNI)->funcs->start_timer(UNI, \
|
| HD | sscopcust.h | 86 (S)->t_##T = (S)->funcs->start_timer((S), (S)->aarg, \
|