Searched refs:recent (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/cpuidle/governors/
H A Dteo.c21 * (relatively recent) past can be used to estimate whether or not the deepest
28 * which can be covered by taking a few most recent idle time intervals of the
62 * In addition to the metrics described above, the governor counts recent
84 * - The sum of the numbers of recent intercepts for all of the idle states
95 * of the numbers of recent intercepts over all of the idle states between
165 * Number of the most recent idle duration values to take into consideration for
166 * the detection of recent early wakeup patterns.
174 * @recent: The number of recent "intercepts".
179 unsigned int recent; member in struct:teo_bin
[all...]
/linux-master/mm/
H A Dworkingset.c282 bool recent; local
293 recent = lru_gen_test_recent(shadow, type, &lruvec, &token, &workingset);
299 if (!recent)
432 bool recent = lru_gen_test_recent(shadow, file, local
436 return recent;
/linux-master/net/rds/
H A Dcong.c282 int rds_cong_updated_since(unsigned long *recent) argument
286 if (likely(*recent == gen))
288 *recent = gen;
H A Drds.h754 int rds_cong_updated_since(unsigned long *recent);
/linux-master/net/sunrpc/
H A Dcache.c588 if (!list_empty(&dreq->recent)) {
589 list_del_init(&dreq->recent);
598 INIT_LIST_HEAD(&dreq->recent);
615 list_add(&dreq->recent, &cache_defer_list);
682 struct cache_deferred_req, recent);
685 struct cache_deferred_req, recent);
744 list_add(&dreq->recent, &pending);
750 dreq = list_entry(pending.next, struct cache_deferred_req, recent);
751 list_del_init(&dreq->recent);
765 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) {
[all...]
H A Dsvc_xprt.c1172 list_add(&dr->handle.recent, &xprt->xpt_deferred);
1270 handle.recent);
1271 list_del_init(&dr->handle.recent);
/linux-master/include/linux/sunrpc/
H A Dcache.h144 struct list_head recent; /* on fifo */ member in struct:cache_deferred_req
/linux-master/arch/loongarch/include/asm/
H A Dpercpu.h20 # error compiler support for the model attribute is necessary when a recent assembler is used
/linux-master/tools/perf/
H A DMakefile.config518 $(error Error: No libopencsd library found or the version is not up-to-date. Please install recent libopencsd to build with CORESIGHT=1)
666 $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf record' is disabled.)
/linux-master/scripts/
H A Dget_maintainer.pl1044 --git => include recent git \*-by: signers

Completed in 162 milliseconds