Lines Matching defs:delay
13 #include <linux/delay.h>
66 unsigned long delay, bool remote);
251 static void __gfs2_glock_queue_work(struct gfs2_glock *gl, unsigned long delay) {
252 if (!queue_delayed_work(glock_workqueue, &gl->gl_work, delay)) {
264 static void gfs2_glock_queue_work(struct gfs2_glock *gl, unsigned long delay) {
266 __gfs2_glock_queue_work(gl, delay);
1053 unsigned long delay = 0;
1069 delay = holdtime - now;
1071 if (!delay) {
1077 if (delay) {
1081 delay = 0;
1082 __gfs2_glock_queue_work(gl, delay);
1410 * @delay: zero to demote immediately; otherwise pending demote
1418 unsigned long delay, bool remote)
1420 if (delay)
1606 unsigned delay = 0;
1638 delay = gl->gl_hold_time;
1639 __gfs2_glock_queue_work(gl, delay);
1848 unsigned long delay = 0;
1858 delay = holdtime - now;
1860 delay = gl->gl_hold_time;
1862 handle_callback(gl, state, delay, true);
1863 __gfs2_glock_queue_work(gl, delay);