Searched refs:s_timer (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_bo_test.c | 178 struct signal_timer *s_timer = from_timer(s_timer, t, timer); in signal_for_ttm_bo_reserve() local 179 struct task_struct *task = s_timer->ctx->task; in signal_for_ttm_bo_reserve() 187 struct signal_timer s_timer; in threaded_ttm_bo_reserve() local 196 timer_setup_on_stack(&s_timer.timer, &signal_for_ttm_bo_reserve, 0); in threaded_ttm_bo_reserve() 197 s_timer.ctx = &ctx; in threaded_ttm_bo_reserve() 199 mod_timer(&s_timer.timer, msecs_to_jiffies(100)); in threaded_ttm_bo_reserve() 203 timer_delete_sync(&s_timer.timer); in threaded_ttm_bo_reserve() 204 destroy_timer_on_stack(&s_timer.timer); in threaded_ttm_bo_reserve()
|
/linux/drivers/net/fddi/skfp/h/ |
H A D | smc.h | 242 struct s_timer { struct 450 struct s_timer t ; /* timer */
|
/linux/include/rdma/ |
H A D | rdmavt_qp.h | 440 struct timer_list s_timer; 732 mod_timer(&qp->s_timer, jiffies + rdi->busy_jiffies + in rvt_mod_retry_timer_ext() 439 struct timer_list s_timer; global() member
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 1109 timer_setup(&qp->s_timer, rvt_rc_timeout, 0); in rvt_create_qp() 1301 del_timer(&qp->s_timer); in rvt_error_qp() 2515 qp->s_timer.expires = jiffies + rdi->busy_jiffies + in rvt_add_retry_timer_ext() 2517 add_timer(&qp->s_timer); in rvt_add_retry_timer_ext() 2550 del_timer(&qp->s_timer); in rvt_stop_rc_timers() 2579 del_timer_sync(&qp->s_timer); in rvt_del_timers_sync() 2589 struct rvt_qp *qp = from_timer(qp, t, s_timer); in rvt_rc_timeout() 2600 del_timer(&qp->s_timer); in rvt_rc_timeout()
|