Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/quota/
Dxfs_trans_dquot.c620 time_t timer; in xfs_trans_dqresv() local
638 timer = be32_to_cpu(dqp->q_core.d_btimer); in xfs_trans_dqresv()
650 timer = be32_to_cpu(dqp->q_core.d_rtbtimer); in xfs_trans_dqresv()
680 if ((timer != 0 && get_seconds() > timer) || in xfs_trans_dqresv()
689 timer = be32_to_cpu(dqp->q_core.d_itimer); in xfs_trans_dqresv()
702 if ((timer != 0 && get_seconds() > timer) || in xfs_trans_dqresv()
/fs/ubifs/
Dio.c311 ubifs_assert(!timer_pending(&wbuf->timer)); in new_wbuf_timer_nolock()
316 wbuf->timer.expires = jiffies + wbuf->timeout; in new_wbuf_timer_nolock()
317 add_timer(&wbuf->timer); in new_wbuf_timer_nolock()
332 del_timer(&wbuf->timer); in cancel_wbuf_timer_nolock()
850 init_timer(&wbuf->timer); in ubifs_wbuf_init()
851 wbuf->timer.function = wbuf_timer_callback_nolock; in ubifs_wbuf_init()
852 wbuf->timer.data = (unsigned long)wbuf; in ubifs_wbuf_init()
Dsuper.c1644 del_timer_sync(&c->jheads[i].wbuf.timer); in ubifs_remount_ro()
1704 del_timer_sync(&c->jheads[i].wbuf.timer); in ubifs_put_super()
Dubifs.h681 struct timer_list timer; member
/fs/
Daio.c1094 struct timer_list timer; member
1109 setup_timer_on_stack(&to->timer, timeout_func, (unsigned long) to); in init_timeout()
1117 to->timer.expires = start_jiffies + timespec_to_jiffies(ts); in set_timeout()
1118 if (time_after(to->timer.expires, jiffies)) in set_timeout()
1119 add_timer(&to->timer); in set_timeout()
1126 del_singleshot_timer_sync(&to->timer); in clear_timeout()
1242 destroy_timer_on_stack(&to.timer); in read_events()
/fs/nfs/
Dnfs2xdr.c727 #define PROC(proc, argtype, restype, timer) \ argument
734 .p_timer = timer, \
Dnfs3xdr.c1142 #define PROC(proc, argtype, restype, timer) \ argument
1149 .p_timer = timer, \
/fs/cifs/
DTODO26 f) Directory entry caching relies on a 1 second timer, rather than
/fs/jffs2/
DREADME.Locking83 to be called from bottom-half (timer) context (on the basis that nobody