/kernel/linux/linux-6.6/drivers/cpuidle/governors/ |
H A D | teo.c | 21 * (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 [all...] |
/kernel/linux/linux-5.10/net/rds/ |
H A D | cong.c | 282 int rds_cong_updated_since(unsigned long *recent) in rds_cong_updated_since() argument 286 if (likely(*recent == gen)) in rds_cong_updated_since() 288 *recent = gen; in rds_cong_updated_since()
|
H A D | rds.h | 754 int rds_cong_updated_since(unsigned long *recent);
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | cong.c | 282 int rds_cong_updated_since(unsigned long *recent) in rds_cong_updated_since() argument 286 if (likely(*recent == gen)) in rds_cong_updated_since() 288 *recent = gen; in rds_cong_updated_since()
|
H A D | rds.h | 754 int rds_cong_updated_since(unsigned long *recent);
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 586 if (!list_empty(&dreq->recent)) { in __unhash_deferred_req() 587 list_del_init(&dreq->recent); in __unhash_deferred_req() 596 INIT_LIST_HEAD(&dreq->recent); in __hash_deferred_req() 613 list_add(&dreq->recent, &cache_defer_list); in setup_deferral() 680 struct cache_deferred_req, recent); in cache_limit_defers() 683 struct cache_deferred_req, recent); in cache_limit_defers() 728 list_add(&dreq->recent, &pending); in cache_revisit_request() 734 dreq = list_entry(pending.next, struct cache_deferred_req, recent); in cache_revisit_request() 735 list_del_init(&dreq->recent); in cache_revisit_request() 749 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) { in cache_clean_deferred() [all...] |
H A D | svc_xprt.c | 1154 list_add(&dr->handle.recent, &xprt->xpt_deferred); in svc_revisit() 1248 handle.recent); in svc_deferred_dequeue() 1249 list_del_init(&dr->handle.recent); in svc_deferred_dequeue()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | cache.c | 588 if (!list_empty(&dreq->recent)) { in __unhash_deferred_req() 589 list_del_init(&dreq->recent); in __unhash_deferred_req() 598 INIT_LIST_HEAD(&dreq->recent); in __hash_deferred_req() 615 list_add(&dreq->recent, &cache_defer_list); in setup_deferral() 682 struct cache_deferred_req, recent); in cache_limit_defers() 685 struct cache_deferred_req, recent); in cache_limit_defers() 744 list_add(&dreq->recent, &pending); in cache_revisit_request() 750 dreq = list_entry(pending.next, struct cache_deferred_req, recent); in cache_revisit_request() 751 list_del_init(&dreq->recent); in cache_revisit_request() 765 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) { in cache_clean_deferred() [all...] |
H A D | svc_xprt.c | 1166 list_add(&dr->handle.recent, &xprt->xpt_deferred); in svc_revisit() 1264 handle.recent); in svc_deferred_dequeue() 1265 list_del_init(&dr->handle.recent); in svc_deferred_dequeue()
|
/kernel/linux/linux-6.6/mm/ |
H A D | workingset.c | 281 bool recent; in lru_gen_refault() local 292 recent = lru_gen_test_recent(shadow, type, &lruvec, &token, &workingset); in lru_gen_refault() 298 if (!recent) in lru_gen_refault()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | percpu.h | 19 # error compiler support for the model attribute is necessary when a recent assembler is used
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | percpu.h | 20 # error compiler support for the model attribute is necessary when a recent assembler is used
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | cache.h | 140 struct list_head recent; /* on fifo */ member
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | cache.h | 144 struct list_head recent; /* on fifo */ member
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 1041 --git => include recent git \*-by: signers
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.c | 3725 pr_debug("file uses a more recent and unsupported ABI" in read_attr()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 1042 --git => include recent git \*-by: signers
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | header.c | 4110 pr_debug("file uses a more recent and unsupported ABI" in read_attr()
|