Home
last modified time | relevance | path

Searched refs:now (Results 1 – 3 of 3) sorted by relevance

/lib/
A Ddynamic_queue_limits.c20 unsigned long now; in dql_check_stall() local
25 now = jiffies; in dql_check_stall()
27 if (time_after_eq(now, dql->last_reap + stall_thrs)) { in dql_check_stall()
54 if (time_before(now, end + stall_thrs / 2)) in dql_check_stall()
55 end = now - stall_thrs / 2; in dql_check_stall()
72 dql->stall_max = max_t(unsigned short, dql->stall_max, now - t); in dql_check_stall()
74 trace_dql_stall_detected(dql->stall_thrs, now - t, in dql_check_stall()
76 now, dql->history); in dql_check_stall()
79 dql->last_reap = now; in dql_check_stall()
A Ddebugobjects.c436 unsigned long cur, now = jiffies; in calc_usage() local
438 if (!time_after_eq(now, READ_ONCE(avg_period))) in calc_usage()
444 WRITE_ONCE(avg_period, now + msecs_to_jiffies(10)); in calc_usage()
A DKconfig.debug1828 now broken guarantee. This config option enables the debug
1840 option for now as the hotplug machinery cannot be stopped and
1879 specification which is now the standard for FireWire controllers.

Completed in 11 milliseconds